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 0d04eb8 commit 93afcf5Copy full SHA for 93afcf5
lib/node_modules/@stdlib/stats/base/dstdevch/README.md
@@ -314,7 +314,7 @@ int main( void ) {
314
const int strideX = 2;
315
316
// Compute the variance:
317
- double v = stdlib_strided_dstdevch( N, 1, x, strideX );
+ double v = stdlib_strided_dstdevch( N, 1.0, x, strideX );
318
319
// Print the result:
320
printf( "sample standard deviation: %lf\n", v );
0 commit comments