Filter löschen
Filter löschen

How can I specify a Seasonal ARIMA model in MATLAB

2 Ansichten (letzte 30 Tage)
Jahetbe
Jahetbe am 11 Feb. 2017
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); ............................................................................................................

Antworten (0)

Kategorien

Mehr zu Conditional Mean Models finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by