ens_crps | R Documentation |
The CRPS and its decomposition are computed as columns in a harp_fcst
object. Typically the scores are aggregated over lead time, but other grouping
variables cam be chosen.
ens_crps( .fcst, parameter, groupings = "leadtime", num_ref_members = NA, keep_full_output = FALSE, show_progress = FALSE )
.fcst |
A |
parameter |
The name of the column for the observed data. |
groupings |
The groups for which to compute the ensemble mean and spread. See group_by for more information of how grouping works. |
num_ref_members |
The number of members for which to compute the fair CRPS. |
keep_full_ouput |
Logical. Whether to keep the full output to computing CRPS for ungrouped data. |
An object of the same format as the inputs but with data grouped for
the groupings
column(s) and columns for crps
, crps_pot
and crps_rel
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.