compute_EQRN_seq_GPDLoss | R Documentation |
Generalized Pareto likelihood loss of a EQRN_seq predictor
compute_EQRN_seq_GPDLoss(
fit_eqrn,
X,
Y,
intermediate_quantiles = NULL,
interm_lvl = fit_eqrn$interm_lvl,
seq_len = fit_eqrn$seq_len,
device = default_device()
)
fit_eqrn |
Fitted |
X |
Matrix of covariates. |
Y |
Response variable vector corresponding to the rows of |
intermediate_quantiles |
Vector of intermediate conditional quantiles at level |
interm_lvl |
Optional, checks that |
seq_len |
Data sequence length (i.e. number of past observations) used to predict each response quantile.
By default, the training |
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.