R/intervals.R
NoInterval.Rd
Creates an interval method that produces only point forecasts without prediction intervals.
NoInterval()
A NoInterval object
if (FALSE) { # \dontrun{ method <- NoInterval() fc <- forecast(fitted, interval_method = method, horizon = 1:12) } # }