Serving the Quantitative Finance Community

 
User avatar
atlantaquant
Topic Author
Posts: 0
Joined: November 3rd, 2006, 5:04 am

advantage of garch over arch

December 9th, 2007, 11:41 pm

Hello, guys:A rookie question: what is the advantage of garch over arch?I am going to have a interview with a stat-arb hedge fund and this question comes up to me while I am preparing.
 
User avatar
msperlin
Posts: 5
Joined: July 10th, 2006, 6:21 pm

advantage of garch over arch

December 10th, 2007, 12:04 am

QuoteOriginally posted by: atlantaquantHello, guys:A rookie question: what is the advantage of garch over arch?I am going to have a interview with a stat-arb hedge fund and this question comes up to me while I am preparing.If I remember correctly, a garch model is a parsimonious arch with infinite lags. And the garch parameter picks up a pattern where the a shock at e^2 decays over time.
Last edited by msperlin on December 9th, 2007, 11:00 pm, edited 1 time in total.
 
User avatar
SNWKW
Posts: 0
Joined: April 27th, 2007, 5:37 pm

advantage of garch over arch

December 10th, 2007, 12:06 am

Sometimes 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...
 
User avatar
msperlin
Posts: 5
Joined: July 10th, 2006, 6:21 pm

advantage of garch over arch

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).
 
User avatar
CariocaBruce
Posts: 0
Joined: December 7th, 2007, 1:56 am

advantage of garch over arch

December 26th, 2007, 5:38 pm

Not 100% sure I got it right here, but I believe GARCH can accomodate exogenous variables in accounting for changes in volatility, whereas ARCH merely uses lagged values of previous volatility to predict future volatility.
 
User avatar
msperlin
Posts: 5
Joined: July 10th, 2006, 6:21 pm

advantage of garch over arch

December 26th, 2007, 6:34 pm

QuoteOriginally posted by: CariocaBruceNot 100% sure I got it right here, but I believe GARCH can accomodate exogenous variables in accounting for changes in volatility, whereas ARCH merely uses lagged values of previous volatility to predict future volatility.Thats not right Bruce. Since you're dealing with maximum likelihood estimation, which is a flexible and general method, you can add pretty much add whatever you want in arch and garch models (and also in the mean equation). by the way, are you from rio de janeiro?