Borrar filtros
Borrar filtros

How can I specify a Seasonal ARIMA model in MATLAB

2 visualizaciones (últimos 30 días)
Jahetbe
Jahetbe el 11 de Feb. de 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); ............................................................................................................

Respuestas (0)

Categorías

Más información sobre Conditional Mean Models en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by