Skip to content

Commit 39360bc

Browse files
committed
Update note
1 parent 6e2b12f commit 39360bc

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/incr/mmean

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ mu = accumulator();
7777

7878
## Notes
7979

80-
- Input values are **not** type checked. If provided `NaN` or a value which, when used in computations, results in `NaN`, the accumulated value is `NaN` for **all** future invocations. If non-numeric inputs are possible, you are advised to type check and handle accordingly **before** passing the value to the accumulator function.
80+
- Input values are **not** type checked. If provided `NaN` or a value which, when used in computations, results in `NaN`, the accumulated value is `NaN` for **at least** `W-1` future invocations. If non-numeric inputs are possible, you are advised to type check and handle accordingly **before** passing the value to the accumulator function.
8181
- The first `W-1` returned mean values will have less statistical support than subsequent mean values, as `W` values are needed to fill the window buffer. Until the window is full, the returned mean equals the [arithmetic mean][arithmetic-mean] of all provided values.
8282

8383
</section>

0 commit comments

Comments
 (0)