Skip to content
Prev 8963 / 15274 Next

help with egarch prediction

As far as rugarch is concerned, the restriction is there for a reason:
It is highly unlikely that the solver will converge with anything less
than 100 points, and even then, what inference you expect to make with 
so little data, let alone confidence to perform a forecast is beyond me 
(the ugarchdistribution function which simulates and fits GARCH models 
given a parameter set, for different window sizes, can be used to better 
understand this point).
Having said that, the software is open source...open it up, see the 
source and make the changes you want (hint: the 15th line of code in the 
file 'rugarch-egarch.R' can be commented out to remove the restriction).

Regards,
Alexios
On 23/11/2011 07:16, hemsam wrote: