Time Series with Exogenous Variables
What are the times series methods can I use to incorporate exogenous variables in the series other than ARIMAX and LSTM?
Topic time-series r
Category Data Science
What are the times series methods can I use to incorporate exogenous variables in the series other than ARIMAX and LSTM?
Topic time-series r
Category Data Science
Seasonal Autoregressive Integrated Moving-Average with Exogenous Regressors (SARIMAX) with Exogenous Regressors (SARIMAX) is an extension of the SARIMA model that also includes the modeling of exogenous variables.
The SARIMAX method can also be used to model the subsumed models with exogenous variables, such as ARX, MAX, ARMAX, and ARIMAX.
The method is suitable for univariate time series with trend and/or seasonal components and exogenous variables.
Vector Autoregression Moving-Average with Exogenous Regressors (VARMAX) is an extension of the VARMA model that also includes the modeling of exogenous variables. It is a multivariate version of the ARMAX method.
Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.