Skip to content

Commit 9ae2150

Browse files
committed
update licensing years and documentation
1 parent 787645a commit 9ae2150

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/node_modules/@stdlib/stats/incr/nangmean/examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.

lib/node_modules/@stdlib/stats/incr/nangmean/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
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
*

lib/node_modules/@stdlib/stats/incr/nangmean/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
*

0 commit comments

Comments
 (0)