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 f594440 commit 5adab41Copy full SHA for 5adab41
1 file changed
lib/node_modules/@stdlib/stats/base/ndarray/nanmeanpn/README.md
@@ -53,7 +53,7 @@ var nanmeanpn = require( '@stdlib/stats/base/ndarray/nanmeanpn' );
53
54
#### nanmeanpn( arrays )
55
56
-Computes the [arithmetic mean][arithmetic-mean] of a one-dimensional ndarray, ignoring `NaN` values.
+Computes the [arithmetic mean][arithmetic-mean] of a one-dimensional ndarray, ignoring `NaN` values and using a two-pass error correction algorithm.
57
58
```javascript
59
var ndarray = require( '@stdlib/ndarray/base/ctor' );
0 commit comments