Skip to content
Prev 6559 / 15274 Next

News impact curve?

Thanks Matthieu...
Just a small correction, in the latest rgarch version, the spec object 
goes first (before data) in the fitting and filtering routines, else 
should be named, i.e.

garch_norm = ugarchfit(data = dmbp[,1], spec = spec_garch_norm)

fit_gjr = ugarchfit(data = dmbp[,1],spec = spec_garch_gjr)

Regards,

Alexios
On 8/30/2010 2:58 PM, Matthieu Stigler wrote: