Skip to content
Prev 1381 / 15274 Next

Problem with function "garchFit" (fSeries)

Hello,

I have a problem with the function "garchFit" of the package "fSeries". When I try to fit the garch model, the system goes to an endless loop and I don?t get a result.
here?s what I wrote:
garchFit(formula= ~garch(1,1), series = corb, include.mean=T)

hope you con help me... thanks!