ARIMAX is implemented in SAS and R (function arimax
in "TSA" package).
I want to implement ARIMAX in an open source library in Scala and Python.
- Is there any reference, like a research paper or a step-by-step explanation, on how ARIMAX works inside (except of Rob J. Hyndman's blog post "The ARIMAX model muddle")?