Builds a monthly count series via stats::ts, fits
ARIMA(1,1,1) with stats::arima, and forecasts h
periods ahead with stats::predict. AIC is reported from
the fit; BIC is computed manually as
AIC + k * (log(n) - 2).
Builds a monthly count series via stats::ts, fits
ARIMA(1,1,1) with stats::arima, and forecasts h
periods ahead with stats::predict. AIC is reported from
the fit; BIC is computed manually as
AIC + k * (log(n) - 2).