Joins forecast quantiles to truth on (location, target_end_date)
and scores them with scoringutils::score(). Returns the standard
scoringutils per row score tibble (WIS components, coverage, etc.).
Arguments
- census_fcast
Hubverse format census quantile forecast (output of
fcast_census()).- census_truth
Hubverse target data tibble of observed census, with columns
target_end_date,target,location,observation.
