October 12th, 2011, 8:43 pm
Value-at-Risk is extremely useful.Vector Autoregression is not. It was no worse than the large structural models it replaced, but no better. It has never been shown to give useful predictions. The problem is too many parameters to fit. With k parameters and l lags, you need to fit k^2*l coefficients. With 12 economic variables and 4 lags, which is a pretty minimal system, that's 576 values. It generally takes 30 observations per parameter to get useful fits, so that's 17,280 months of data (monthly is the most frequently economic data is generally available). That's 1,440 years over which you have to assume relations are constant and linear. If you cut the number of variables and lags, the model becomes too unrealistic; moreover slightly different choices for variables and lag amount give totally different predictions. Moreover, if you fit on data with adjustments, your model cannot predict next month's value until next month is over. If you use unadjusted data, noise overwhelms signal. And there are intractable numerical problems in selecting parameters.It doesn't even work well in the application for which it was invented, system identification. In that case you have plenty of data since you generally measure with high frequency and precision, and you have some reason to believe the system is approximately linear over some range and stable. Nevertheless, it doesn't work.