EQRN_predict_params_seq | R Documentation |
GPD parameters prediction function for an EQRN_seq fitted object
EQRN_predict_params_seq(
fit_eqrn,
X,
Y,
intermediate_quantiles = NULL,
return_parametrization = c("classical", "orthogonal"),
interm_lvl = fit_eqrn$interm_lvl,
seq_len = fit_eqrn$seq_len,
device = default_device()
)
fit_eqrn |
Fitted |
X |
Matrix of covariates to predict conditional GPD parameters. |
Y |
Response variable vector corresponding to the rows of |
intermediate_quantiles |
Vector of intermediate conditional quantiles at level |
return_parametrization |
Which parametrization to return the parameters in, either |
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 |
Named list containing: "scales"
and "shapes"
as numerical vectors of length nrow(X)
,
and the seq_len
used.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.