2017年3月8日水曜日

do forecast by ARIMA

The length of periods are given as the parameter "h".


library(forecast)
am <- auto.arima( PA[k1992], ic="aic", trace=T, stepwise=F, approximation=F, start.p=0, start.q=0, start.P=0, start.Q=0)
forecast(am,level = c(50,95), h = 12)

0 件のコメント: