Add PWMA implementation and tests; enhance documentation

This commit is contained in:
Miha Kralj
2025-12-13 20:21:21 -08:00
parent 60227a23c1
commit 4b17984cfd
38 changed files with 3506 additions and 25 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ Where:
## C# Implementation
The library provides two implementations: a standard scalar version and a multi-period vector version for calculating multiple SMAs simultaneously.
The library provides two implementations: a standard scalar version and a high-performance Span-based static version.
### Single SMA (`Sma`)