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 3d68648 commit aedcb47Copy full SHA for aedcb47
lib/node_modules/@stdlib/stats/base/nanvariancepn/README.md
@@ -100,7 +100,7 @@ var nanvariancepn = require( '@stdlib/stats/base/nanvariancepn' );
100
101
#### nanvariancepn( N, correction, x, strideX )
102
103
-Computes the [variance][variance] of a strided array `x` ignoring `NaN` values and using a two-pass algorithm.
+Computes the [variance][variance] of a strided array ignoring `NaN` values and using a two-pass algorithm.
104
105
```javascript
106
var x = [ 1.0, -2.0, NaN, 2.0 ];
0 commit comments