Description Usage Arguments Details Value See Also Examples
Makes a rapid calculation of point estimates of prescribed
quantiles and expected shortfalls using the output of the
function gpd
.
1 | riskmeasures(x, p)
|
x |
results of a |
p |
a vector of probability levels |
This function simply calculates point estimates and (at present)
makes no attempt to calculate confidence intervals for the risk
measures. If confidence levels are required use gpd.q
and
gpd.sfall
which interact with graphs of the tail of a loss
distribution and are much slower.
A matrix with three columns: probability level, quantile estimate, shortfall estimate.
gpd
, tailplot
,
gpd.q
, gpd.sfall
1 2 3 4 5 |
p quantile sfall
[1,] 0.9990 94.28956 191.3697
[2,] 0.9999 304.62448 609.3696
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.