Skip to content

Commit 473ceb6

Browse files
authored
chore: fix readme tests
1 parent 696c3f2 commit 473ceb6

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ var Float64Array = require( '@stdlib/array/float64' );
7777

7878
var x = new Float64Array( [ 1.0, 2.0, 2.0, -7.0, -2.0, 3.0, 4.0, 2.0, NaN ] );
7979

80-
var v = dnanmeanpw( 4, x, 2 );
80+
var v = dnanmeanpw( 5, x, 2 );
8181
// returns 1.25
8282
```
8383

0 commit comments

Comments
 (0)