Creates a naive forecast model that uses the last observed value as the forecast for all future horizons.

ConstantModel()

Value

A ConstantModel object

Examples

if (FALSE) { # \dontrun{
model <- ConstantModel()
} # }