mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-20 11:38:05 +00:00
Merge branch 'dev'
This commit is contained in:
@@ -13,9 +13,7 @@
|
||||
| **PineScript** | [rae.pine](rae.pine) |
|
||||
|
||||
- Relative Absolute Error (RAE) measures the total absolute error of predictions relative to the total absolute error of a simple baseline predictor ...
|
||||
- Parameterized by `period`.
|
||||
- Output range: $\geq 0$.
|
||||
- Requires `period` bars of warmup before first valid output (IsHot = true).
|
||||
- **Similar:** [MASE](../mase/Mase.md), [MRAE](../mrae/Mrae.md) | **Trading note:** Relative Absolute Error; total absolute error relative to naïve model. <1 = outperforms naïve.
|
||||
- Validated against TA-Lib, Skender, and Tulip reference implementations where available.
|
||||
|
||||
Relative Absolute Error (RAE) measures the total absolute error of predictions relative to the total absolute error of a simple baseline predictor that always predicts the mean of actual values. This provides a normalized performance metric.
|
||||
@@ -136,4 +134,4 @@ RAE is preferable when:
|
||||
|
||||
* You want robustness to outliers (absolute vs squared errors)
|
||||
* You need a ratio interpretation (< 1 is good, > 1 is bad)
|
||||
* The mean predictor is a relevant baseline for your domain
|
||||
* The mean predictor is a relevant baseline for your domain
|
||||
Reference in New Issue
Block a user