Files
QuanTAlib/archive/docs/HWMA.md
T

4 lines
100 B
Markdown
Raw Normal View History

2024-09-24 16:41:26 -07:00
# HWMA: Holt-Winter Moving Average
nA = 0.5; nB = 0.3; nC = 0.01;
![Alt text](./img/HWMA_chart.svg)