Skip to content
Prev 11156 / 15274 Next

Is it possible to import residuals of mean.model into variance.model in rugarch package or others?

1. Estimate your conditional mean equation in a first stage (separately).
2. Pass the residuals from your model as the data in 'ugarchfit', having 
set 'ugarchspec' to have (0,0) 'armaOrder' and 'include.mean' set to 
FALSE. Pass any "external" variables for the GARCH model in the 
'external.regressors' slot in the ugarchspec variance.model list 
(appropriately lagged and in the form of a matrix). Provide some 
starting values for the regressors parameters ('setstart<-') and 
preferably define their upper and lower bounds (use 'setbounds<-' method 
on the spec - this is available starting from version 1.0-14).

-Alexios
On 26/12/2012 07:14, SamuelS wrote: