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:
Miha Kralj
2025-12-31 23:39:47 -08:00
parent 11f4ec2497
commit d493bfd42f
175 changed files with 11977 additions and 897 deletions
+6 -6
View File
@@ -18,9 +18,9 @@ $$\text{RMSLE} = \sqrt{\text{MSLE}}$$
RMSLE values correspond directly to log-scale error:
- RMSLE = 0.1 → approximately 10% ratio error
- RMSLE = 0.69 → approximately 100% ratio error (2:1 or 1:2 ratio)
- RMSLE = 1.0 → approximately 170% ratio error (~2.7:1 ratio)
* RMSLE = 0.1 → approximately 10% ratio error
* RMSLE = 0.69 → approximately 100% ratio error (2:1 or 1:2 ratio)
* RMSLE = 1.0 → approximately 170% ratio error (~2.7:1 ratio)
## Mathematical Foundation
@@ -185,6 +185,6 @@ Small absolute values near zero can produce large RMSLE:
## See Also
- [MSLE](../msle/Msle.md) - Squared version without root
- [RMSE](../rmse/Rmse.md) - Linear-scale root mean squared error
- [MAPE](../mape/Mape.md) - Percentage error without log transform
* [MSLE](../msle/Msle.md) - Squared version without root
* [RMSE](../rmse/Rmse.md) - Linear-scale root mean squared error
* [MAPE](../mape/Mape.md) - Percentage error without log transform