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 ef21f42 commit ff50cb1Copy full SHA for ff50cb1
lib/node_modules/@stdlib/stats/base/ndarray/smeankbn/lib/main.js
@@ -30,7 +30,7 @@ var strided = require( '@stdlib/stats/strided/smeankbn' ).ndarray;
30
// MAIN //
31
32
/**
33
-* Calculates the arithmetic mean of a one-dimensional single-precision floating-point ndarray using an improved Kahan–Babuška algorithm.
+* Computes the arithmetic mean of a one-dimensional single-precision floating-point ndarray using an improved Kahan–Babuška algorithm.
34
*
35
* @param {ArrayLikeObject<Object>} arrays - array-like object containing an input ndarray
36
* @returns {number} arithmetic mean
0 commit comments