Skip to content
Prev 8295 / 15274 Next

how to add more than two external regressors in GARCH model using rgarch

Please READ the documentation (?ugarchspec).
I quote:
"external.regressors...A matrix object containing the external 
regressors to include in the mean equation with as many rows as will be 
included in the data (which is passed in the fit function)."

e.g. matrix(cbind(x1, x2), ncol = 2)


Regards,

Alexios
On 01/08/2011 22:42, zoe_zhang wrote: