Description Usage Arguments Details See Also Examples
Calculates quantile estimates and confidence intervals for high quantiles above the threshold in a GPD analysis, and adds a graphical representation to an existing plot.
1 2 |
x |
a list object returned by |
pp |
the desired probability for quantile estimate (e.g. 0.99 for the 99th percentile) |
ci.type |
method for calculating a confidence interval:
|
ci.p |
probability for confidence interval (must be less than 0.999) |
like.num |
number of times to evaluate profile likelihood |
The GPD approximation in the tail is used to estimate quantile.
The "wald"
method uses the observed Fisher information
matrix to calculate confidence interval. The "likelihood"
method reparametrizes the likelihood in terms of the unknown
quantile and uses profile likelihood arguments to construct a
confidence interval.
gpd
, plot.gpd
,
gpd.sfall
, tailplot
1 2 3 4 5 | ## Not run: data(danish)
## Not run: out <- gpd(danish, 10)
## Not run: tp <- tailplot(out)
## Not run: gpd.q(tp, 0.999)
# Estimates 99.9th percentile of Danish fire losses
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.