The curious case of ARIMA modelling using R
问题 I observed something strange while fitting an ARMA model using the function arma{tseries} and arima{stats} in R. There is a radical difference in the estimation procedures adopted by the two functions, Kalman filter in arima{stats} as opposed to ML estimation in arma{tseries}. Given the difference in the estimation procedures between the two functions, one would not expect the results to be radically different for the two function if we use the same timeseries. Well seems that they can!