problem with estimate ARIMA
Mostra commenti meno recenti
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 ! :)
Risposta accettata
Più risposte (1)
penny
il 31 Ott 2018
0 voti
hi.then ,how can you predict the later data?
Categorie
Scopri di più su Conditional Mean Models in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!