get_excesses | R Documentation |
Computes rescaled excesses over the conditional quantiles
get_excesses(
X = NULL,
y,
quantiles,
intermediate_q_feature = FALSE,
scale_features = FALSE,
X_scaling = NULL
)
X |
A covariate matrix. Can be |
y |
The response variable vector. |
quantiles |
The intermediate quantiles over which to compute the excesses of |
intermediate_q_feature |
Whether to use the intermediate |
scale_features |
Whether to rescale each input covariates to zero mean and unit variance before applying the network (recommended).
If |
X_scaling |
Existing |
Named list containing:
Y_excesses |
thematrix of response excesses, |
X_excesses |
the (possibly rescaled and q_feat transformed) covariate matrix, |
X_scaling |
object of class |
excesses_ratio |
and the ratio of escesses for troubleshooting. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.