Skip to content

Commit edfde8c

Browse files
committed
Update artifacts
1 parent 9ca1987 commit edfde8c

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-
[109,109,100,3,3,100,1,1,100,109,109,100,"653ff803b2ad9d14f600830d80f45641402882e6","2025-11-24 01:31:38 +0530"]
1+
[109,109,100,3,3,100,1,1,100,109,109,100,"20d8b02aac4e262ec9881f4cdf70e7076f6b8137","2025-11-24 01:38:02 +0530"]

stats/base/ndarray/dnanmeanpn/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h1>All files</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-11-23T20:05:06.514Z
119+
at 2025-11-23T20:09:18.905Z
120120
</div>
121121
<script src="prettify.js"></script>
122122
<script>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ <h1><a href="index.html">All files</a> index.js</h1>
205205
<div class='footer quiet pad2 space-top1 center small'>
206206
Code coverage generated by
207207
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
208-
at 2025-11-23T20:05:06.514Z
208+
at 2025-11-23T20:09:18.905Z
209209
</div>
210210
<script src="prettify.js"></script>
211211
<script>

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
231231
*
232232
* ## References
233233
*
234-
* - Neely, Peter M. 1966. "Comparison of Several Algorithms for Computation of Means, Standard Deviations and Correlation Coefficients." *Communications of the ACM* 9 (7). Association for Computing Machinery: 496–99. doi:[10.1145/365719.365958](https://doi.org/10.1145/365719.365958).
234+
* - Neely, Peter M. 1966. "Comparison of Several Algorithms for Computation of Means, Standard Deviations and Correlation Coefficients." _Communications of the ACM_ 9 (7). Association for Computing Machinery: 496–99. doi:[10.1145/365719.365958](https://doi.org/10.1145/365719.365958).
235235
*
236236
* @param {ArrayLikeObject&lt;Object&gt;} arrays - array-like object containing an input ndarray
237237
* @returns {number} arithmetic mean
@@ -244,7 +244,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
244244
* var x = new ndarray( 'float64', xbuf, [ 10 ], [ 1 ], 0, 'row-major' );
245245
*
246246
* var v = dnanmeanpn( [ x ] );
247-
* // returns ~1.75
247+
* // returns 1.7142857142857142
248248
*/
249249
function dnanmeanpn( arrays ) {
250250
var x = arrays[ 0 ];
@@ -262,7 +262,7 @@ <h1><a href="index.html">All files</a> main.js</h1>
262262
<div class='footer quiet pad2 space-top1 center small'>
263263
Code coverage generated by
264264
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
265-
at 2025-11-23T20:05:06.514Z
265+
at 2025-11-23T20:09:18.905Z
266266
</div>
267267
<script src="prettify.js"></script>
268268
<script>

0 commit comments

Comments
 (0)