This website requires JavaScript.
Explore
Help
Register
Sign In
gavindiaz
/
QuanTAlib
Watch
1
Star
0
Fork
0
mirror of
https://github.com/mihakralj/QuanTAlib.git
synced
2026-08-16 01:28:05 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
626a2afa9b931d40091008e490ea75d2642ff9f5
QuanTAlib
/
lib
/
averages
/
sma
T
History
Miha Kralj
626a2afa9b
chore: Update .gitignore to exclude SonarQube files and add Codacy and SonarScanner scripts
...
refactor: Remove WarmupPeriod logging from SMA and WMA examples
2025-11-30 17:17:55 -08:00
..
Sma.cs
feat: Add Name property to EMA, SMA, and WMA classes for better identification
2025-11-29 21:25:55 -08:00
Sma.md
chore: Update .gitignore to exclude SonarQube files and add Codacy and SonarScanner scripts
2025-11-30 17:17:55 -08:00
Sma.Notebook.dib
feat: Implement SIMD-optimized Multi-Period Simple Moving Average (SMA) with RingBuffer
2025-11-29 18:28:42 -08:00
Sma.Quantower.cs
Implement Weighted Moving Average (WMA) and Multi-Period WMA (WmaVector) classes with O(1) update complexity
2025-11-29 19:31:50 -08:00
Sma.Tests.cs
Add Span API for SMA, EMA, and WMA with zero-allocation performance improvements
2025-11-29 20:48:01 -08:00
Sma.Validation.Tests.cs
Refactor SMA and WMA validation tests to include batch, streaming, and span methods
2025-11-29 21:42:21 -08:00
SmaVector.cs
feat: Implement SIMD-optimized Multi-Period Simple Moving Average (SMA) with RingBuffer
2025-11-29 18:28:42 -08:00
SmaVector.Tests.cs
feat: Implement SIMD-optimized Multi-Period Simple Moving Average (SMA) with RingBuffer
2025-11-29 18:28:42 -08:00