Skip to content

Commit 70055ba

Browse files
committed
Update artifacts
1 parent 97e5602 commit 70055ba

File tree

8 files changed

+10
-8
lines changed

8 files changed

+10
-8
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
[162,162,100,12,12,100,1,1,100,162,162,100,"7aa570dd5d22ef8359fad63fcc4110fe4fd05b38","2025-06-30 04:14:30 -0700"]
2+
[162,162,100,12,12,100,1,1,100,162,162,100,"6b0790c43f7de8503c5612923b5dab22e413d012","2025-06-30 04:24:48 -0700"]

stats/array/variancewd/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/array/variancewd/lib</h
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-06-30T11:18:17.074Z
119+
at 2025-06-30T11:26:36.160Z
120120
</div>
121121
<script src="../../../../prettify.js"></script>
122122
<script>

stats/array/variancewd/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
196196
<div class='footer quiet pad2 space-top1 center small'>
197197
Code coverage generated by
198198
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
199-
at 2025-06-30T11:18:17.074Z
199+
at 2025-06-30T11:26:36.160Z
200200
</div>
201201
<script src="../../../../prettify.js"></script>
202202
<script>

stats/array/variancewd/main.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
344344
// MAIN //
345345
&nbsp;
346346
/**
347-
* Computes the standard deviation of an array using Welford's algorithm.
347+
* Computes the variance of an array using Welford's algorithm.
348348
*
349349
* ## Method
350350
*
@@ -430,7 +430,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
430430
<div class='footer quiet pad2 space-top1 center small'>
431431
Code coverage generated by
432432
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
433-
at 2025-06-30T11:18:17.074Z
433+
at 2025-06-30T11:26:36.160Z
434434
</div>
435435
<script src="../../../../prettify.js"></script>
436436
<script>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[89,89,100,11,11,100,1,1,100,89,89,100,"11c00ffd0eeae29f3137fdc5ddbfb02c45223bf9","2025-04-10 18:52:56 -0700"]
22
[131,131,100,12,12,100,1,1,100,131,131,100,"803f30a518a22fb4c01e5d2b82b37afd9f0d567d","2025-06-30 04:00:05 -0700"]
33
[131,131,100,12,12,100,1,1,100,131,131,100,"b135c83aaf95e1a2e03e22ab6f9348284ad300fc","2025-06-30 04:05:07 -0700"]
4+
[131,131,100,12,12,100,1,1,100,131,131,100,"6b0790c43f7de8503c5612923b5dab22e413d012","2025-06-30 04:24:48 -0700"]

stats/array/varianceyc/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/array/varianceyc/lib</h
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-06-30T11:06:44.826Z
119+
at 2025-06-30T11:26:38.596Z
120120
</div>
121121
<script src="../../../../prettify.js"></script>
122122
<script>

stats/array/varianceyc/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
196196
<div class='footer quiet pad2 space-top1 center small'>
197197
Code coverage generated by
198198
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
199-
at 2025-06-30T11:06:44.826Z
199+
at 2025-06-30T11:26:38.596Z
200200
</div>
201201
<script src="../../../../prettify.js"></script>
202202
<script>

stats/array/varianceyc/main.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
282282
// MAIN //
283283
&nbsp;
284284
/**
285-
* Computes the standard deviation of an array using a one-pass algorithm proposed by Youngs and Cramer.
285+
* Computes the variance of an array using a one-pass algorithm proposed by Youngs and Cramer.
286286
*
287287
* ## Method
288288
*
@@ -337,7 +337,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
337337
<div class='footer quiet pad2 space-top1 center small'>
338338
Code coverage generated by
339339
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
340-
at 2025-06-30T11:06:44.826Z
340+
at 2025-06-30T11:26:38.596Z
341341
</div>
342342
<script src="../../../../prettify.js"></script>
343343
<script>

0 commit comments

Comments
 (0)