Skip to content

help needed for rugarch forecast function

4 messages · johnzli at comcast.net, John Kerpel, Alexios Ghalanos

6 days later
#
Dear John,

The reason possibly no one, including the developer, have not replied is 
that you provide a very large example, in a specialized package, for 
which is it not possible to reproduce without the data, but is also not 
consistent in places:

1. "m.pred<- ugarchforecast(cl_ar4.fit, data = yCL05, external.forecasts 
= list(mregfor = ext), n.ahead = 1, n.roll = 322)"

You did not tell us what cl_ar4.fit is (since you are using the data 
option, it should be of class uGARCHspec).

2. In the next example you set "fixed.pars = list(ar33 = 0,omega = 0)" 
for an arma(4,0) model. Did you mean "ar3=0".

As the developer, I would be happy to look into this, but you should 
please take the time to create fully reproducible example and sent me an 
email off list with the dataset so that I might try to see whether it is 
a bug in the handling of this or some wrong use of the functions.

Regards,
Alexios
On 27/10/2011 19:29, johnzli at comcast.net wrote: