Does Modeling the Volatility Improve My Forecasts?

Based on Chan (2020)
[ Journal Version | Working Paper | Code | Full tutorial on GitHub ]

Chan, Koop and Yu (2024)
[ Journal Version | Working Paper | Code ]

In this tutorial we forecast the five quarterly US series of the volatility-specification tutorial, recursively and out of sample, from three reduced-form BVARs: a homoskedastic one, one with a common volatility factor, and one with a volatility process per equation. Each is re-estimated at every forecast origin and scored two ways: by the root mean squared forecast error (RMSFE) of its point forecast, and by the log predictive likelihood of the realized value under its whole predictive density.

Over 140 forecasts from 1990 both volatility models improve on the homoskedastic benchmark by both criteria. The density gains are largest for the pandemic quarters and are not confined to them: 24 and 34 percent of the one-quarter-ahead gain and 46 and 66 percent of the four-quarter-ahead gain come from quarters before 2020. The predictive intervals show why. A homoskedastic VAR is too wide in calm years and far too narrow in a crisis.

Cumulative log score difference

Figure 1: The running sum of the joint log predictive likelihood of each volatility model minus that of the homoskedastic VAR, against the quarter in which the forecast is made. A rising line indicates the more accurate model. The top row uses every forecast; the bottom row keeps only those whose target quarter falls before 2020, and the vertical scales differ across panels.

Try it

In MATLAB, from the root of a copy of bvar-toolkit: