Skip to content

Commit ff50cb1

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

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/stats/base/ndarray/smeankbn/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var strided = require( '@stdlib/stats/strided/smeankbn' ).ndarray;
3030
// MAIN //
3131

3232
/**
33-
* Calculates the arithmetic mean of a one-dimensional single-precision floating-point ndarray using an improved Kahan–Babuška algorithm.
33+
* Computes the arithmetic mean of a one-dimensional single-precision floating-point ndarray using an improved Kahan–Babuška algorithm.
3434
*
3535
* @param {ArrayLikeObject<Object>} arrays - array-like object containing an input ndarray
3636
* @returns {number} arithmetic mean

0 commit comments

Comments
 (0)