Skip to content
Prev 10397 / 15274 Next

RUGARCH rolling forecast using external regressors

Hi Stoyan,

1. Yes, that was definitely a bug, thanks for reporting. I have uploaded 
a fix to R-Forge (rev.423)...should be available to download in the next 
check/build.

2. Use the  "persistence" method on the fitted object:
 >persistence(fit)
persistence
    0.991474
The TARCH model persistence is NOT \alpha+\beta+\eta. See the vignette 
for the details (from the fGARCH model equation on persistence). Note 
that in all models of the rugarch package, the persistence constraint is 
turned ON by default (via the fit.control option).

3. Again, please read the vignette which clearly explains variance 
targeting (e.g. see page 6 equation 10 and the reference to the Engle 
and Mezrich (1995) paper on page 5).


HTH.

Regards,

Alexios
On 22/06/2012 15:02, stoyan.stoyanov wrote: