Generates point forecasts from a fitted model.

point_forecast(fitted, horizon = 1L)

Arguments

fitted

A fitted model object from fit_baseline()

horizon

Integer or vector of integers specifying forecast horizons

Value

Numeric vector of point forecasts

Examples

if (FALSE) { # \dontrun{
forecasts <- point_forecast(fitted, horizon = 1:12)
} # }