Replies: 1 comment
-
|
The ARIMA model is applied to the residuals from the regression. These can obviously change with different predictors. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes I observe that when a regression model with sarima errors contains a variable, say x1, the ARIMA function proposes first seasonal difference (D=1), whereas when the regression model with sarima errors contains another variable, say x2, the ARIMA function proposes zero seasonal difference (D=0). Why this is the case? The forecast variable is the same in both models
Beta Was this translation helpful? Give feedback.
All reactions