Skip to content

Commit 03fd64d

Browse files
Update lib/node_modules/@stdlib/stats/base/dmeanpn/README.md
Co-authored-by: Neeraj Pathak <[email protected]> Signed-off-by: Dhruv/ <[email protected]>
1 parent 1e95b9b commit 03fd64d

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/stats/base/dmeanpn

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/dmeanpn/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ int main( void ) {
251251
const int N = 4;
252252

253253
// Compute the arithmetic mean:
254-
double v = stdlib_strided_dmeanpn( N, x, 2 );
254+
double v = stdlib_strided_dmeanpn( N, x, strideX );
255255

256256
// Print the result:
257257
printf( "mean: %lf\n", v );

0 commit comments

Comments
 (0)