Creates an interval method that produces only point forecasts without prediction intervals.

NoInterval()

Value

A NoInterval object

Examples

if (FALSE) { # \dontrun{
method <- NoInterval()
fc <- forecast(fitted, interval_method = method, horizon = 1:12)
} # }