Skip to content

Commit 4df4cd9

Browse files
Update lib/node_modules/@stdlib/stats/incr/nanmmeanstdev/README.md
Co-authored-by: Shabareesh Shetty <[email protected]> Signed-off-by: Muhmmad Saad <[email protected]>
1 parent a9afc54 commit 4df4cd9

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ out = accumulator();
124124

125125
## Notes
126126

127+
- Input values are **not** type checked. If non-numeric inputs are possible, you are advised to type check and handle accordingly **before** passing the value to the accumulator function.
127128
- As `W` values are needed to fill the window buffer, the first `W-1` returned values are calculated from smaller sample sizes. Until the window is full, each returned value is calculated from all provided values.
128129

129130
</section>

0 commit comments

Comments
 (0)