December 10th, 2007, 7:18 am
QuoteOriginally posted by: SNWKWSometimes you need too many parameters to fit the data in an ARCH model... the GARCH model is a parsimonious alternative. By putting a sigma^2 (t-1) on your vol equation (Garch(1,1), for example), you usually end up with a model that wastes less info. The idea is pretty similar to the AR to ARMA improvement...SNKW is probably more correct than me. The garch is a parsimonious version of a arch with lots of lags (and not infinite).A good question is why this is important and why we see large number of significant lags at arch models. My intutions says that is is because of volatility clustering. Since a lot of high vol observations tend to be in the sames places in time, the autoregressive patter of a Arch picks it up by showing statistically significant large number of lags. The garch fix it because now a shock will decay over time and when volatility cluster, the garch parameter picks up the same autoregressive pattern as a the large number of arch coefficients together.I think you should also brush up on the unconditional moments of the model (first, second and fourth). This will also brush up the restrictions on the parameters of them model (eg. why a+b<1).