Borrar filtros
Borrar filtros

Do I need to differentiate ARIMA model input data?

4 visualizaciones (últimos 30 días)
David Franco
David Franco el 8 de Jun. de 2021
If my ARIMA model is (1,1,1), do I need to differentiate the data before inserting it into the model?
sys = arima(1,1,1);
Md1 = estimate(sys,data); % Model 1
Md2 = estimate(sys,diff(data)); % Model 2
Which option is correct, Model 1 or Model 2?

Respuestas (0)

Categorías

Más información sobre Conditional Mean Models en Help Center y File Exchange.

Productos


Versión

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by