EGARCH
Please use the 'new' rugarch package which is now on CRAN (for univariate GARCH models). Also note some changes to the new ugarchspec method documented in the help files. Regards, Alexios
On Sep 9, 2011, at 11:28, Papa Senyo <papa.senyo at yahoo.it> wrote:
Dear all, Please, I have a problem with the function ugarchspec (R says function not found) and cannot execute the command below. Any assistance. ar9<-arima(next.rtdm, order=c(5,0,0)) b=acf(ar9$residuals) specm1 <- ugarchspec(variance.model=list(model="eGARCH", garchOrder=c(2,4), submodel = NULL), mean.model=list(armaOrder=c(5,0), include.mean=TRUE, garchInMean = TRUE)) Kind regards Papa [[alternative HTML version deleted]]
_______________________________________________ R-SIG-Finance at r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-sig-finance -- Subscriber-posting only. If you want to post, subscribe first. -- Also note that this is not the r-help list where general R questions should go.