You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* - Schubert, Erich, and Michael Gertz. 2018. "Numerically Stable Parallel Computation of (Co-)Variance." In _Proceedings of the 30th International Conference on Scientific and Statistical Database Management_. New York, NY, USA: Association for Computing Machinery. doi:[10.1145/3221269.3223036](https://doi.org/10.1145/3221269.3223036).
219
219
*
220
220
* @param {PositiveInteger} N - number of indexed elements
221
-
* @param {number} mean - mean
222
221
* @param {number} correction - degrees of freedom adjustment
* - Schubert, Erich, and Michael Gertz. 2018. "Numerically Stable Parallel Computation of (Co-)Variance." In _Proceedings of the 30th International Conference on Scientific and Statistical Database Management_. New York, NY, USA: Association for Computing Machinery. doi:[10.1145/3221269.3223036](https://doi.org/10.1145/3221269.3223036).
249
249
*
250
250
* @param {PositiveInteger} N - number of indexed elements
251
-
* @param {number} mean - mean
252
251
* @param {number} correction - degrees of freedom adjustment
252
+
* @param {number} mean - mean
253
253
* @param {Float64Array} x - input array
254
254
* @param {integer} strideX - stride length
255
255
* @param {NonNegativeInteger} offsetX - starting index
0 commit comments