Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Pareto Distribution

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 α\alpha controls that rate: smaller exponents give more probability to very large observations. Doubling any threshold in its support multiplies the survival probability by 2α2^{-\alpha}.

Basic probability and integration are enough for this page. A survival probability means P(X>x)\mathbb P(X>x). The formulas below define the CDF FF, density ff, and quantile QQ; the survival table illustrates the exponent.

Definition and formula summary

Let XX be a positive random variable with lower cutoff xm>0x_m>0 and tail exponent α>0\alpha>0. The Pareto Type I distribution is defined by

Fˉ(x)=P(X>x)={1,x<xm,(xmx)α,xxm.\bar F(x)=\mathbb P(X>x)= \begin{cases} 1, & x < x_m,\\ \left(\frac{x_m}{x}\right)^\alpha, & x\ge x_m. \end{cases}

For xxmx\ge x_m, the CDF, density, and quantile function are

F(x)=1(xmx)α,f(x)=αxmαx(α+1),Q(q)=xm(1q)1/α,0<q<1.F(x)=1-\left(\frac{x_m}{x}\right)^\alpha, \qquad f(x)=\alpha x_m^\alpha x^{-(\alpha+1)}, \qquad Q(q)=x_m(1-q)^{-1/\alpha},\quad 0<q<1.

The exact Pareto tail is regularly varying with index α-\alpha. Its raw moment of order p>0p>0 exists exactly when p<αp<\alpha:

E[Xp]=αxmpαp,p<α.\mathbb E[X^p]=\frac{\alpha x_m^p}{\alpha-p},\qquad p<\alpha.

In particular,

E[X]=αxmα1,α>1,\mathbb E[X]=\frac{\alpha x_m}{\alpha-1},\qquad \alpha>1,

and

Var(X)=αxm2(α1)2(α2),α>2.\operatorname{Var}(X) =\frac{\alpha x_m^2}{(\alpha-1)^2(\alpha-2)},\qquad \alpha>2.

Thus the mean exists only for α>1\alpha>1, and a finite variance exists only for α>2\alpha>2. Here pp is the moment order and qq 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:

Fˉ(tx)Fˉ(x)=tα,t>0,  xxm,  txxm.\frac{\bar F(tx)}{\bar F(x)}=t^{-\alpha},\qquad t>0,\; x\ge x_m,\; tx\ge x_m.

This is why the exponent α\alpha is the central knob. Smaller α\alpha 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, f(xm)=α/xmf(x_m)=\alpha/x_m. For xxmx\ge x_m,

f(2x)f(x)=2(α+1).\frac{f(2x)}{f(x)}=2^{-(\alpha+1)}.

This ratio describes the decay of the density without a numerical plot.

Larger α\alpha concentrates more mass near xmx_m and makes the density decay faster. Smaller α\alpha 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,

Fˉ(x)=xmαxα,xxm,\bar F(x)=x_m^\alpha x^{-\alpha},\qquad x\ge x_m,

so a log-log survival plot is a straight line with slope α-\alpha:

logFˉ(x)=αlogxmαlogx.\log \bar F(x)=\alpha\log x_m-\alpha\log x.

For xm=1x_m=1, the survival values are powers of the threshold:

Tail exponent α\alphaFˉ(1)\bar F(1)Fˉ(2)\bar F(2)Fˉ(4)\bar F(4)
0.812-0.82-1.6
1.512-1.52-3
312-32-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 t>0t>0, the ratio Fˉ(tx)/Fˉ(x)\bar F(tx)/\bar F(x) depends only on tt, provided both xxmx\ge x_m and txxmtx\ge x_m. The identity follows by canceling (xm/x)α(x_m/x)^\alpha. A Lean formalization is planned; this page supplies an ordinary algebraic argument.

For example, with α=1.16\alpha=1.16, doubling any threshold in the support multiplies survival by 21.160.44752^{-1.16}\approx0.4475. This is a direct evaluation of the scaling identity, not an empirical estimate.

Moment thresholds

For a positive moment order pp, the exact Pareto formula is

E[Xp]=αxmpαp(p<α),\mathbb E[X^p]=\frac{\alpha x_m^p}{\alpha-p}\quad (p<\alpha),

and the moment is infinite for pαp\ge\alpha. 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 p=αp=\alpha, or grows as a power for p>αp>\alpha.

For a general regularly varying tail, Fˉ(x)=xαL(x)\bar F(x)=x^{-\alpha}L(x), the boundary p=αp=\alpha depends on LL. Karamata’s theorem explains this distinction; the exact Pareto boundary always diverges.

The moment-existence thresholds give a concrete example:

With xm=1x_m=1 and α=1.16\alpha=1.16, the mean is 1.16/(1.161)=7.251.16/(1.16-1)=7.25 and the second raw moment is infinite; the variance is therefore infinite.

For simulation, inverse transform sampling gives

X=xmU1/α,UUniform(0,1).X=x_m U^{-1/\alpha},\qquad U\sim\operatorname{Uniform}(0,1).

When xmx_m is known and the observations are assumed to be exact Pareto draws, the maximum-likelihood estimator is

α^=ni=1nlog(Xi/xm).\widehat\alpha=\frac{n}{\sum_{i=1}^n\log(X_i/x_m)}.

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

References

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.

References
  1. Embrechts, P., Klüppelberg, C., & Mikosch, T. (1997). Modelling Extremal Events. Springer Berlin Heidelberg. 10.1007/978-3-642-33483-2
  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