Momentums¶
This module contains some tools to compute moving statistic momentums, such as three kind of moving average: simple (sma), exponential (ema) and weighted (wma); and three kind of moving standard deviation: simple (smstd), exponential (emstd) and weighted (wmstd).
Moving averages¶
|
Compute exponential moving average(s) for each X' series. |
|
Compute simple moving average(s) of size w for each X' series. |
|
Compute weighted moving average(s) of size w for each X' series. |
Moving standard deviation¶
|
Compute exponential moving standard deviation(s) for each X' series. |
|
Compute simple moving standard deviation(s) for each X' series'. |
|
Compute weighted moving standard(s) deviation for each X' series'. |