predict_GPD_semiconditional | R Documentation |
Predict semi-conditional extreme quantiles using peaks over threshold
predict_GPD_semiconditional(
Y,
interm_lvl,
thresh_quantiles,
interm_quantiles_test = thresh_quantiles,
prob_lvls_predict = c(0.99)
)
Y |
Vector of ("training") observations. |
interm_lvl |
Probability level at which the empirical quantile should be used as the intermediate threshold. |
thresh_quantiles |
Numerical vector of the same length as |
interm_quantiles_test |
Numerical vector of the same length as |
prob_lvls_predict |
Probability levels at which to predict the extreme semi-conditional quantiles. |
Named list containing:
predictions |
matrix of dimension |
pars |
matrix of dimension |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.