Learn R Programming

micss (version 0.2.0)

alpha_hill: Hill's estimator of the tail index

Description

Computes the estimator of the tail index proposed by Hill (1975).

Usage

alpha_hill(x, k)

Value

  • alpha: Estimated tail index.

  • sd.alpha: Standard error.

  • s: Number of observations used in the estimation.

Arguments

x

A numeric vector.

k

Fraction of the upper tail to be used to estimate of the tail index.

References

B. Hill (1975): A Simple General Approach to Inference About the Tail of a Distribution. The Annals of Mathematical Statistics 3, 1163-1174.

See Also

alpha_nr

Examples

Run this code
alpha_hill(rnorm(500),k=0.1)

Run the code above in your browser using DataLab