EQRN_excess_probability | R Documentation |
Tail excess probability prediction using an EQRN_iid object
EQRN_excess_probability(
val,
fit_eqrn,
X,
intermediate_quantiles,
interm_lvl = fit_eqrn$interm_lvl,
body_proba = "default",
proba_type = c("excess", "cdf"),
device = default_device()
)
val |
Quantile value(s) used to estimate the conditional excess probability or cdf. |
fit_eqrn |
Fitted |
X |
Matrix of covariates to predict the corresponding response's conditional excess probabilities. |
intermediate_quantiles |
Vector of intermediate conditional quantiles at level |
interm_lvl |
Optional, checks that |
body_proba |
Value to use when the predicted conditional probability is below |
proba_type |
Whether to return the |
device |
(optional) A |
Vector of probabilities (and possibly a few body_proba
values if val
is not large enough) of length nrow(X)
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.