One more thing on fGarch

Pierre Chaussé pierre.chausse at uqam.ca
Wed Apr 22 22:57:06 CEST 2009


Hi,

I have one more question. If I exécute the following commands

require(fGarch)
spec=garchSpec(model=list(omega=2,alpha=.4,beta=.55,mu=5,ar=.9,ma=.5))
set.seed(123)
x <- garchSim(spec,n=500)
res_g <- garchFit(~arma(1,1)+garch(1,1),trace=FALSE,x)
plot(res_g,which=3)

It produces the included graph.

Why is the +- 2 * SD arround zero and not arround the series? The 
purpose of this graph is not to have an confidence interval?


Thank you


-------------- next part --------------
A non-text attachment was scrubbed...
Name: eco_fin_chap4-033.eps
Type: image/x-eps
Size: 23257 bytes
Desc: not available
URL: <https://stat.ethz.ch/pipermail/rmetrics-core/attachments/20090422/d5d6bb30/attachment-0001.bin>


More information about the Rmetrics-core mailing list