compute_EQRN_GPDLoss | R Documentation |
Generalized Pareto likelihood loss of a EQRN_iid predictor
compute_EQRN_GPDLoss(
fit_eqrn,
X,
y,
intermediate_quantiles = NULL,
interm_lvl = fit_eqrn$interm_lvl,
device = default_device()
)
fit_eqrn |
Fitted |
X |
Matrix of covariates. |
y |
Response variable vector. |
intermediate_quantiles |
Vector of intermediate conditional quantiles at level |
interm_lvl |
Optional, checks that |
device |
(optional) A |
Negative GPD log likelihood of the conditional EQRN predicted parameters over the response exceedances over the intermediate quantiles.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.