GPD_excess_probability | R Documentation |
Tail excess probability prediction based on conditional GPD parameters
GPD_excess_probability(
val,
sigma,
xi,
interm_threshold,
threshold_p,
body_proba = "default",
proba_type = c("excess", "cdf")
)
val |
Quantile value(s) used to estimate the conditional excess probability or cdf. |
sigma |
Value(s) for the GPD scale parameter. |
xi |
Value(s) for the GPD shape parameter. |
interm_threshold |
Intermediate (conditional) quantile(s) at level |
threshold_p |
Probability level of the intermediate conditional quantiles |
body_proba |
Value to use when the predicted conditional probability is below |
proba_type |
Whether to return the |
Vector of probabilities (and possibly a few body_proba
values if val
is not large enough)
of the same length as the longest vector between val
, sigma
, xi
and interm_threshold
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.