Skip to content

Commit 0d707c8

Browse files
committed
Update keywords and add warning
1 parent b220666 commit 0d707c8

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ m = accumulator();
8484
## Notes
8585

8686
- 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.
87+
- **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.
8788

8889
</section>
8990

lib/node_modules/@stdlib/stats/incr/mae/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@
6666
"diff",
6767
"delta",
6868
"incremental",
69-
"accumulator"
69+
"accumulator",
70+
"time series",
71+
"timeseries",
72+
"forecasting",
73+
"forecast"
7074
]
7175
}

0 commit comments

Comments
 (0)