Skip to content

Commit 5adab41

Browse files
authored
docs: update desc
Signed-off-by: Athan <kgryte@gmail.com>
1 parent f594440 commit 5adab41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/base/ndarray/nanmeanpn

lib/node_modules/@stdlib/stats/base/ndarray/nanmeanpn/README.md

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

5454
#### nanmeanpn( arrays )
5555

56-
Computes the [arithmetic mean][arithmetic-mean] of a one-dimensional ndarray, ignoring `NaN` values.
56+
Computes the [arithmetic mean][arithmetic-mean] of a one-dimensional ndarray, ignoring `NaN` values and using a two-pass error correction algorithm.
5757

5858
```javascript
5959
var ndarray = require( '@stdlib/ndarray/base/ctor' );

0 commit comments

Comments
 (0)