is it possible to estimate a GARCH with volatility in the mean using R?
I read that it may be possible with rgarch package but I have some trouble installing it. Is there any other way?
The model is:
r[t] = mu + c*s[t]^2 + a[t],
a[t] = s[t]*e[t],
s[t]^2 = alpha0 + alpha1 * a[t-1]^2 + beta1 * s[t-1]^2,
Regards,
Juan.