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 f576699 commit a24ec0aCopy full SHA for a24ec0a
lib/node_modules/@stdlib/stats/base/dstdev/examples/c/example.c
@@ -30,7 +30,7 @@ int main( void ) {
30
const int strideX = 2;
31
32
// Compute the standard deviation:
33
- double v = stdlib_strided_dsemwd( N, 1.0, x, strideX );
+ double v = stdlib_strided_dstdev( N, 1.0, x, strideX );
34
35
// Print the result:
36
printf( "sample standard deviation: %lf\n", v );
0 commit comments