View source: R/ens_probabilities.R
ens_probabilities | R Documentation |
Compute probabilities of threshold exceedence for ensemble forecasts
ens_probabilities(.fcst, thresholds, parameter = NULL)
.fcst |
A |
thresholds |
A numeric vector of thresholds for which to compute probabilities. |
parameter |
The name of the column for the observed data. |
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.