About 102,000 results
Open links in new tab
  1. What is the difference between VAR, Dynamic Regressive, and …

    What is the difference between VAR, Dynamic Regressive, and ARMAX models? Ask Question Asked 9 years, 4 months ago Modified 9 years, 4 months ago

  2. time series - Why does Statsmodels' ARMAX function fit a linear ...

    Mar 1, 2021 · Why does Statsmodels' ARMAX function fit a linear regression model Ask Question Asked 4 years, 9 months ago Modified 4 years, 9 months ago

  3. Step-by-step example of predicting time series with ARIMAX or …

    Could someone give me a step-by-step example of time series prediction using ARIMAX or ARMAX model? The example doesn't need to be long or complicated. It could be for example …

  4. arima - Fit an ARMAX model in R - Cross Validated

    Jun 13, 2018 · An ARMAX model is a special case of the above transfer function model with $\nu=\phi$. However, (as far as I know) the TSA:::arimax function does not provide a …

  5. spss - How can I transfer an ARMAX model in Excel in order to …

    I am currently trying to set up an Excel based tool, that alows to predict future values based on an ARMAX model, previously set up in SPSS. The Excel tool contains the coeffienients, …

  6. Estimating an ARMAX model using an I (2) exogenous variable

    May 27, 2024 · Is it valid to estimate an ARMAX model using I (1) and I (2) variables, which are made stationary after first and second differencing, respectively? For instance, I have an I (1) …

  7. Forecasting with ARMAX vs. Regression with ARMA errors

    In Hyndman's forecast package, the ARMAX model is fitted sequentially as an OLS model with ARMA errors. It isn't a "true" ARMAX model in the Box-Jenkins sense of the term.

  8. How to fit an ARIMAX-model with R? - Cross Validated

    I've been using R to do load forecasting for a while and I can suggest you to use forecast package and its invaluable functions (like auto.arima). You can build an ARIMA model with the following …

  9. ARMAX with lagged exogenous variables - Cross Validated

    Jun 28, 2020 · ARMAX models with lagged values of exogenous variables are called ARDL (AR Distributed Lag) models. You can search the implementation of ARDL for whichever statistical …

  10. fitting an ARMAX model with box constraints in python

    Oct 30, 2023 · fitting an ARMAX model with box constraints in python Ask Question Asked 2 years, 1 month ago Modified 2 years, 1 month ago