Skip to content
Prev 983 / 15274 Next

Problem with garch (tseries)

The model does not fit the data: Sloppy formulated, your estimated 
models are nearly IGARCH (garchall and garch351), and the garch352 is an 
IGARCH. Compute the unconditional variance given by 
coef(model)[1]/(1-coef(model)[2]-coef(model)[3]) for each of them and 
you will see that the last model does not imply a reasonable 
unconditional variance (also the first two models do imply unconditional 
variances which are "far away" from the observed variance).

The acf of absolute values of your data does not decay exponentially 
fast as with a GARCH process. It looks more like "long memory" or  
"structural changes".

Best regards
Adrian