Skip to content

Commit b8f2c4e

Browse files
committed
Update artifacts
1 parent bc71835 commit b8f2c4e

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[148,148,100,3,3,100,1,1,100,148,148,100,"52fc2620a11ba2807330a60ee277d66033c5f80a","2025-07-21 10:43:08 +0000"]
1+
[148,148,100,3,3,100,1,1,100,148,148,100,"f35a574e08daa10197e048bcc2a2d74d468001dd","2025-07-26 19:31:32 +0000"]

stats/base/ndarray/scovarmtk/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h1><a href="../../../../../index.html">All files</a> stats/base/ndarray/scovarm
116116
<div class='footer quiet pad2 space-top1 center small'>
117117
Code coverage generated by
118118
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119-
at 2025-07-21T10:59:10.234Z
119+
at 2025-07-26T19:33:35.714Z
120120
</div>
121121
<script src="../../../../../prettify.js"></script>
122122
<script>

stats/base/ndarray/scovarmtk/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">sta
241241
<div class='footer quiet pad2 space-top1 center small'>
242242
Code coverage generated by
243243
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
244-
at 2025-07-21T10:59:10.234Z
244+
at 2025-07-26T19:33:35.714Z
245245
</div>
246246
<script src="../../../../../prettify.js"></script>
247247
<script>

stats/base/ndarray/scovarmtk/main.js.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,9 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">sta
286286
*
287287
* - first one-dimensional input ndarray.
288288
* - second one-dimensional input ndarray.
289-
* - a zero-dimensional ndarray specifying degrees of freedom adjustment. Setting this parameter to a value other than `0` has the effect of adjusting the divisor during the calculation of the covariance according to `N-c` where `c` corresponds to the provided degrees of freedom adjustment. When computing the population covariance, setting this parameter to `0` is the standard choice (i.e., the provided arrays contain data constituting entire populations). When computing the unbiased sample covariance, setting this parameter to `1` is the standard choice (i.e., the provided arrays contain data sampled from larger populations; this is commonly referred to as Bessel's correction).
290-
* - a zero-dimensional ndarray specifying mean of the first one-dimensional ndarray.
291-
* - a zero-dimensional ndarray specifying mean of the second one-dimensional ndarray.
289+
* - a zero-dimensional ndarray specifying the degrees of freedom adjustment. Setting this parameter to a value other than `0` has the effect of adjusting the divisor during the calculation of the covariance according to `N-c` where `c` corresponds to the provided degrees of freedom adjustment and `N` corresponds to the number of elements in each input ndarray. When computing the population covariance, setting this parameter to `0` is the standard choice (i.e., the provided arrays contain data constituting entire populations). When computing the unbiased sample covariance, setting this parameter to `1` is the standard choice (i.e., the provided arrays contain data sampled from larger populations; this is commonly referred to as Bessel's correction).
290+
* - a zero-dimensional ndarray specifying the mean of the first one-dimensional ndarray.
291+
* - a zero-dimensional ndarray specifying the mean of the second one-dimensional ndarray.
292292
*
293293
* @param {ArrayLikeObject&lt;Object&gt;} arrays - array-like object containing input ndarrays
294294
* @returns {number} covariance
@@ -343,7 +343,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">sta
343343
<div class='footer quiet pad2 space-top1 center small'>
344344
Code coverage generated by
345345
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
346-
at 2025-07-21T10:59:10.234Z
346+
at 2025-07-26T19:33:35.714Z
347347
</div>
348348
<script src="../../../../../prettify.js"></script>
349349
<script>

0 commit comments

Comments
 (0)