Skip to content

Commit f3070ce

Browse files
committed
Update artifacts
1 parent a14f5f3 commit f3070ce

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

stats/array/stdevtk/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,"144e9a26ebdb4a03903204fd3633f4e8bc62b3c4","2025-07-07 17:55:16 -0700"]
1+
[123,123,100,12,12,100,1,1,100,123,123,100,"4679563163219deac9d025b71c0d73fef183c671","2025-07-07 18:06:36 -0700"]

stats/array/stdevtk/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/stdevtk/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:56:18.506Z
119+
at 2025-07-08T01:07:39.877Z
120120
</div>
121121
<script src="../../../../prettify.js"></script>
122122
<script>

stats/array/stdevtk/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:56:18.506Z
199+
at 2025-07-08T01:07:39.877Z
200200
</div>
201201
<script src="../../../../prettify.js"></script>
202202
<script>

stats/array/stdevtk/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 textbook 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:56:18.506Z
316+
at 2025-07-08T01:07:39.877Z
317317
</div>
318318
<script src="../../../../prettify.js"></script>
319319
<script>

0 commit comments

Comments
 (0)