Innovative Volatility Measures in Python
How to Code Hodges-Tompkins Volatility For Time Series
Hodges-Tompkins volatility is an adjusted volatility estimator that aims to correct the bias inherent in the standard volatility estimators, particularly when dealing with small sample sizes.
This article presents this volatility measure in detail and shows how to code a rolling calculation on time series using Python.



