About 50 results
Open links in new tab
  1. 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 5 years ago Modified 5 years ago

  2. 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 possibility to respect this …

  3. 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 …

  4. 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, 5 months ago Modified 2 years, 4 months ago

  5. What is the difference between VAR, Dynamic Regressive, and ARMAX …

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

  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) stock price …

  7. 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 …

  8. 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 forecasting …

  9. arima - Estimate the best ARMAX model with one lagged independent ...

    Nov 30, 2015 · I don't think that including the exogenous variable will change the number of AR and MA terms for the best model relative to model estimated before. What is meant by including the 'lagged' …

  10. r - ARMAX model and validation - Cross Validated

    ARMAX model and validation Ask Question Asked 10 years, 3 months ago Modified 10 years, 2 months ago