Skip to contents

Compute probabilities of threshold exceedence for ensemble forecasts

Usage

ens_probabilities(.fcst, thresholds, parameter = NULL)

Arguments

.fcst

A harp_df or harp_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 {{}}.

Value

A harp_list object with each data frame having columns for threshold, fcst_prob and obs_prob instead of the columns for each member forecast.