View source: R/accuracy_metrics.R
quantile_exceedance_proba_error | R Documentation |
Quantile exceedance probability prediction calibration error
quantile_exceedance_proba_error(
Probs,
prob_level = NULL,
return_years = NULL,
type_probs = c("cdf", "exceedance"),
na.rm = FALSE
)
Probs |
Predicted probabilities to exceed or be smaller than a fixed quantile. |
prob_level |
Probability level of the quantile. |
return_years |
The probability level can be given in term or return years instead.
Only used if |
type_probs |
Whether the predictions are the |
na.rm |
A logical value indicating whether |
The calibration metric for the predicted probabilities.
quantile_exceedance_proba_error(c(0.1, 0.3, 0.2), prob_level=0.8)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.