Time seiries forecasting SARIMA

6 次查看(过去 30 天)
How forecasting works?
example: y = xlsread("file.xlsx");
SARIMA_y = arima('Constant',NaN,'ARLags',[],'D',1,'MALags',1,'SARLags',12,'Seasonality',0,'SMALags',[],'Distribution','Gaussian');
SARIMA_y = estimate(SARIMA_y,y,'Display','off');
Y = forecast(SARIMA_y(y),y,12);
Even though the values of y go up and down, the result of Y is a 12x1 vector that only goes up.
How to forecast demand?
  1 个评论
Arthur Wong
Arthur Wong 2020-5-4
编辑:Arthur Wong 2020-5-4
this is same happening to me when i am using ARIMA. The ahead foreacast just a straight line and not as expected got curve or changes

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Conditional Mean Models 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by