File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
lib/node_modules/@stdlib/stats/strided/covarmtk/lib Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,10 @@ var ndarray = require( './ndarray.js' );
3232* @param {PositiveInteger } N - number of indexed elements
3333* @param {number } correction - degrees of freedom adjustment
3434* @param {number } meanx - mean of `x`
35- * @param {Object } x - first input array object
36- * @param {Array<Function> } x.accessors - array element accessors
35+ * @param {NumericArray } x - first input array
3736* @param {integer } strideX - stride length of `x`
3837* @param {number } meany - mean of `y`
39- * @param {Object } y - second input array object
40- * @param {Array<Function> } y.accessors - array element accessors
38+ * @param {NumericArray } y - second input array
4139* @param {integer } strideY - stride length of `y`
4240* @returns {number } covariance
4341*
You can’t perform that action at this time.
0 commit comments