フィルターのクリア

problem with estimate ARIMA

13 ビュー (過去 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 Center および File ExchangeConditional Mean Models についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by