R/scoring.R
as_forecast_point.ForecastBaselines_Forecast.RdS3 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, ...)A forecast_point object from scoringutils
if (FALSE) { # \dontrun{
# Convert and validate as point forecast
fc_point <- scoringutils::as_forecast_point(forecast)
} # }