-
Notifications
You must be signed in to change notification settings - Fork 66
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
ARIMA - Could not find an appropriate ARIMA model. #337
Comments
|
Also note for statistics type questions as yours, you may get better help on https://stats.stackexchange.com/ |
Thank you for answering my queries. It was really helpful.
…On Thu, 26 Aug, 2021, 8:27 am mitchelloharawild, ***@***.***> wrote:
Also note for statistics type questions as yours, you may get better help
on https://stats.stackexchange.com/
Issues on GitHub are appropriate for issues with the codebase.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#337 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIBINO5YKLHFBPLQ4LDFQLTT6WURZANCNFSM5AQ7NI6Q>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to build a forecasting model that predicts monthly commodity price based on the information provided by exogenous variables.
Based on my analysis of the dataset, I have identified that the data has lagged predictors.
I have tried to incorporate the same into the model.
It is giving me this error:
Based on some guess work, this error goes away when I remove this predictor from the equation -
lag(FD,3)
. It gives this model after removing the mentioned predictor -<LM w/ ARIMA(0,0,0) errors>
Due to paucity of information available online on implementing SARIMAX in R, I would request you to help me with the following questions:
I hope that these questions are not too naïve for this forum.
The text was updated successfully, but these errors were encountered: