Skip to content

Commit aedcb47

Browse files
authored
docs: update copy
Signed-off-by: Athan <[email protected]>
1 parent 3d68648 commit aedcb47

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ var nanvariancepn = require( '@stdlib/stats/base/nanvariancepn' );
100100

101101
#### nanvariancepn( N, correction, x, strideX )
102102

103-
Computes the [variance][variance] of a strided array `x` ignoring `NaN` values and using a two-pass algorithm.
103+
Computes the [variance][variance] of a strided array ignoring `NaN` values and using a two-pass algorithm.
104104

105105
```javascript
106106
var x = [ 1.0, -2.0, NaN, 2.0 ];

0 commit comments

Comments
 (0)