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 01c7371 commit b495105Copy full SHA for b495105
lib/node_modules/@stdlib/stats/array/nanstdevch/docs/repl.txt
@@ -14,7 +14,7 @@
14
Degrees of freedom adjustment. Setting this parameter to a value other
15
than `0` has the effect of adjusting the divisor during the calculation
16
of the standard deviation according to `N-c` where `N` corresponds to
17
- the number of array elements and `c` corresponds to the provided
+ the number of non-NaN array elements and `c` corresponds to the provided
18
degrees of freedom adjustment. When computing the standard deviation of
19
a population, setting this parameter to `0` is the standard choice
20
(i.e., the provided array contains data constituting an entire
0 commit comments