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 7aa570d commit 8bab4a2Copy full SHA for 8bab4a2
lib/node_modules/@stdlib/stats/array/varianceyc/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 algorithm proposed by Youngs and Cramer.
+* Computes the variance of an array using a one-pass algorithm proposed by Youngs and Cramer.
43
*
44
* ## Method
45
0 commit comments