Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wrong ARIMA.autoFit result for airPassengers #196

Open
hyunbinloh opened this issue Jun 2, 2017 · 1 comment
Open

wrong ARIMA.autoFit result for airPassengers #196

hyunbinloh opened this issue Jun 2, 2017 · 1 comment

Comments

@hyunbinloh
Copy link

hyunbinloh commented Jun 2, 2017

Hello.

I performed ARIMA.autoFit to the rdataset: airPassengers, with column: passengers.
https://vincentarelbundock.github.io/Rdatasets/csv/datasets/AirPassengers.csv

ARIMA.autoFit(data, 5,2,5) gives ARIMA(0,1,1) with AIC = 1386.3715...
but ARIMA.fitModel(1,1,1,data,true) gives AIC = 1384.9129...

Why is autoFit not covering (p,d,q) = (1,1,1)?

Thank you very much!

@PPatidar
Copy link

Hi,
I am trying to solve the same problem. Can you please share your code with me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants