ens_roc | R Documentation |
Relative Operating Characteristics for an ensemble.
ens_roc( .fcst, parameter, thresholds, groupings = "leadtime", show_progress = FALSE )
.fcst |
A |
parameter |
The name of the column for the observed data. |
thresholds |
A numeric vector of thresholds for which to compute the ROC. |
groupings |
The groups for which to compute the ROC. See group_by for more information of how grouping works. |
A data frame with data grouped for the groupings
column(s) and
a nested column for the ROC with each row containing a data frame with
columns: prob
for the forecast probability bin, HR
for the
hit rate and FAR
for the false alarm rate. Use unnest
to unnest to the nested column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.