Skip to content

Commit 9801387

Browse files
committed
Correct terminology
1 parent c0e174d commit 9801387

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/stats/incr/mstdev/lib

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/stats/incr/mstdev/lib/main.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ var sqrt = require( '@stdlib/math/base/special/sqrt' );
3333
*
3434
* ## Method
3535
*
36-
* - Let \\(W\\) be a window of \\(N\\) elements over which we want to compute an unbiased sample standard deviation.
36+
* - Let \\(W\\) be a window of \\(N\\) elements over which we want to compute an corrected sample standard deviation.
3737
*
38-
* - We first recognize that the unbiased sample standard deviation is defined as the square root of the unbiased sample variance. Accordingly, in order to derive an update equation for the unbiased sample standard deviation, deriving an update equation for the unbiased sample variance is sufficient.
38+
* - We first recognize that the corrected sample standard deviation is defined as the square root of the unbiased sample variance. Accordingly, in order to derive an update equation for the unbiased sample standard deviation, deriving an update equation for the unbiased sample variance is sufficient.
3939
*
4040
* - The difference between the unbiased sample variance in a window \\(W_i\\) and the unbiased sample variance in a window \\(W_{i+1})\\) is given by
4141
*

0 commit comments

Comments
 (0)