Taking ARIMA of multiple time series at once

2 visualizzazioni (ultimi 30 giorni)
Erik Hakopian
Erik Hakopian il 18 Dic 2022
Risposto: Rick Baker il 19 Dic 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?

Risposte (1)

Rick Baker
Rick Baker il 19 Dic 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.

Categorie

Scopri di più su Conditional Mean Models in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by