Filter löschen
Filter löschen

Automatic ARIMA model identification in MATLAB (like auto.arima in R)

14 Ansichten (letzte 30 Tage)
Jonas
Jonas am 1 Mär. 2016
Kommentiert: Sinan Islam am 18 Nov. 2023
Is there a function in MATLAB to identify a suitable ARIMA model like it does in R (function of auto.arima in package forecast) or in other commercial forecasting products?

Antworten (1)

Roger Wohlwend
Roger Wohlwend am 2 Mär. 2016
No, there is no such function. You can identify a suitable model with the Information criterions (AIC and BIC).
  2 Kommentare
Jonas
Jonas am 4 Mär. 2016
There is some useful functions in System Identification Toolbox like " arx", that can find polynomial degree "p" of AR model.
  • Can it help me to identify AR-part of ARMA/ARIMA model?
  • And maybe SIT (Toolbox) contain other interesting function that can help to identify "p" and "q" for ARMA model?
Sinan Islam
Sinan Islam am 18 Nov. 2023
Doesnt estimate do the same purpose as auto arima in R?
https://www.mathworks.com/help/econ/arima.estimate.html

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Linear Model Identification finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by