alpha_hill | R Documentation |
Computes the estimator of the tail index proposed by Hill (1975).
alpha_hill(x, k)
x |
A numeric vector. |
k |
Fraction of the upper tail to be used to estimate of the tail index. |
alpha
: Estimated tail index.
sd.alpha
: Standard error.
s
: Number of observations used in the estimation.
B. Hill (1975): A Simple General Approach to Inference About the Tail of a Distribution. The Annals of Mathematical Statistics 3, 1163-1174.
alpha_nr
alpha_hill(rnorm(500),k=0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.