Forecasting Volatility with GARCH Model-Volatility Analysis in Python
Posted on October 26, 2020
In a previous post, we presented an example of volatility analysis using Close-to-Close historical volatility. In this post, we are going to use the Generalized Autoregressive Conditional Heteroskedasticity (GARCH) model to forecast volatility. In econometrics, the autoregressive conditional heteroscedasticity (ARCH) model is a statistical model for time series data that …