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.
stats/base/cumin
1 parent f766a24 commit 359a92fCopy full SHA for 359a92f
1 file changed
lib/node_modules/@stdlib/stats/base/cumin/lib/main.js
@@ -31,9 +31,9 @@ var ndarray = require( './ndarray.js' );
31
*
32
* @param {PositiveInteger} N - number of indexed elements
33
* @param {NumericArray} x - input array
34
-* @param {integer} strideX - `x` stride length
+* @param {integer} strideX - stride length for `x`
35
* @param {NumericArray} y - output array
36
-* @param {integer} strideY - `y` stride length
+* @param {integer} strideY - stride length for `y`
37
* @returns {NumericArray} output array
38
39
* @example
0 commit comments