Pareto distribution

Pareto
Probability density function
Missing image
Pareto_distributionPDF.png
Pareto probability density functions for various k


Pareto probability density functions for various k  with xm = 1. The horizontal axis is the x  parameter. Note that as k->∞ the distribution approaches δ(x − xm) where δ is the Dirac delta function.
Cumulative distribution function
Missing image
Pareto_distributionCDF.png
Pareto cumulative density functions for various k


Pareto cumulative density functions for various k  with xm = 1. The horizontal axis is the x  parameter.
Parameters xm > 0 location (real)
k > 0 shape (real)
Support x \in [x_m; +\infty)\!
pdf \frac{k\,x_m^k}{x^{k+1}}\!
cdf 1-\left(\frac{x_m}{x}\right)^k\!
Mean \frac{k\,x_m}{k-1}\! for k > 1
Median x_m \sqrt[k]{2}
Mode xm
Variance \frac{x_m^2k}{(k-1)^2(k-2)}\! for k > 2
Skewness \frac{2(1+k)}{k-3}\,\sqrt{\frac{k-2}{k}}\! for k > 3
Kurtosis \frac{6(k^3+k^2-6k-2)}{k(k-3)(k-4)}\! for k > 4
Entropy \ln\left(\frac{k}{x_m}\right) - \frac{1}{k} - 1\!
mgf undefined; see text for raw moments
Char. func. k( − ixmt)kΓ( − k, − ixmt)

The Pareto distribution, named after the Italian economist Vilfredo Pareto, is a power law probability distribution found in a large number of real-world situations. This distribution is also known, mostly outside economics, as the Bradford distribution.

Pareto originally used this distribution to describe the allocation of wealth among individuals since it seemed to show rather well the way that a larger portion of the wealth of any society is owned by a smaller percentage of the people in that society. This idea is sometimes expressed more simply as the Pareto principle or the "80-20 rule" which says that 20% of the population owns 80% of the wealth. It can be seen from the PDF graph on the right, that the "probability" or fraction of the population p(x)  that owns a small amount of wealth per person (x ) is rather high, and then decreases steadily as wealth increases. This distribution is not just limited to describing wealth or income distribution, but to many situations in which an equilibrium is found in the distribution of the "small" to the "large". The following examples are sometimes seen as approximately Pareto-distributed:

Contents

Properties

Mathematically speaking, if X is a random variable with a Pareto distribution, then the probability distribution of X is characterized by the statement

\Pr(X>x)=\left(\frac{x}{x_m}\right)^{-k}

where x is any number greater than xm, which is the (necessarily positive) minimum possible value of X, and k is a positive parameter. The family of Pareto distributions is parameterized by two quantities, xm and k. The probability density is then

p(x|k,x_m) = k\,\frac{x_m^k}{x^{k+1}}\ \mbox{for}\ x \ge x_m. \,

Pareto distributions are continuous probability distributions. Zipf's law, also sometimes called the zeta distribution, may be thought of as a discrete counterpart of the Pareto distribution.

The expected value of a random variable following a Pareto distribution is

x_m \; k  \over k-1 \!

(if k ≤ 1, the expected value is infinite). Its standard deviation is

{x_m \over k-1} \sqrt{k \over k-2} \!

(if k ≤ 2, the standard deviation is infinite).

The raw moments are found to be:

\mu_n'=\frac{kx_m^n}{k-n} \!

but they are only defined for k > n. This means that the moment generating function, which is just a Taylor series in x with μn' / n! as coefficients, is not defined. The characteristic function is given by:

\varphi(t|k,x_m)=k(-ix_mt)^k\Gamma(-k,-ix_mt)

where Γ(a,x) is the incomplete Gamma function.

The Pareto distribution is related to the exponential distribution f(x|k) by:

p(x|k,x_m)=f(\ln(x/x_m)|k)\,

The Dirac delta function is a limiting case of the Pareto distribution:

\lim_{k\rightarrow \infty} p(x|k,x_m)=\delta(x-x_m)

Pareto, Lorenz, and Gini

Missing image
Pareto_distributionLorenz.png
Lorenz curves for a number of Pareto distributions. Note that the k=∞ corresponds to perfectly equal distribution (G=0) and the k=1 line corresponds to complete inequality (G=1)

The Lorenz curve is often used to characterize income and wealth distributions. For any distribution, the Lorenz curve L(F)  is written in terms of the PDF (p(x)) or the CDF (F(x)) as:

L(F)=\frac{\int_{x_m}^{x(F)} xp(x)\,dx}{\int_{x_m}^\infty xp(x)\,dx} =\frac{\int_0^F x(F')\,dF'}{\int_0^1 x(F')\,dF'}

where x(F) is the inverse of the CDF. For the Pareto distribution,

x(F)=\frac{x_m}{(1-F)^{1/k}}

and the Lorenz curve is calculated to be:

L(F) = 1-(1-F)^{1-1/k}\,

where k must be greater than or equal to unity, since the denominator in the expression for L(F)  is just the mean value of x . Examples of the Lorenz curve for a number of Pareto distributions are shown in the graph on the right.

The Gini coefficient is a measure of the deviation of the Lorenz curve from the equidistribution line which is a line connecting [0,0] and [1,1], which is shown in black (k=∞) in the Lorenz plot on the right. Specifically, the Gini coefficient is twice the area between the Lorenz curve and the equidistribution line. The Gini coefficient for the Pareto distribution is then calculated to be:

G = 1-2\int_0^1L(F)dF = \frac{1}{2k-1}

(see Aaberge 2005).

Parameter estimation

The likelihood function for the Pareto distribution parameters k and xm, given a sample x = (x1,x2,...,xn), is

L(k, x_m) = \prod _{i=1} ^n {k \frac {x_m^k} {x_i^{k+1}}} = k^n x_m^{nk} \prod _{i=1} ^n {\frac 1 {x_i^{k+1}}}.

Therefore, the logarithmic likelihood function is

\ell(k, x_m) = n \ln k + nk \ln x_m - (k + 1) \sum _{i=1} ^n {\ln x_i}.

It can be seen that \ell(k, x_m) is monotonically increasing with xm, that is, the greater the value of xm, the greater the value of the likelihood function. Hence, since x \ge x_m, we conclude that

\hat x_m = \min _i {x_i}.

To find the estimator for k, we compute the corresponding partial derivative and determine where it is zero:

\frac {\partial \ell} {\partial k} = \frac n k + n \ln x_m - \sum _{i=1} ^n {\ln x_i} = 0.

Thus the maximum likelihood estimators for k and xm are:

\hat x_m = \min _i {x_i}, \ \hat k = \frac n {\sum _i {\left( \ln x_i - \ln \hat x_m \right)}}.

References

See also

External links

See also: Pareto distribution, Absolute zero, Bose-Einstein condensate, Characteristic function, Cumulative distribution function, Dirac delta function, Economist, Expected value