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 644042d commit bb02a55Copy full SHA for bb02a55
lib/node_modules/@stdlib/stats/base/svarianceyc/README.md
@@ -237,7 +237,7 @@ console.log( v );
237
238
#### stdlib_strided_svarianceyc( N, correction, \*X, strideX )
239
240
-Computes the [variance][variance] of a single-precision floating-point strided array `x` using a one-pass algorithm proposed by Youngs and Cramer.
+Computes the [variance][variance] of a single-precision floating-point strided array using a one-pass algorithm proposed by Youngs and Cramer.
241
242
```c
243
const float x[] = { 1.0f, -2.0f, 2.0f };
0 commit comments