Skip to content

Commit b495105

Browse files
authored
docs: fix description
Signed-off-by: Athan <[email protected]>
1 parent 01c7371 commit b495105

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/array/nanstdevch/docs

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/array/nanstdevch/docs/repl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
Degrees of freedom adjustment. Setting this parameter to a value other
1515
than `0` has the effect of adjusting the divisor during the calculation
1616
of the standard deviation according to `N-c` where `N` corresponds to
17-
the number of array elements and `c` corresponds to the provided
17+
the number of non-NaN array elements and `c` corresponds to the provided
1818
degrees of freedom adjustment. When computing the standard deviation of
1919
a population, setting this parameter to `0` is the standard choice
2020
(i.e., the provided array contains data constituting an entire

0 commit comments

Comments
 (0)