ARIMA samae forecasts across horizons

1 vue (au cours des 30 derniers jours)
Shaoni Nandi
Shaoni Nandi le 14 Avr 2020
Commenté : BN le 18 Nov 2022
Why is it that I get the same forecasts for all forecasting horizons in MATLAB?
Mdl = arima('Constant',1,'AR',{0.3});
Mdl.Variance = 1
[Y,E]=simulate(Mdl,20);
Mdl1=arima(1,0,0);
e=estimate(Mdl1,Y);
forecast(e,10)
ans =
1.3642
1.3642
1.3642
1.3642
1.3642
1.3642
1.3642
1.3642
1.3642
1.3642
  1 commentaire
BN
BN le 18 Nov 2022
Dear @Shaoni Nandi, Did you find an answer? thanks

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur MATLAB dans Help Center et File Exchange

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by