Produces multi-step-ahead forecasts with prediction intervals. The returned object keeps forecast values clearly separate from the observed (model) values, and the interval widths grow with the forecast horizon.
Examples
m <- morie_ts_arima(cumsum(rnorm(80)), order = c(1, 1, 0))
fc <- morie_ts_forecast(m, h = 12)
