Skip to content

Commit 770ee31

Browse files
committed
Fix descriptions
1 parent 492fe72 commit 770ee31

File tree

1 file changed

+3
-3
lines changed
  • lib/node_modules/@stdlib/stats/incr/mvmr/docs

1 file changed

+3
-3
lines changed

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

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

22
{{alias}}( W[, mean] )
3-
Returns an accumulator function which incrementally computes a moving mean-
4-
to-variance ratio (VMR).
3+
Returns an accumulator function which incrementally computes a moving
4+
variance-to-mean (VMR).
55

66
The `W` parameter defines the number of values over which to compute the
7-
moving mean-to-variance ratio.
7+
moving variance-to-mean ratio.
88

99
If provided a value, the accumulator function returns an updated moving
1010
variance-to-mean ratio. If not provided a value, the accumulator function

0 commit comments

Comments
 (0)