Skip to content

Commit 897afd7

Browse files
authored
docs: fix docs
Signed-off-by: Athan <[email protected]>
1 parent 2b693a6 commit 897afd7

File tree

1 file changed

+2
-4
lines changed
  • lib/node_modules/@stdlib/stats/strided/covarmtk/lib

1 file changed

+2
-4
lines changed

lib/node_modules/@stdlib/stats/strided/covarmtk/lib/main.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)