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 ! :)

 Respuesta aceptada

Hang Qian
Hang Qian el 28 de Jul. de 2015

0 votos

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 comentario

Jan Kostrzewa
Jan Kostrzewa el 29 de Ag. de 2015
Thank you very much :) ARMA(1,1) works better :)

Iniciar sesión para comentar.

Más respuestas (1)

penny
penny el 31 de Oct. de 2018

0 votos

hi.then ,how can you predict the later data?

Categorías

Preguntada:

el 9 de Jul. de 2015

Respondida:

el 31 de Oct. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by