Skip to content

Commit accce89

Browse files
committed
update repl.txt
1 parent 8aa1f12 commit accce89

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/stats/incr/nanewmean/docs

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/incr/nanewmean/docs/repl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
{{alias}}( α )
33
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.
4+
exponentially weighted mean, where α is a smoothing factor between 0 and 1,
5+
ignoring `NaN` values.
66

77
If provided a value, the accumulator function returns an updated mean. If
88
not provided a value, the accumulator function returns the current mean.

0 commit comments

Comments
 (0)