You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/base/dsvariancepn/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -241,7 +241,7 @@ console.log( v );
241
241
Computes the [variance][variance] of a single-precision floating-point strided array using a two-pass algorithm with extended accumulation and returning an extended precision result.
double v = stdlib_strided_dsvariancepn( 8, 1.0f, x, 1 );
247
247
// returns 6.0
@@ -263,7 +263,7 @@ double stdlib_strided_dsvariancepn( const CBLAS_INT N, const float correction, c
263
263
Computes the [variance][variance] of a single-precision floating-point strided array using a two-pass algorithm with extended accumulation and returning an extended precision result and alternative indexing semantics.
0 commit comments