8000 GitHub - grandadmiral-thrawn/nanstats: A quick little mod for doing basic stats on vectors which contain nans, just like in Matlab
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

grandadmiral-thrawn/nanstats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

NanStats.jl

That feels of "I miss nanstd" from MATLAB, I know it bro.

How to use:

```
Pkg.add("nanstats")

Using NanStats
```

Your options

  • nanmedian : computes the median, even if there are nans in your array!
  • nanmean : computes the mean, even if there are nans in your array!
  • nanstd : computes the standard deviation.... yep, you get it.
  • nanste : computes the standard error.... despite nan's!
  • nansum : a sum, with nans!
  • nancumsum : cumulatively sum up that vector, even if there are nans.

About

A quick little mod for doing basic stats on vectors which contain nans, just like in Matlab

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0