mirror of
https://github.com/mihakralj/QuanTAlib.git
synced 2026-08-14 16:48:04 +00:00
- Added Wma class for calculating the Weighted Moving Average with detailed documentation and optimized performance using dual running sums. - Introduced WmaVector class to handle multiple WMAs simultaneously, supporting batch calculations and real-time updates. - Implemented last-value substitution for handling invalid inputs (NaN/Infinity) in both classes. - Created comprehensive unit tests for Wma and WmaVector to ensure accuracy and reliability of calculations. - Updated documentation to include usage examples, mathematical foundations, and performance characteristics.