You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/stats/incr/mae/lib/main.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ function incrmae() {
71
71
returnaccumulator;
72
72
73
73
/**
74
-
* If provided a value, the accumulator function returns an updated mean absolute error. If not provided a value, the accumulator function returns the current mean absolute error.
74
+
* If provided input values, the accumulator function returns an updated mean absolute error. If not provided input values, the accumulator function returns the current mean absolute error.
0 commit comments