ARIMA samae forecasts across horizons

1 回表示 (過去 30 日間)
Shaoni Nandi
Shaoni Nandi 2020 年 4 月 14 日
コメント済み: BN 2022 年 11 月 18 日
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 件のコメント
BN
BN 2022 年 11 月 18 日
Dear @Shaoni Nandi, Did you find an answer? thanks

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeMATLAB についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by