Overview¶
How heavy is the upper tail, and how sensitive is the answer to where we start fitting it? Hill estimates the exponent of a positive Pareto-type tail from the largest observations. Choosing how many observations to retain is part of the estimate.
Read the Pareto and regular variation pages first. The formula uses logarithms and sorted observations; the extreme-value index is the reciprocal of the Pareto exponent . For data analysis, inspect several thresholds and check dependence and measurement limits before interpreting a stable-looking curve. A dedicated threshold-selection page is planned.
Estimator¶
Let be observed right-tail data with for every , and write the ascending realized order statistics as
For , the Hill estimate of the extreme-value index is
For a Pareto-type right tail with exponent , the corresponding tail exponent estimate is
The tuning parameter is the number of upper order statistics used. A Hill stability plot graphs or over a range of values. On this page, we name the plotted coordinate explicitly: is the extreme-value index, while is the Pareto tail exponent.
Here is the th ascending observation, and selects the top values above the order-statistic threshold. If all selected values equal that threshold, and there is no finite reciprocal estimate. Ties can also make the strict exceedance count smaller than .
When to use it¶
Hill is a right-tail estimator for strictly positive observations in a Pareto-type regime, meaning the survival tail is expected to be regularly varying. It is appropriate only after deciding what data transformation makes the tail positive and one-sided.
Small means the threshold is very high, so the estimate uses only the most extreme observations and has high variance. Large lowers the threshold, which adds data but can mix non-tail observations into the calculation. A stable region is a practical compromise between those two failures.
Report a range of values, the corresponding thresholds, and the sensitivity of the estimated exponent. A plateau can guide further checks, but it does not establish regular variation or independence.
Exact Pareto calibration¶
For a Pareto Type I variable,
Define . For ,
so is exponential with mean . Equivalently,
for any Pareto threshold . The Hill estimator replaces this conditional expectation by the empirical average of log-excesses above the random threshold , or by after the sample is realized.
For exact Pareto samples this explains why targets . For a positive iid sample whose right tail is regularly varying with extreme-value index , the standard consistency result uses an intermediate sequence with
Under these assumptions, converges in probability to . The proof of that full theorem belongs to extreme-value asymptotics; we use the exact Pareto calibration and cite the general result in Resnick 2007. Hill’s original estimator is described in his 1975 paper, pp. 1163–1174.
Stability diagnostics¶
A stability diagnostic repeats the same calculation over and reports both the threshold and the chosen tail coordinate. The arithmetic is visible even in a fixed four-observation example.
Take the fixed ordered observations . The Hill calculation gives:
| Threshold | |||
|---|---|---|---|
| 1 | 4 | ||
| 2 | 2 | ||
| 3 | 1 |
This small deterministic example shows how the selected threshold changes the estimate. It is an illustration of the arithmetic, with no claim that the four values are a random Pareto sample.
In a distribution with a bounded body and a Pareto tail, increasing far enough pulls body observations into the calculation. For empirical data, a plateau is evidence to inspect, not a certificate.
Failure modes¶
Hill is a right-tail estimator for strictly positive data: every realized input must satisfy . Transform or split two-sided data before using it.
The estimator is threshold-sensitive. A reported should include the selected , the threshold, and a stability plot.
A plateau is suggestive, not a proof of a Pareto tail. Dependence, mixtures, truncation, and measurement limits can all manufacture or destroy apparent stability.
Estimating and plugging it into moments is dangerous near moment boundaries. Small estimation error around or can change whether a mean or variance is treated as finite.
The reciprocal is unstable when is close to zero. Thin-tail regimes need different tools.
References¶
Hill, “A Simple General Approach to Inference About the Tail of a Distribution” 1975.
Embrechts, Klueppelberg, and Mikosch, Modelling Extremal Events 1997.
Resnick, Heavy-Tail Phenomena 2007.
Backlinks¶
Depends on: Pareto Distribution, Regular Variation, and the canonical order statistic notation in Notation (planned).
Used by: Extreme Value Index Estimation, Tail Threshold Selection (planned), and S&P 500 Tail Diagnostics (planned).
Source and adaptation¶
Adapted from incerto-wiki, content/concepts/methods/hill-estimator.md, revision 9717c9c
(2026-09-13 import). Copyright (c) 2023 xshi19. Licensed under MIT.
Links and notation were adapted for this site; executable figures and simulations
were replaced with static calculations. No upstream execution or formal-proof
verification is claimed for this adaptation.
MIT permission notice
MIT License
Copyright (c) 2023 xshi19
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- Resnick, S. I. (2007). Heavy-Tail Phenomena: Probabilistic and Statistical Modeling. In Springer Series in Operations Research and Financial Engineering. Springer New York. 10.1007/978-0-387-45024-7
- Hill, B. M. (1975). A Simple General Approach to Inference About the Tail of a Distribution. The Annals of Statistics, 3(5). 10.1214/aos/1176343247
- Embrechts, P., Klüppelberg, C., & Mikosch, T. (1997). Modelling Extremal Events. Springer Berlin Heidelberg. 10.1007/978-3-642-33483-2