Skip to content

Commit 03196f7

Browse files
authored
docs: fix description
Signed-off-by: Gururaj Gurram <143020143+gururaj1512@users.noreply.github.com>
1 parent d8597f7 commit 03196f7

File tree

1 file changed

+0
-8
lines changed
  • lib/node_modules/@stdlib/stats/array/variancetk/lib

1 file changed

+0
-8
lines changed

lib/node_modules/@stdlib/stats/array/variancetk/lib/main.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,6 @@ var GENERIC_DTYPE = 'generic';
4141
/**
4242
* Computes the standard deviation of an array using a one-pass textbook algorithm.
4343
*
44-
* ## Method
45-
*
46-
* - This implementation uses a one-pass algorithm, as proposed by Youngs and Cramer (1971).
47-
*
48-
* ## References
49-
*
50-
* - Youngs, Edward A., and Elliot M. Cramer. 1971. "Some Results Relevant to Choice of Sum and Sum-of-Product Algorithms." _Technometrics_ 13 (3): 657–65. doi:[10.1080/00401706.1971.10488826](https://doi.org/10.1080/00401706.1971.10488826).
51-
*
5244
* @param {NumericArray} x - input array
5345
* @param {number} [correction=1.0] - degrees of freedom adjustment
5446
* @throws {TypeError} first argument must be an array-like object

0 commit comments

Comments
 (0)