Evaluate and compare the predictive performance of different GARCH-type models in forecasting weekly volatility, using out-of-sample evaluation techniques.
- π ARCH/GARCH Modeling β Testing for ARCH effects and fitting GARCH, GARCHX (with exogenous variables), and EGARCH models.
- β Model Selection β Using the Akaike Information Criterion (AIC) to identify the best in-sample fit.
- π Forecasting Approach β Implementing a rolling window framework to generate dynamic volatility predictions.
- π Forecast Evaluation:
- π Realized Variance Approach β Weekly volatility forecasts were evaluated using realized variance, computed from daily returns.
- π Mean Absolute Error (MAE) for both variance and volatility forecasts.
- π Mincer-Zarnowitz regression to assess forecast optimality.
- π Diebold-Mariano tests to compare predictive accuracy between models.
π‘ Financial time series data (DAX, Bitcoin, EUR/RUB) sourced from Yahoo Finance, with additional market indicators such as the Volatility Index (VIX) used as an exogenous regressor.