Estera Kot
Estera Kot
> @midesa > > * Can you review this PR? > * IMPORTANT: When this content is ready to merge, you must add `#sign-off` in a comment or the approval...
Hi all, I am going to implement ARIMAX model. @sryza, is anyone working on that at the moment? What is current state of ARIMAX issues? Thanks so much!
Hi @111992-07. Sorry for the delay. I used only Intellij and there everything works. ARIMAX is based on ARIMA so it should work. Please, check your imports and try to...
@111992-07, when you are passing this xreg to ARIMAX.fitmodel, based on what you define `p`, `d`, `q` and other parameters?
@Sadrpour , ARIMAX exists a part of spar-timeseries library.
@111992-07 as I see, you use `ARIMAX.fitModel(1, 0, 1, tsvector, xreg, 1, false, false, userInitParams);` so the `d` value is equal to 0 ("I - Integrated"). ARIMAX assumes that `p`,...
@111992-07 , I have just looked at your input file. Why have you used `ARIMAX` if you don't have any exogenous variables inside you data?
#sign-off