det_verify | R Documentation |
Compute verification scores for deterministic forecasts.
det_verify( .fcst, parameter, thresholds = NULL, groupings = "leadtime", show_progress = TRUE )
.fcst |
A |
parameter |
The name of the column for the observed data. |
thresholds |
A numeric vector of thresholds for which to compute the threshold based scores. Set to NULL (the default) to only compute summary scores. |
groupings |
The groups for which to compute the scores. See group_by for more information of how grouping works. |
show_progress |
Logical - whether to show a progress bar. The default is FALSE. |
A list containting two data frames: det_summary_scores
and
det_threshold_scores
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.