Hi,
I have one doubt with models ARMA-ARIMA-SARIMA. When i'm using eviews, i
have one result. When i use Stata, the same model (ex arima y,
arima(2,1,2)), the results are different. Sometimes, very different!
Can help me and explais these differences, please?
Thanks,
Joao Lima
Getting different packages to report identical results when fitting ARIMA
models is a challenge for several reasons. There are several different
estimators available for ARIMA models, including unconditional maximum
likelihood, conditional maximum likelihood, and least squares. Moreover,
the choice of priming values or priors for the Kalman filter recursions
will affect results, as will the choice of initial values used in the
maximization algorithm. Stata's full maximum likelihood results match
those you would obtain using SAS.