Automatic ARIMA model identification in MATLAB (like auto.arima in R)
24 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Roger Wohlwend
el 2 de Mzo. de 2016
No, there is no such function. You can identify a suitable model with the Information criterions (AIC and BIC).
2 comentarios
Sinan Islam
el 18 de Nov. de 2023
Doesnt estimate do the same purpose as auto arima in R?
https://www.mathworks.com/help/econ/arima.estimate.html
Ver también
Categorías
Más información sobre Conditional Mean Models en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!