Skip to content

Commit ef7f904

Browse files
committed
Update artifacts
1 parent 76bf62a commit ef7f904

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

stats/array/stdevch/coverage.ndjson

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[123,123,100,12,12,100,1,1,100,123,123,100,"28ffc75ae5a4946d62106df05af23ed8b46bf07a","2025-07-07 17:56:07 -0700"]
1+
[123,123,100,12,12,100,1,1,100,123,123,100,"7f5777dedad172c078d3e959f079b51cc5be39be","2025-07-07 18:06:58 -0700"]

stats/array/stdevch/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/stdevch/lib</h1>
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-08T00:57:18.936Z
119+
at 2025-07-08T01:08:11.929Z
120120
</div>
121121
<script src="../../../../prettify.js"></script>
122122
<script>

stats/array/stdevch/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-07-08T00:57:18.936Z
199+
at 2025-07-08T01:08:11.929Z
200200
</div>
201201
<script src="../../../../prettify.js"></script>
202202
<script>

stats/array/stdevch/main.js.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
269269
* Computes the standard deviation of an array using a one-pass trial mean algorithm.
270270
*
271271
* @param {NumericArray} x - input array
272-
* @param {number} correction - degrees of freedom adjustment
272+
* @param {number} [correction=1.0] - degrees of freedom adjustment
273273
* @throws {TypeError} first argument must have a supported data type
274274
* @throws {TypeError} first argument must be an array-like object
275275
* @throws {TypeError} second argument must be an number
@@ -313,7 +313,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
313313
<div class='footer quiet pad2 space-top1 center small'>
314314
Code coverage generated by
315315
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
316-
at 2025-07-08T00:57:18.936Z
316+
at 2025-07-08T01:08:11.929Z
317317
</div>
318318
<script src="../../../../prettify.js"></script>
319319
<script>

0 commit comments

Comments
 (0)