@@ -25,7 +25,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
2525 < div class ='fl pad1y space-right2 '>
2626 < span class ="strong "> 100% </ span >
2727 < span class ="quiet "> Statements</ span >
28- < span class ='fraction '> 57/57 </ span >
28+ < span class ='fraction '> 55/55 </ span >
2929 </ div >
3030
3131
@@ -46,7 +46,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
4646 < div class ='fl pad1y space-right2 '>
4747 < span class ="strong "> 100% </ span >
4848 < span class ="quiet "> Lines</ span >
49- < span class ='fraction '> 57/57 </ span >
49+ < span class ='fraction '> 55/55 </ span >
5050 </ div >
5151
5252
@@ -118,11 +118,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
118118< a name ='L53 '> </ a > < a href ='#L53 '> 53</ a >
119119< a name ='L54 '> </ a > < a href ='#L54 '> 54</ a >
120120< a name ='L55 '> </ a > < a href ='#L55 '> 55</ a >
121- < a name ='L56 '> </ a > < a href ='#L56 '> 56</ a >
122- < a name ='L57 '> </ a > < a href ='#L57 '> 57</ a >
123- < a name ='L58 '> </ a > < a href ='#L58 '> 58</ a > </ td > < td class ="line-coverage quiet "> < span class ="cline-any cline-yes "> 2x</ span >
124- < span class ="cline-any cline-yes "> 2x</ span >
125- < span class ="cline-any cline-yes "> 2x</ span >
121+ < a name ='L56 '> </ a > < a href ='#L56 '> 56</ a > </ td > < td class ="line-coverage quiet "> < span class ="cline-any cline-yes "> 2x</ span >
126122< span class ="cline-any cline-yes "> 2x</ span >
127123< span class ="cline-any cline-yes "> 2x</ span >
128124< span class ="cline-any cline-yes "> 2x</ span >
@@ -211,12 +207,10 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
211207* @param {PositiveInteger} N - number of indexed elements
212208* @param {number} correction - degrees of freedom adjustment
213209* @param {number} meanx - mean of `x`
214- * @param {Object} x - first input array object
215- * @param {Array<Function>} x.accessors - array element accessors
210+ * @param {NumericArray} x - first input array
216211* @param {integer} strideX - stride length of `x`
217212* @param {number} meany - mean of `y`
218- * @param {Object} y - second input array object
219- * @param {Array<Function>} y.accessors - array element accessors
213+ * @param {NumericArray} y - second input array
220214* @param {integer} strideY - stride length of `y`
221215* @returns {number} covariance
222216*
@@ -241,7 +235,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
241235 < div class ='footer quiet pad2 space-top1 center small '>
242236 Code coverage generated by
243237 < a href ="https://istanbul.js.org/ " target ="_blank " rel ="noopener noreferrer "> istanbul</ a >
244- at 2025-07-16T09:26:57.703Z
238+ at 2025-07-16T09:28:52.089Z
245239 </ div >
246240 < script src ="../../../../prettify.js "> </ script >
247241 < script >
0 commit comments