Automatic ARIMA model identification in MATLAB (like auto.arima in R)
33 ビュー (過去 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!