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 65eb55b commit 64bba70Copy full SHA for 64bba70
lib/node_modules/@stdlib/stats/base/svariancech/src/main.c
@@ -79,7 +79,7 @@ float API_SUFFIX(stdlib_strided_svariancech_ndarray)( const CBLAS_INT N, const f
79
mu = X[ ix ];
80
ix += strideX;
81
82
- // Compute the variance...
+ // Compute the variance...
83
M2 = 0.0f;
84
M = 0.0f;
85
for ( i = 1; i < N; i++ ) {
0 commit comments