We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa1f12 commit accce89Copy full SHA for accce89
lib/node_modules/@stdlib/stats/incr/nanewmean/docs/repl.txt
@@ -1,8 +1,8 @@
1
2
{{alias}}( α )
3
Returns an accumulator function which incrementally computes an
4
- exponentially weighted mean, where α is a smoothing factor between 0 and 1, ignoring
5
- `NaN` values.
+ exponentially weighted mean, where α is a smoothing factor between 0 and 1,
+ ignoring `NaN` values.
6
7
If provided a value, the accumulator function returns an updated mean. If
8
not provided a value, the accumulator function returns the current mean.
0 commit comments