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
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@d40d38b97af0f02f0fcc47100c3ebaca25db7c0d/lib/node_modules/@stdlib/stats/incr/maape/docs/img/equation_mean_arctangent_absolute_percentage_error.svg" alt="Equation for the mean arctangent absolute percentage error.">
36
+
<img src="https://cdn.jsdelivr.net/gh/stdlib-js/stdlib@d40d38b97af0f02f0fcc47100c3ebaca25db7c0d/lib/node_modules/@stdlib/stats/incr/nanmaape/docs/img/equation_mean_arctangent_absolute_percentage_error.svg" alt="Equation for the mean arctangent absolute percentage error.">
37
37
<br>
38
38
</div> -->
39
39
@@ -90,7 +90,7 @@ m = accumulator();
90
90
## Notes
91
91
92
92
- Input values are **not** type checked. If provided `NaN` or a value which, when used in computations, results in `NaN`, the accumulated value is `NaN` for **all** future invocations. If non-numeric inputs are possible, you are advised to type check and handle accordingly **before** passing the value to the accumulator function.
93
-
- Note that, unlike the [mean absolute percentage error][@stdlib/stats/incr/mape] (MAPE), the [mean arctangent absolute percentage error][@kim:2016a] is expressed in radians on the interval \[0,π/2].
93
+
- Note that, unlike the [mean absolute percentage error][@stdlib/stats/incr/nanmape] (NMAPE), the [mean arctangent absolute percentage error][@kim:2016a] is expressed in radians on the interval \[0,π/2].
94
94
95
95
</section>
96
96
@@ -104,7 +104,7 @@ m = accumulator();
104
104
105
105
```javascript
106
106
var randu =require( '@stdlib/random/base/randu' );
107
-
var incrnanmaape =require( '@stdlib/stats/incr/maape' );
107
+
var incrnanmaape =require( '@stdlib/stats/incr/nanmaape' );
0 commit comments