problem with estimate ARIMA

조회 수: 9 (최근 30일)
Jan Kostrzewa
Jan Kostrzewa 2015년 7월 9일
답변: penny 2018년 10월 31일
Hi !
I try to run such simple code:
Mdl = arima(2,0,2);
EstMdl = estimate(Mdl,train_set,'Display','off');
where "train set" is just vector of some values. For most vectors everything works perfect BUT for some of them I get error
"The non-seasonal autoregressive polynomial is unstable.'.
Why ? What this error means ? How to fix it ?
Thank you in advance for your help ! :)

채택된 답변

Hang Qian
Hang Qian 2015년 7월 28일
Hi Jan,
The error means that there are eigenvalues outside the unit circle. Since an explosive economic time series is unlikely in the real world, the model is not very suitable for the data. You may consider lowering the order of the MA terms, say an ARMA(1,1) might work better.
  댓글 수: 1
Jan Kostrzewa
Jan Kostrzewa 2015년 8월 29일
Thank you very much :) ARMA(1,1) works better :)

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

penny
penny 2018년 10월 31일
hi.then ,how can you predict the later data?

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by