File tree Expand file tree Collapse file tree
lib/node_modules/@stdlib/stats/incr/nanvariance Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ var incrnanvariance = require( '@stdlib/stats/incr/nanvariance' );
5353
5454#### incrnanvariance( \[ mean] )
5555
56- Returns an accumulator ` function ` which incrementally computes an [ unbiased sample variance] [ sample-variance ] .
56+ Returns an accumulator ` function ` which incrementally computes an [ unbiased sample variance] [ sample-variance ] , ignoring ` NaN ` values .
5757
5858``` javascript
5959var accumulator = incrnanvariance ();
Original file line number Diff line number Diff line change 11{
22 "name" : " @stdlib/stats/incr/nanvariance" ,
33 "version" : " 0.0.0" ,
4- "description" : " Compute an unbiased sample variance incrementally." ,
4+ "description" : " Compute an unbiased sample variance incrementally, ignoring NaN values ." ,
55 "license" : " Apache-2.0" ,
66 "author" : {
77 "name" : " The Stdlib Authors" ,
You can’t perform that action at this time.
0 commit comments