Compute reasons for exclusion of forecast date / location pairs from the paired retrospective analysis.
Source:R/parse_real_time_exclusions.R
compute_retro_exclusions.RdCompute reasons for exclusion of forecast date / location pairs from the paired retrospective analysis.
Usage
compute_retro_exclusions(
real_time_exclusion_table,
ww_data_quality_table,
convergence_table
)Arguments
- real_time_exclusion_table
Table of real-time exclusions, with reasoning, as the output of
parse_real_time_exclusions().- ww_data_quality_table
Table of wasteater data quality status, as the output of
summarize_ww_data_quality().- convergence_table
Table of convergence statuses for each model by date and location.
Value
Table of the computed exclusions, as a
tidy tibble.