feat: Implement Ehlers Ultimate Smoother Filter (USF) with documentation and tests

This commit is contained in:
Miha Kralj
2025-12-20 15:57:38 -08:00
parent d21fea3c18
commit 54c309e5cf
10 changed files with 661 additions and 14 deletions
+1
View File
@@ -30,6 +30,7 @@
- [T3 - Tillson T3 MA](../lib/trends/t3/T3.md)
- [TEMA - Triple Exponential MA](../lib/trends/tema/Tema.md)
- [TRIMA - Triangular MA](../lib/trends/trima/Trima.md)
- [USF - Ehlers Ultimate Smoother Filter](../lib/trends/usf/Usf.md)
- [VIDYA - Variable Index Dynamic Average](../lib/trends/vidya/Vidya.md)
- [WMA - Weighted MA](../lib/trends/wma/Wma.md)
+1
View File
@@ -85,6 +85,7 @@ These measure the spread of data points around the mean.
- [**T3**](../lib/trends/t3/T3.md) - Tillson T3 MA
- [**TEMA**](../lib/trends/tema/Tema.md) - Triple Exponential MA
- [**TRIMA**](../lib/trends/trima/Trima.md) - Triangular MA
- [**USF**](../lib/trends/usf/Usf.md) - Ehlers Ultimate Smoother Filter
- [**VIDYA**](../lib/trends/vidya/Vidya.md) - Variable Index Dynamic Average
- [**WMA**](../lib/trends/wma/Wma.md) - Weighted MA