Effacer les filtres
Effacer les filtres

Taking ARIMA of multiple time series at once

3 vues (au cours des 30 derniers jours)
Erik Hakopian
Erik Hakopian le 18 Déc 2022
Hello,
I have multiple time series (specifically 360 of them) that I want to use ARIMA on. Because ARIMA is complicated process as you have to look at the ACF and PACF and then choose the best order of AR and MA, look at the significance of each lag variable and the constant and if it needs differentiation or not. Is there a function or a way that does all of this so I can perform them on 360 time series?

Réponses (1)

Rick Baker
Rick Baker le 19 Déc 2022
You're asking for some sort of automatic lag order or model selection utility, which MATLAB currently doens't offer, at least not in the Econometrics Toolbox.
FYI, the Econometrics Toolbox has all tools (ACF, PACF, integration tests, etc.) to do this, but the is no pre-written function to do it for you.
That said, it's possible that someone on this site has contributed code that might help.

Catégories

En savoir plus sur Conditional Mean Models dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by