ens_probabilities: Compute probabilities of threshold exceedence for ensemble...

View source: R/ens_probabilities.R

ens_probabilitiesR Documentation

Compute probabilities of threshold exceedence for ensemble forecasts

Description

Compute probabilities of threshold exceedence for ensemble forecasts

Usage

ens_probabilities(.fcst, thresholds, parameter = NULL)

Arguments

.fcst

A harp_fcst object with tables that have a column for observations, or a single forecast table.

thresholds

A numeric vector of thresholds for which to compute probabilities.

parameter

The name of the column for the observed data.

Value

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


andrew-MET/harpPoint documentation built on Feb. 23, 2023, 1:06 a.m.