We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28544ef commit 6c708ccCopy full SHA for 6c708cc
1 file changed
lib/node_modules/@stdlib/stats/base/ndarray/sdsnanmeanors/README.md
@@ -79,7 +79,7 @@ The function has the following parameters:
79
## Notes
80
81
- If provided an empty one-dimensional ndarray, the function returns `NaN`.
82
-- If every indexed element is `NaN`, the function returns `NaN`.
+- If every element is `NaN`, the function returns `NaN`.
83
- Accumulated intermediate values are stored as double-precision floating-point numbers.
84
85
</section>
0 commit comments