Taking ARIMA of multiple time series at once
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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?
0 Kommentare
Antworten (1)
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.
0 Kommentare
Siehe auch
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!