We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492fe72 commit 770ee31Copy full SHA for 770ee31
lib/node_modules/@stdlib/stats/incr/mvmr/docs/repl.txt
@@ -1,10 +1,10 @@
1
2
{{alias}}( W[, mean] )
3
- Returns an accumulator function which incrementally computes a moving mean-
4
- to-variance ratio (VMR).
+ Returns an accumulator function which incrementally computes a moving
+ variance-to-mean (VMR).
5
6
The `W` parameter defines the number of values over which to compute the
7
- moving mean-to-variance ratio.
+ moving variance-to-mean ratio.
8
9
If provided a value, the accumulator function returns an updated moving
10
variance-to-mean ratio. If not provided a value, the accumulator function
0 commit comments