Taking ARIMA of multiple time series at once

2 Ansichten (letzte 30 Tage)
Erik Hakopian
Erik Hakopian am 18 Dez. 2022
Beantwortet: Rick Baker am 19 Dez. 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?

Antworten (1)

Rick Baker
Rick Baker am 19 Dez. 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.

Kategorien

Mehr zu Conditional Mean Models finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by