S3 method to convert a ForecastBaselines_Forecast object to a scoringutils forecast_point object. This allows seamless integration with scoringutils.

# S3 method for class 'ForecastBaselines_Forecast'
as_forecast_point(data, ...)

Arguments

data

A ForecastBaselines_Forecast object

...

Additional arguments (not used)

Value

A forecast_point object from scoringutils

Examples

if (FALSE) { # \dontrun{
# Convert and validate as point forecast
fc_point <- scoringutils::as_forecast_point(forecast)
} # }