I wonder because the rugarch
library on R allows to generate an ARMA-GARCH, but the coefficients of the ARMA are totally different from those generated by Arima
from the forecast
package.
I thought that the addition of the GARCH was only done by adding the GARCH, and not by re-estimating the model, am I right or am I wrong?