Skip to content

Commit 5539446

Browse files
committed
Add warning regarding scale dependency
1 parent a3000f5 commit 5539446

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/stats/incr/mmae

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/stats/incr/mmae/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ m = accumulator();
9696

9797
- 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 **at least** `W-1` 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.
9898
- As `W` (x,y) pairs are needed to fill the window buffer, the first `W-1` returned values are calculated from smaller sample sizes. Until the window is full, each returned value is calculated from all provided values.
99+
- **Warning**: the [mean absolute error][mean-absolute-error] is scale-dependent and, thus, the measure should **not** be used to make comparisons between datasets having different scales.
99100

100101
</section>
101102

0 commit comments

Comments
 (0)