View source: R/model_eligibility.R
calc_forecast_missingness | R Documentation |
Compute forecast missingness for each combination of location and model
calc_forecast_missingness(qfm, by_target = FALSE, by_week = FALSE)
qfm |
matrix of model forecasts of class QuantileForecastMatrix |
by_target |
logical; if TRUE, results are returned by target, and if FALSE results are summarized across targets. by_target may only be set to TRUE if by_week is TRUE. |
by_week |
logical; if TRUE, results are returned by forecast week, and if FALSE results are summarized across weeks. |
data frame with a row for each combination of location, forecast week end date (if requestrd), 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.