필터 지우기
필터 지우기

Do I need to differentiate ARIMA model input data?

조회 수: 4 (최근 30일)
David Franco
David Franco 2021년 6월 8일
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?

답변 (0개)

카테고리

Help CenterFile Exchange에서 Conditional Mean Models에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by