Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

plot.hill

Hill plot


Description

Graphical representation of the hill estimator.

Usage

## S3 method for class 'hill'
plot(x, xaxis = "ranks", ...)

Arguments

x

output object of the function hill.

xaxis

either "ranks" or "xsort".

...

further arguments passed to or from other methods.

Details

If xaxis="ranks", the function draws the Hill estimators for each ranks of the grid output of the function hill. If xaxis="xsort", the function draws the Hill estimators for each data of the grid output of the function hill.

See Also

Examples

x <- abs(rcauchy(100))
hh <- hill(x)
par(mfrow = c(2, 1))
plot(hh, xaxis = "ranks")
plot(hh, xaxis = "xsort")

extremefit

Estimation of Extreme Conditional Quantiles and Probabilities

v1.0.2
GPL-2
Authors
Gilles Durrieu, Ion Grama, Kevin Jaunatre, Quang-Khoai Pham, Jean-Marie Tricot
Initial release
2019-05-03

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.