フィルターのクリア

How can I specify a Seasonal ARIMA model in MATLAB

2 ビュー (過去 30 日間)
Jahetbe
Jahetbe 2017 年 2 月 11 日
Hi
I need to specify ARIMA(1,0,1)(0,1,1)12 in MATLAB. I write the following code. ............................................................................................................
Mdl1 = arima('ARLags',1,'MALags',2,'SMALags',1,'Seasonality',12); mdl = estimate(Mdl1,x); yF1 = forecast(mdl,60); ............................................................................................................

回答 (0 件)

カテゴリ

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