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

13 次查看(过去 30 天)
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?

回答(1 个)

Roger Wohlwend
Roger Wohlwend 2016-3-2
No, there is no such function. You can identify a suitable model with the Information criterions (AIC and BIC).
  2 个评论
Jonas
Jonas 2016-3-4
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 2023-11-18
Doesnt estimate do the same purpose as auto arima in R?
https://www.mathworks.com/help/econ/arima.estimate.html

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Linear Model Identification 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by