Skip to content

Commit 1a67828

Browse files
Planeshifterhrshya
andauthored
docs: update description
Co-authored-by: Harsh <149176984+hrshya@users.noreply.github.com> Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 86ff247 commit 1a67828

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/incr/nanmmse

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ var incrnanmmse = require( '@stdlib/stats/incr/nanmmse' );
5353

5454
#### incrnanmmse( window )
5555

56-
Returns an accumulator `function` which incrementally computes a moving [mean squared error][mean-squared-error]. The `window` parameter defines the number of values over which to compute the moving [mean squared error][mean-squared-error].
56+
Returns an accumulator `function` which incrementally computes a moving [mean squared error][mean-squared-error]. The `window` parameter defines the number of values over which to compute the moving [mean squared error][mean-squared-error], ignoring `NaN` values.
5757

5858
```javascript
5959
var accumulator = incrnanmmse( 3 );

0 commit comments

Comments
 (0)