Skip to content

Commit 3f77e18

Browse files
committed
Update artifacts
1 parent c29c611 commit 3f77e18

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[99,99,100,3,3,100,1,1,100,99,99,100,"8c450e19bc9c511acdca7291ffbdbaa73d265de3","2025-10-28 09:46:32 -0700"]
1+
[99,99,100,3,3,100,1,1,100,99,99,100,"3cd7c4005184c355bf7b0e94e4fd7fd5563f0e56","2025-10-28 09:53:56 -0700"]

stats/base/ndarray/meankbn/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/meankbn
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-10-28T16:48:12.368Z
119+
at 2025-10-28T16:56:28.462Z
120120
</div>
121121
<script src="../../../../../prettify.js"></script>
122122
<script>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">sta
172172
'use strict';
173173
&nbsp;
174174
/**
175-
* Compute the arithmetic mean of an ndarray using the improved Kahan–Babuška algorithm.
175+
* Compute the arithmetic mean of a one-dimensional ndarray using an improved Kahan–Babuška algorithm.
176176
*
177177
* @module @stdlib/stats/base/ndarray/meankbn
178178
*
@@ -202,7 +202,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">sta
202202
<div class='footer quiet pad2 space-top1 center small'>
203203
Code coverage generated by
204204
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
205-
at 2025-10-28T16:48:12.368Z
205+
at 2025-10-28T16:56:28.462Z
206206
</div>
207207
<script src="../../../../../prettify.js"></script>
208208
<script>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">sta
205205
// MAIN //
206206
&nbsp;
207207
/**
208-
* Computes the arithmetic mean of a one-dimensional ndarray using the improved Kahan–Babuška algorithm.
208+
* Computes the arithmetic mean of a one-dimensional ndarray using an improved Kahan–Babuška algorithm.
209209
*
210210
* @param {ArrayLikeObject&lt;Object&gt;} arrays - array-like object containing an input ndarray
211211
* @returns {number} arithmetic mean
@@ -235,7 +235,7 @@ <h1><a href="../../../../../index.html">All files</a> / <a href="index.html">sta
235235
<div class='footer quiet pad2 space-top1 center small'>
236236
Code coverage generated by
237237
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
238-
at 2025-10-28T16:48:12.368Z
238+
at 2025-10-28T16:56:28.462Z
239239
</div>
240240
<script src="../../../../../prettify.js"></script>
241241
<script>

0 commit comments

Comments
 (0)