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 696c3f2 commit 473ceb6Copy full SHA for 473ceb6
lib/node_modules/@stdlib/stats/base/dnanmeanpw/README.md
@@ -77,7 +77,7 @@ var Float64Array = require( '@stdlib/array/float64' );
77
78
var x = new Float64Array( [ 1.0, 2.0, 2.0, -7.0, -2.0, 3.0, 4.0, 2.0, NaN ] );
79
80
-var v = dnanmeanpw( 4, x, 2 );
+var v = dnanmeanpw( 5, x, 2 );
81
// returns 1.25
82
```
83
0 commit comments