Automatic ARIMA model identification in MATLAB (like auto.arima in R)
조회 수: 26 (최근 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?
댓글 수: 0
답변 (1개)
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
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 Center 및 File Exchange에서 Conditional Mean Models에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!