We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14bb790 commit 91b610bCopy full SHA for 91b610b
lib/node_modules/@stdlib/stats/incr/nanmminmax/lib/main.js
@@ -56,7 +56,7 @@ var incrmminmax = require( '@stdlib/stats/incr/mminmax' );
56
* mm = accumulator();
57
* // returns [ -5.0, 5.0 ]
58
*/
59
-function incrmnanminmax(out, window) {
+function incrnanmminmax(out, window) {
60
var minmax;
61
if (arguments.length === 1) {
62
minmax = incrmminmax( out );
@@ -83,4 +83,4 @@ function incrmnanminmax(out, window) {
83
84
// EXPORTS //
85
86
-module.exports = incrmnanminmax;
+module.exports = incrnanmminmax;
0 commit comments