Skip to contents

Requires a local version of the forecast hub at hub_path.

Usage

hub_to_scorable_quantiles(hub_path, quantile_tol = 10)

Arguments

hub_path

Local path to a hubverse-style forecast hub.

quantile_tol

Round quantile level values to this many decimal places, to avoid problems with floating point number equality comparisons. Passed as the digits argument to base::round(). Default 10.

Value

Scorable table, as the output of scoringutils::as_forecast_quantile().