Skip to content

Commit a9afc54

Browse files
Update lib/node_modules/@stdlib/stats/incr/nanmmeanstdev/README.md
Co-authored-by: Shabareesh Shetty <[email protected]> Signed-off-by: Muhmmad Saad <[email protected]>
1 parent 1d1f024 commit a9afc54

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/incr/nanmmeanstdev

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/incr/nanmmeanstdev/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ var incrnanmmeanstdev = require( '@stdlib/stats/incr/nanmmeanstdev' );
6868

6969
#### incrnanmmeanstdev( \[out,] window )
7070

71-
Returns an accumulator `function` which incrementally computes a moving [arithmetic mean][arithmetic-mean] and [corrected sample standard deviation][standard-deviation]. The `window` parameter defines the number of values over which to compute the moving [arithmetic mean][arithmetic-mean] and [corrected sample standard deviation][standard-deviation].
71+
Returns an accumulator function which incrementally computes a moving [arithmetic mean][arithmetic-mean] and [corrected sample standard deviation][standard-deviation], ignoring `NaN` values. The `window` parameter defines the number of values over which to compute the moving [arithmetic mean][arithmetic-mean] and [corrected sample standard deviation][standard-deviation].
7272

7373
```javascript
7474
var accumulator = incrnanmmeanstdev( 3 );

0 commit comments

Comments
 (0)