-
Notifications
You must be signed in to change notification settings - Fork 26
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
add exogenous variables support for SARIMA and UnobservedComponents #258
Comments
Hello, would you be open on adding X into SARIMA model to get also SARIMAX? The only option as of now is statsmodels in python. I don't count using R as an option. https://www.statsmodels.org/stable/generated/statsmodels.tsa.statespace.sarimax.SARIMAX.html
Would you be open to this feature? |
Hi @detrin we would be totally open to this feature. Would you be willing to make a PR in the SARIMA model to extend it to be a SARIMAX? There are two ways of doing it: one is to add state variables that represent the betas and another is to make a linear regression and then try to estimate the SARIMAX on the noises. Ideally, we could use R and Python as benchmarks to develop some tests for smaller models |
@guilhermebodin thanks for the response I could make a PR, however it will take me a while to understand the codebase, I might have some questions.
This seems to me as better especially if the exogenous variables would be weakly coupled to the target variable and the time series are rather short (40-100 time points). Benchmarking against python pkgs or R pkgs is great idea. |
I would be happy to guide you if you are available, one option to speed things up is to talk to me via the Julia slack https://julialang.org/slack/ |
As soon as I have some time to spare I will get into reading your codebase. Thanks |
No description provided.
The text was updated successfully, but these errors were encountered: