View source: R/det_probabilities.R
det_probabilities | R Documentation |
Compute binary probabilities for deterministic forecasts
det_probabilities(.fcst, parameter, thresholds, obs_probabilities = TRUE)
.fcst |
A |
parameter |
The name of the column for the observed data. |
thresholds |
A numeric vector of thresholds for which to compute probabilities. |
obs_probabilities |
A logical indicating whether or not to compute the binary probabilities for the observations. |
A harp_fcst
object with each data frame having columns for threshold,
fcst_prob and optionally obs_prob instead of the raw forecast column.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.