Skip to content

Commit 1ce392d

Browse files
committed
Update artifacts
1 parent 4c87984 commit 1ce392d

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[297,297,100,21,21,100,2,2,100,297,297,100,"7c743985620bb9af50cbe3b5dc770dc41b87371b","2025-07-10 18:39:59 +0000"]
1+
[297,297,100,21,21,100,2,2,100,297,297,100,"f9e02398e608415d91a50974c2d51fbaa9ecba27","2025-07-10 18:27:33 -0700"]

stats/strided/ztest2/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ <h1><a href="../../../../index.html">All files</a> stats/strided/ztest2/lib</h1>
131131
<div class='footer quiet pad2 space-top1 center small'>
132132
Code coverage generated by
133133
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
134-
at 2025-07-10T18:43:10.456Z
134+
at 2025-07-11T01:29:15.590Z
135135
</div>
136136
<script src="../../../../prettify.js"></script>
137137
<script>

stats/strided/ztest2/index.js.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
283283
<div class='footer quiet pad2 space-top1 center small'>
284284
Code coverage generated by
285285
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
286-
at 2025-07-10T18:43:10.456Z
286+
at 2025-07-11T01:29:15.590Z
287287
</div>
288288
<script src="../../../../prettify.js"></script>
289289
<script>

stats/strided/ztest2/main.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,10 +232,10 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
232232
* @param {number} alpha - significance level
233233
* @param {number} diff - difference in means under the null hypothesis
234234
* @param {PositiveNumber} sigmax - known standard deviation of `x`
235-
* @param {Collection} x - input array
235+
* @param {Collection} x - first input array
236236
* @param {integer} strideX - stride length for `x`
237237
* @param {PositiveNumber} sigmay - known standard deviation of `y`
238-
* @param {Collection} y - input array
238+
* @param {Collection} y - second input array
239239
* @param {integer} strideY - stride length for `y`
240240
* @param {Object} out - output results object
241241
* @returns {Object} results object
@@ -268,7 +268,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
268268
<div class='footer quiet pad2 space-top1 center small'>
269269
Code coverage generated by
270270
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
271-
at 2025-07-10T18:43:10.456Z
271+
at 2025-07-11T01:29:15.590Z
272272
</div>
273273
<script src="../../../../prettify.js"></script>
274274
<script>

stats/strided/ztest2/ndarray.js.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -437,11 +437,11 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
437437
* @param {number} alpha - significance level
438438
* @param {number} diff - difference in means under the null hypothesis
439439
* @param {PositiveNumber} sigmax - known standard deviation of `x`
440-
* @param {Collection} x - input array
440+
* @param {Collection} x - first input array
441441
* @param {integer} strideX - stride length for `x`
442442
* @param {NonNegativeInteger} offsetX - starting index for `x`
443443
* @param {PositiveNumber} sigmay - known standard deviation of `y`
444-
* @param {Collection} y - input array
444+
* @param {Collection} y - second input array
445445
* @param {integer} strideY - stride length for `y`
446446
* @param {NonNegativeInteger} offsetY - starting index for `y`
447447
* @param {Object} out - output results object
@@ -550,7 +550,7 @@ <h1><a href="../../../../index.html">All files</a> / <a href="index.html">stats/
550550
<div class='footer quiet pad2 space-top1 center small'>
551551
Code coverage generated by
552552
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
553-
at 2025-07-10T18:43:10.456Z
553+
at 2025-07-11T01:29:15.590Z
554554
</div>
555555
<script src="../../../../prettify.js"></script>
556556
<script>

0 commit comments

Comments
 (0)