Overview¶
How quickly does the chance of a large observation fall as we raise the threshold? The Pareto law models a positive quantity above a lower cutoff. Its tail exponent controls that rate: smaller exponents give more probability to very large observations. Doubling any threshold in its support multiplies the survival probability by .
Basic probability and integration are enough for this page. A survival probability means . The formulas below define the CDF , density , and quantile ; the survival table illustrates the exponent.
Definition and formula summary¶
Let be a positive random variable with lower cutoff and tail exponent . The Pareto Type I distribution is defined by
For , the CDF, density, and quantile function are
The exact Pareto tail is regularly varying with index . Its raw moment of order exists exactly when :
In particular,
and
Thus the mean exists only for , and a finite variance exists only for . Here is the moment order and is the quantile level.
Shape and tail intuition¶
Above its lower cutoff, the Pareto law has no characteristic upper scale. Once both thresholds lie in the Pareto tail, multiplying the threshold by a fixed factor changes the exceedance probability by a fixed power:
This is why the exponent is the central knob. Smaller means that threshold doublings are punished less severely, so rare observations remain large enough to dominate sums, moments, and empirical estimates.
The density also shows how the distribution piles mass near the lower cutoff while leaving a long right tail. Its values and scaling make this explicit.
At the cutoff, . For ,
This ratio describes the decay of the density without a numerical plot.
Larger concentrates more mass near and makes the density decay faster. Smaller keeps more visible mass far from the cutoff.
Power-law survival¶
Survival probabilities are usually more revealing than densities for fat-tail work. For an exact Pareto law,
so a log-log survival plot is a straight line with slope :
For , the survival values are powers of the threshold:
| Tail exponent | |||
|---|---|---|---|
| 0.8 | 1 | 2-0.8 | 2-1.6 |
| 1.5 | 1 | 2-1.5 | 2-3 |
| 3 | 1 | 2-3 | 2-6 |
These survival functions trace straight lines on log-log axes because each is an exact power. The heaviest tail has the shallowest line.
The same scaling appears numerically. For a fixed multiplier , the ratio depends only on , provided both and . The identity follows by canceling . A Lean formalization is planned; this page supplies an ordinary algebraic argument.
For example, with , doubling any threshold in the support multiplies survival by . This is a direct evaluation of the scaling identity, not an empirical estimate.
Moment thresholds¶
For a positive moment order , the exact Pareto formula is
and the moment is infinite for . The Pareto moment theorem gives the direct integration proof and the truncated-moment formulas and table. Truncation makes each truncated population moment finite: raising the upper cutoff reveals whether it approaches a limit, grows logarithmically at , or grows as a power for .
For a general regularly varying tail, , the boundary depends on . Karamata’s theorem explains this distinction; the exact Pareto boundary always diverges.
The moment-existence thresholds give a concrete example:
With and , the mean is and the second raw moment is infinite; the variance is therefore infinite.
For simulation, inverse transform sampling gives
When is known and the observations are assumed to be exact Pareto draws, the maximum-likelihood estimator is
This estimator is not a license to fit an exact Pareto from the sample minimum: empirical tail thresholds are rarely known and must be diagnosed separately.
A separate discussion of the two-sided double Pareto model is planned.
Caveats¶
Empirical data rarely follows an exact Pareto law from its minimum value. A tail model needs a threshold choice, diagnostic plots, and sensitivity checks.
A finite theoretical mean can still be practically hard to estimate when is close to 1. The issue is pre-asymptotic behavior, not merely the formal existence of .
The exact failure mode depends on the moment order. At , the cutoff moment grows like ; for , it grows like .
Do not estimate high moments of heavy-tailed samples without checking whether those moments are implied by the fitted tail exponent.
References¶
Embrechts, Klueppelberg, and Mikosch, Modelling Extremal Events 1997.
Resnick, Heavy-Tail Phenomena 2007.
Backlinks¶
Generalizes to: Regular Variation; moment consequences are covered by Karamata’s theorem.
Used by: Double Pareto Distribution (planned), Pareto Moment Existence, Pre-Asymptotic LLN Behavior (planned), Max-to-Sum Ratio (planned), and Hill Estimator.
Source and adaptation¶
Adapted from incerto-wiki, content/concepts/distributions/pareto.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.
- Embrechts, P., Klüppelberg, C., & Mikosch, T. (1997). Modelling Extremal Events. Springer Berlin Heidelberg. 10.1007/978-3-642-33483-2
- 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