Skip to content

Commit 3c16b4b

Browse files
authored
docs: update desc
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 6b18db0 commit 3c16b4b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

5454
#### smeankbn( arrays )
5555

56-
Calculates the [arithmetic mean][arithmetic-mean] of a one-dimensional single-precision floating-point ndarray using an improved Kahan–Babuška algorithm.
56+
Computes the [arithmetic mean][arithmetic-mean] of a one-dimensional single-precision floating-point ndarray using an improved Kahan–Babuška algorithm.
5757

5858
```javascript
5959
var Float32Array = require( '@stdlib/array/float32' );

0 commit comments

Comments
 (0)