Skip to content

Commit d579d76

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 03fd64d commit d579d76

File tree

1 file changed

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

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,9 @@ int main( void ) {
250250
// Specify the number of elements:
251251
const int N = 4;
252252

253+
// Specify the stride length:
254+
const int strideX = 2;
255+
253256
// Compute the arithmetic mean:
254257
double v = stdlib_strided_dmeanpn( N, x, strideX );
255258

0 commit comments

Comments
 (0)