Virtual Laboratories > Special Distributions > 1 2 3 4 5 6 7 8 9 10 11 [12] 13 14 15

12. The Pareto Distribution


The Pareto distribution is a skewed, heavy-tailed distribution that is sometimes used to model the distribution of incomes.

The Basic Pareto Distribution

Mathematical Exercise 1. Let F(x) = 1 - 1 / xa for x >= 1 where a > 0 is a parameter. Show that F is a distribution function.

The distribution defined by the function in Exercise 1 is called the Pareto distribution with shape parameter a, and is named for the economist Vilfredo Pareto.

Mathematical Exercise 2. Show that the density function f is given by

f(x) = a / xa + 1 for x >= 1.

Mathematical Exercise 3. Sketch the graph of the density function f. In particular, show that

  1. f(x) is decreasing for x >= 1.
  2. f decreases faster as a increases.

In particular, the mode occurs at x = 1 for any a.

Simulation Exercise 4. In the simulation of the random variable experiment, select the Pareto distribution. Vary the shape parameter and note the shape and location of the density function. With a = 3, run the simulation 1000 times with an update frequency of 10 and note the apparent convergence of the empirical density to the true density.

Mathematical Exercise 5. Show that the quantile function is

F-1(p) = 1 / (1 - p)1/a for 0 < p < 1.

Mathematical Exercise 6. Find the median and the first and third quartiles for the Pareto distribution with shape parameter a = 3. Compute the interquartile range.

Simulation Exercise 7. In the quantile applet, select the Pareto distribution. Vary the shape parameter and note the shape and location of the density function and the distribution function. With a = 2, compute the median and the first and third quartiles.

The Pareto distribution is a heavy-tailed distribution. Thus, the mean, variance, and other moments are finite only if the shape parameter a is sufficiently large.

Mathematical Exercise 8. Suppose that X has the Pareto distribution with shape parameter a. Show that

  1. E(Xn) = a / (a - n) if n < a.
  2. E(Xn) = infinity if n >= a.

Mathematical Exercise 9. Use the result of the previous exercise to show that

  1. E(X) = a / (a - 1) if a > 1.
  2. var(X) = a / [(a - 1)2(a - 2)] if a > 2.

Simulation Exercise 10. In the random variable experiment, select the Pareto distribution. Vary the parameters and note the shape and location of the mean/standard deviation bar. For each of the following parameter values, run the simulation 1000 times with an update frequency of 10 and note the behavior of the empirical moments:

  1. a = 1
  2. a = 2
  3. a = 3

The General Pareto Distribution

As with many other distributions, the Pareto distribution is often generalized by adding a scale parameter. Thus, suppose that Z has the Pareto distribution with shape parameter a. If b > 0, the random variable X = bZ has the Pareto distribution with shape parameter a and scale parameter b. Note that X takes values in the interval (b, infinity).

Analogues of the results given above follow easily from basic properties of the scale transformation.

Mathematical Exercise 11. Show that the density function is

f(x) = aba / xa + 1 for x >= b.

Mathematical Exercise 12. Show that the distribution function is

F(x) = 1 - (b / x)a for x >= b.

Mathematical Exercise 13. Show that the quantile function is

F-1(p) = b / (1 - p)1/a for 0 < p < 1.

Mathematical Exercise 14. Show that the moments are given by

  1. E(Xn) = bn a / (a - n) if n < a.
  2. E(Xn) = infinity if n >= a.

Mathematical Exercise 15. Show that the mean and variance are

  1. E(X) = ba / (a - 1) if a > 1.
  2. var(X) = b2a / [(a - 1)2(a - 2)] if a > 2.

Mathematical Exercise 16. Suppose that the income of a certain population has the Pareto distribution with shape parameter 3 and scale parameter 1000.

  1. Find the proportion of the population with incomes between 2000 and 4000.
  2. Find the median income.
  3. Find the first and third quartiles and the interquartile range.
  4. Find the mean income.
  5. Find the standard deviation of income.
  6. Find the 90'th percentile.

Transformations

The following exercise is a restatement of the fact that b is a scale parameter.

Mathematical Exercise 17. Suppose that X has the Pareto distribution with shape parameter a and scale parameter b. Show that if c > 0 then cX has the Pareto distribution with shape parameter parameter a and scale parameter bc.

Mathematical Exercise 18. Suppose that X has the Pareto distribution with shape parameter a. Show that 1/X has the beta distribution with parameters a and b = 1.