View source: R/model_eligibility.R
calc_q10_check | R Documentation |
Compute check of whether quantile 0.1 for 1 week ahead forecast is at least the median of the most recent observed cumulative deaths
calc_q10_check(qfm, observed_by_location_target_end_date)
qfm |
matrix of model forecasts of class QuantileForecastMatrix |
observed_by_location_target_end_date |
data frame of observed values |
data frame with a row for each combination of location, forecast week end date, and model and a logical column called 'any_missing' with entry TRUE if any forecasts were missing across all quantiles and targets
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.