Skip to content
Prev 9509 / 15274 Next

rugarch package

The only way to achieve this is to set the coefficients of lags 2 and 3 
to zero using the 'fixed.pars' option,
i.e. ugarchspec(mean.model = list(armaOrder=c(4,0)), 
fixed.pars=list(ar2=0,ar3=0)).
Fixed parameters are excluded during the calculation of standard errors 
unless you specify otherwise
in the ugarchfit 'fit.control' option.

In future please observe some measure of mail etiquette by signing your 
email with your name.

Regards,
Alexios
On 11/02/12 08:21, ecsniffer?? wrote: