VaR | R Documentation |
Computation of the Value-at-Risk for an extreme value mixture model.
VaR(x, ...)
## S3 method for class 'evmm'
VaR(x, values = NULL, cred = 0.95, ...)
x |
the output of a model estimated with |
... |
additional arguments for compatibility. |
values |
numeric vector of values of which to compute the value at risk. |
cred |
amplitude of the posterior credibility interval. |
The Value-at-Risk for level q\
A list with the following entries:
quantiles
: a matrix containing the estimated value at risk, the posterior credibility intervals and the empirical estimate.
data
: the dataset used to estimate the value at risk.
complete
: a matrix with the value at risk for each value in the posterior sample.
Lattanzi, Chiara, and Manuele Leonelli. "A changepoint approach for the identification of financial extreme regimes." Brazilian Journal of Probability and Statistics.
ES
, quant
, return_level
VaR(rainfall_ggpd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.