hillest: Hill Estimator

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/condmixt.R

Description

Hill estimator of the tail index. This estimator assumes the tail index to be positive. The threshold used is the k+1 order statistic.

Usage

1

Arguments

data

vector of sample from a distribution for which the tail index is to be estimated

k

define the number of order statistics used for the estimation

Value

Hill estimator of the tail index parameter.

Author(s)

Julie Carreau

References

Embrechts, P., Kluppelberg, C. and Mikosch, T. (1997), Modelling Extremal Events, Applications of Mathematics, Stochastic Modelling and Applied Probability, Springer

See Also

gpd.mme, hpareto.mme

Examples

1
2
3
r<-rhpareto(5000,0.2,-50,1,trunc=TRUE)  # tail index is equal to 0.2
 # Hill estimator of the tail index with the 100 largest observations
hillest(r,10)

Example output

Loading required package: evd
[1] 0.2352112

condmixt documentation built on July 1, 2020, 6:04 p.m.