Finance Type
Financial analysis
Static members
| Static member |
Description
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Exponentially weighted moving volatility using root mean square (no mean correction).
Computes vol as sqrt(EWM(x²)), which equals ewmMean for strictly positive sequences.
Appropriate for returns series that are already mean-centred (e.g. zero-mean returns).
|
|
|
|
Exponentially weighted moving volatility using standard deviation (mean-corrected).
Tracks the EWM mean and computes volatility as the sqrt of the EWM variance of
deviations from that mean.
|
Deedle