Skip to content

Commit 83425f6

Browse files
authored
docs: remove note about ignoring NaN values in README
Signed-off-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 2e6bbde commit 83425f6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/base/ndarray/dnanstdevch

lib/node_modules/@stdlib/stats/base/ndarray/dnanstdevch/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ The function has the following parameters:
133133

134134
- If provided an empty one-dimensional ndarray, the function returns `NaN`.
135135
- If `N - c` is less than or equal to `0` (where `N` corresponds to the number of non-NaN elements in the input ndarray and `c` corresponds to the provided degrees of freedom adjustment), the function returns `NaN`.
136-
- The function ignores `NaN` values when computing the standard deviation.
137136

138137
</section>
139138

0 commit comments

Comments
 (0)