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 dc303df commit dcd7521Copy full SHA for dcd7521
lib/node_modules/@stdlib/stats/array/variancetk/lib/main.js
@@ -39,7 +39,7 @@ var GENERIC_DTYPE = 'generic';
39
// MAIN //
40
41
/**
42
-* Computes the standard deviation of an array using a one-pass textbook algorithm.
+* Computes the variance of an array using a one-pass textbook algorithm.
43
*
44
* @param {NumericArray} x - input array
45
* @param {number} [correction=1.0] - degrees of freedom adjustment
0 commit comments