Skip to content
Prev 13483 / 15274 Next

Different results on Garch(1, 1) with regressors: Eviews vs rugarch

Discussed numerous times on this forum (i.e. differences between
different software implementations).
As far as I can see from your output, eviews uses:

Presample variance: backcast (parameter = 0.7)

whereas rugarch by default uses the whole sample for the initialization.

See the ugarchspec help function on variance.targeting which allows a numeric value (instead of logical)
between 0 and 1 for the backcasting.

However, it could also be the case of different bound constraints. In the rugarch model, the coefficients
on the external regressors in the variance equation for the sGARCH model are constrained to be positive.
Feel free to play around with 'setbounds<-' and a whole host of other options, including using an alternate
solver etc.

Alexios
On 10/09/2015 13:56, Eliano Marques wrote: