predict_unconditional_quantiles | R Documentation |
Predict unconditional extreme quantiles using peaks over threshold
predict_unconditional_quantiles(interm_lvl, quantiles = c(0.99), Y, ntest = 1)
interm_lvl |
Probability level at which the empirical quantile should be used as the intermediate threshold. |
quantiles |
Probability levels at which to predict the extreme quantiles. |
Y |
Vector of ("training") observations. |
ntest |
Number of "test" observations. |
Named list containing:
predictions |
matrix of dimension |
pars |
matrix of dimension |
threshold |
The threshold for the peaks-over-threshold GPD model.
It is the empirical quantile of |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.