mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-16 09:38:05 +00:00
Add PWMA implementation and tests; enhance documentation
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
# Errors
|
||||
|
||||
Error metrics and performance indicators for model/strategy evaluation.
|
||||
|
||||
| Indicator | Full Name | Description |
|
||||
| :--- | :--- | :--- |
|
||||
| DIRTY | Dirty Data Detection | |
|
||||
| HUBER | Huber Loss | |
|
||||
| MAE | Mean Absolute Error | |
|
||||
| MAPD | Mean Absolute Percentage Difference | |
|
||||
| MAPE | Mean Absolute Percentage Error | |
|
||||
| MASE | Mean Absolute Scaled Error | |
|
||||
| ME | Mean Error | |
|
||||
| MPE | Mean Percentage Error | |
|
||||
| MSE | Mean Squared Error | |
|
||||
| MSLE | Mean Squared Logarithmic Error | |
|
||||
| RAE | Relative Absolute Error | |
|
||||
| RMSE | Root Mean Squared Error | |
|
||||
| RMSLE | Root Mean Squared Logarithmic Error | |
|
||||
| RSE | Relative Squared Error | |
|
||||
| RSQUARED | R-Squared | |
|
||||
| SMAPE | Symmetric Mean Absolute Percentage Error | |
|
||||
Reference in New Issue
Block a user