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 11/**
22* @license Apache-2.0
33*
4- * Copyright (c) 2018 The Stdlib Authors.
4+ * Copyright (c) 2025 The Stdlib Authors.
55*
66* Licensed under the Apache License, Version 2.0 (the "License");
77* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1919'use strict' ;
2020
2121/**
22- * Compute a geometric mean incrementally.
22+ * Compute a geometric mean incrementally, ignoring `NaN` values .
2323*
2424* @module @stdlib /stats/incr/nangmean
2525*
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ var isnan = require( '@stdlib/math/base/assert/is-nan' );
2727// MAIN //
2828
2929/**
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 .
3131*
3232* @returns {Function } accumulator function
3333*
You can’t perform that action at this time.
0 commit comments