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
@@ -59,7 +59,7 @@ This works because when all weights decrement by 1 (as the window slides), it's
## C# Implementation
The library provides two implementations: a standard scalar version and a multi-period vector version for calculating multiple WMAs simultaneously.
The library provides two implementations: a standard scalar version and a high-performance Span-based static version.
### Single WMA (`Wma`)