mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-23 21:18:04 +00:00
Refactor documentation for various filters and indicators to enhance clarity and consistency
- Updated Bessel, Bilateral, Blma, Butter, Conv, Ema, Kama, LSMA, MAMA, MGDI, SSF, USF, ATR, ADL, and ADOSC documentation to use bullet points for key concepts and features. - Added a new Qodana configuration file for code analysis. - Removed coverage configuration from Quantower.Tests.csproj to streamline testing setup.
This commit is contained in:
@@ -21,7 +21,7 @@ Mae.Batch(actualSpan, predictedSpan, outputSpan, period: 14);
|
||||
## Indicator Reference
|
||||
|
||||
| Indicator | Full Name | Description |
|
||||
|:----------|:----------|:------------|
|
||||
| ------ | ------ | ------ |
|
||||
| [HUBER](huber/Huber.md) | Huber Loss | Combines MSE and MAE; less sensitive to outliers |
|
||||
| [MAE](mae/Mae.md) | Mean Absolute Error | Average of absolute differences |
|
||||
| [MAPD](mapd/Mapd.md) | Mean Absolute Percentage Deviation | Percentage error relative to mean of actual and predicted |
|
||||
@@ -43,7 +43,7 @@ Mae.Batch(actualSpan, predictedSpan, outputSpan, period: 14);
|
||||
### By Use Case
|
||||
|
||||
| Use Case | Recommended Metrics |
|
||||
|:---------|:--------------------|
|
||||
| ------ | ------ |
|
||||
| General accuracy | MAE, RMSE |
|
||||
| Outlier-robust | MAE, Huber, MASE |
|
||||
| Percentage interpretation | MAPE, SMAPE, MAPD |
|
||||
@@ -55,7 +55,7 @@ Mae.Batch(actualSpan, predictedSpan, outputSpan, period: 14);
|
||||
### By Properties
|
||||
|
||||
| Metric | Scale | Outlier Sensitivity | Interpretability |
|
||||
|:-------|:------|:--------------------|:-----------------|
|
||||
| ------ | ------ | ------ | ------ |
|
||||
| MAE | Original units | Low | High |
|
||||
| MSE | Squared units | High | Medium |
|
||||
| RMSE | Original units | High | High |
|
||||
|
||||
Reference in New Issue
Block a user