Description Usage Arguments Details See Also Examples
Plot the Hill estimate of the tail index of heavy-tailed data, or of an associated quantile estimate.
1 2 3 |
data |
data vector |
option |
whether |
start |
lowest number of order statistics at which to plot a point |
end |
highest number of order statistics at which to plot a point |
reverse |
whether plot is to be by increasing threshold
( |
p |
probability required when option |
ci |
probability for asymptotic confidence band; for no
confidence band set |
auto.scale |
whether or not plot should be automatically
scaled; if not, |
labels |
whether or not axes should be labelled |
... |
other graphics parameters |
This plot is usually calculated from the alpha perspective.
For a generalized Pareto analysis of heavy-tailed data using
the gpd
function, it helps to plot the Hill estimates
for xi.
1 2 3 4 5 | ## Not run: data(danish)
## Not run: hill(danish)
# Hill plot of heavy-tailed Danish fire insurance data
## Not run: hill(danish, option = "quantile", end = 500, p = 0.999)
# Hill plot of estimated 0.999 quantile of Danish fire insurance data
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.