R/forecast.R
point_forecast.Rd
Generates point forecasts from a fitted model.
point_forecast(fitted, horizon = 1L)
A fitted model object from fit_baseline()
Integer or vector of integers specifying forecast horizons
Numeric vector of point forecasts
if (FALSE) { # \dontrun{ forecasts <- point_forecast(fitted, horizon = 1:12) } # }