Compute probabilities of threshold exceedence for ensemble forecasts
Source:R/ens_probabilities.R
ens_probabilities.Rd
Compute probabilities of threshold exceedence for ensemble forecasts
Arguments
- .fcst
A
harp_df
orharp_list
object with tables that have a column for observations, or a single forecast table.- thresholds
A numeric vector of thresholds for which to compute the threshold based scores. Set to NULL (the default) to only compute summary scores.
- parameter
The name of the column for the observations data. Can be the column name, quoted, or unquoted. If a variable it should be embraced - i.e. wrapped in
{{}}
.