File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
lib/node_modules/@stdlib/stats/incr/nangmean Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
2
* @license Apache-2.0
3
3
*
4
- * Copyright (c) 2018 The Stdlib Authors.
4
+ * Copyright (c) 2025 The Stdlib Authors.
5
5
*
6
6
* Licensed under the Apache License, Version 2.0 (the "License");
7
7
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 19
19
'use strict' ;
20
20
21
21
/**
22
- * Compute a geometric mean incrementally.
22
+ * Compute a geometric mean incrementally, ignoring `NaN` values .
23
23
*
24
24
* @module @stdlib /stats/incr/nangmean
25
25
*
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ var isnan = require( '@stdlib/math/base/assert/is-nan' );
27
27
// MAIN //
28
28
29
29
/**
30
- * Returns an accumulator function which incrementally computes a geometric mean.
30
+ * Returns an accumulator function which incrementally computes a geometric mean, ignoring `NaN` values .
31
31
*
32
32
* @returns {Function } accumulator function
33
33
*
You can’t perform that action at this time.
0 commit comments