\(\newcommand{\R}{\mathbb{R}}\) \(\newcommand{\N}{\mathbb{N}}\) \(\newcommand{\E}{\mathbb{E}}\) \(\newcommand{\P}{\mathbb{P}}\) \(\newcommand{\var}{\text{var}}\) \(\newcommand{\sd}{\text{sd}}\) \(\newcommand{\cov}{\text{cov}}\) \(\newcommand{\cor}{\text{cor}}\) \(\newcommand{\skw}{\text{skew}}\) \(\newcommand{\kur}{\text{kurt}}\) \( \newcommand{\bs}{\boldsymbol} \)
  1. Random
  2. 4. Special Distributions
  3. The Laplace Distribution

The Laplace Distribution

The Laplace distribution, named for Pierre Simon Laplace arises naturally as the distribution of the difference of two independent, identically distributed exponential variables. For this reason, it is also called the double exponential distribution.

The Standard Laplace Distribution

Distribution Functions

The standard Laplace distribution is a continuous distribution on \( \R \) with probability density function \( g \) given by \[ g(u) = \frac{1}{2} e^{-\left|u\right|}, \quad u \in \R \]

Details:

It's easy to see that \( g \) is a valid PDF. By symmetry \[ \int_{-\infty}^\infty \frac{1}{2} e^{-\left|u\right|} du = \int_0^\infty e^{-u} du = 1 \]

The probability density function \( g \) satisfies the following properties:

  1. \( g \) is symmetric about 0.
  2. \( g \) increases on \( (-\infty, 0] \) and decreases on \( [0, \infty) \), with mode \( u = 0 \).
  3. \( g \) is concave upward on \( (-\infty, 0] \) and on \( [0, \infty) \) with a cusp at \( u = 0 \)
Details:

These results follow from standard calculus, since \( g(u) = \frac 1 2 e^{-u} \) for \( u \in [0, \infty) \) and \( g(u) = \frac 1 2 e^u \) for \( u \in (-\infty, 0] \).

Open the special distribution simulator and select the Laplace distribution. Keep the default parameter value and note the shape of the probability density function. Run the simulation 1000 times and compare the emprical density function and the probability density function.

The standard Laplace distribution function \(G\) is given by \[ G(u) = \begin{cases} \frac{1}{2} e^u, & u \in (-\infty, 0] \\ 1 - \frac{1}{2} e^{-u}, & u \in [0, \infty) \end{cases} \]

Details:

Again this follows from basic calculus, since \( g(u) = \frac{1}{2} e^u \) for \( u \le 0 \) and \( g(u) = \frac{1}{2} e^{-u} \) for \( u \ge 0 \). Of course \( G(u) = \int_{-\infty} ^u g(t) \, dt \).

The quantile function \(G^{-1}\) given by \[ G^{-1}(p) = \begin{cases} \ln(2 p), & p \in \left[0, \frac{1}{2}\right] \\ -\ln[2(1 - p)], & p \in \left[\frac{1}{2}, 1\right] \end{cases} \]

  1. \( G^{-1}(1 - p) = -G^{-1}(p) \) for \( p \in (0, 1) \)
  2. The first quartile is \(q_1 = -\ln 2 \approx -0.6931\).
  3. The median is \(q_2 = 0 \)
  4. The third quartile is \(q_3 = \ln 2 \approx 0.6931\).
Details:

The formula for the quantile function follows immediately from by solving \(p = G(u)\) for \(u\) in terms of \(p \in (0, 1)\). Part (a) is due to the symmetry of \( g \) about 0.

Open the quantile app and select the Laplace distribution. Keep the default parameter value for the standard Laplace distribution and note the shape of the distribution function. Compute the quantiles of order 0.1 and 0.9.

Moments

Suppose that \( U \) has the standard Laplace distribution.

\(U\) has moment generating function \(m\) given by \[ m(t) = \E\left(e^{t U}\right) = \frac{1}{1 - t^2}, \quad t \in (-1, 1) \]

Details:

For \( t \in (-1, 1) \), \[ m(t) = \int_{-\infty}^\infty e^{t u} g(u) \, du = \int_{-\infty}^0 \frac{1}{2} e^{(t + 1)u} du + \int_0^\infty \frac{1}{2} e^{(t - 1)u} du = \frac{1}{2(t + 1)} - \frac{1}{2(t - 1)} = \frac{1}{1 - t^2}\]

The moments of \( U \) are

  1. \( \E(U^n) = 0 \) if \( n \in \N \) is odd.
  2. \( \E(U^n) = n! \) if \( n \in \N \) is even.
Details:

This result can be obtained from the moment generating function in or directly. That the odd order moments are 0 follows from the symmetry of the distribution. For the even order moments, symmetry and an integration by parts (or using the gamma function) gives \[ \E(U^n) = \frac{1}{2} \int_{-\infty}^0 u^n e^u du + \frac{1}{2} \int_0^\infty u^n e^{-u} du = \int_0^\infty u^n e^{-u} du = n! \]

The mean and variance of \(U\) are

  1. \(\E(U) = 0 \)
  2. \(\var(U) = 2 \)

Open the special distribution simulator and select the Laplace distribution. Keep the default parameter value for the standard Laplace disstribution. Run the simulation 1000 times and compare the empirical mean and standard deviation to the distribution mean and standard deviation.

The skewness and kurtosis of \(U\) are

  1. \(\skw(U) = 0\)
  2. \(\kur(U) = 6\)
Details:
  1. This follows from the symmetry of the distribution.
  2. Since \( \E(U) = 0 \), we have \[ \kur(U) = \frac{\E(U^4)}{[\E(U^2)]^2} = \frac{4!}{(2!)^2} = 6 \]

It follows that the excess kurtosis is \( \kur(U) - 3 = 3 \).

Related Distributions

Of course, the standard Laplace distribution has simple connections to the standard exponential distribution.

If \( U \) has the standard Laplace distribution then \( V = |U| \) has the standard exponential distribution.

Details:

From we have \( \P(V \le v) = \P(-v \le U \le v) = G(v) - G(-v) = 1 - e^{-v} \) for \( v \in [0, \infty) \). This function is the CDF of the standard exponential distribution.

If \( V \) and \( W \) are independent and each has the standard exponential distribution, then \( U = V - W \) has the standard Laplace distribution.

Details:

We give two proofs.

  1. Our first proof uses PDFs. Let \( h \) denote the standard exponential PDF, extended to all of \( \R \), so that \( h(v) = e^{-v} \) if \( v \ge 0 \) and \( h(v) = 0 \) if \( v \lt 0 \). Using convolution, the PDF of \( V - W \) is \(g(u) = \int_\R h(v) h(v - u) dv \). If \( v \ge 0 \), \[ g(u) = \int_u^\infty e^{-v} e^{-(v - u)} dv = e^u \int_u^\infty e^{-2 v} dv = \frac{1}{2} e^{-u} \] If \( u \lt 0 \) then \[ g(u) = \int_0^\infty e^{-v} e^{-(v - u)} = e^u \int_0^\infty e^{-2 v} dv = \frac{1}{2} e^u \]
  2. Our second proofs uses MGFs. The MGF of \( V \) is \( t \mapsto 1/(1 - t) \) for \( t \lt 1 \). The MGF of \( -W \) is \( t \mapsto 1 / (1 + t) \) for \( t \gt -1 \). Hence the MGF of \( U \) is \( t \mapsto 1 / (1 - t)(1 + t) = 1 / (1 - t^2) \) for \( -1 \lt t \lt 1 \), which is the standard Laplace MGF in .

If \( V \) has the standard exponential distribution, \( I \) has the standard Bernoulli distribution, and \( V \) and \( I \) are independent, then \( U = (2 I - 1) V \) has the standard Laplace distribution.

Details:

If \( u \ge 0 \) then \[ \P(U \le u) = \P(I = 0) + \P(I = 1, V \le u) = \P(I = 0) + \P(I = 1) \P(V \le u) = \frac{1}{2} + \frac{1}{2}(1 - e^{-u}) = 1 - \frac{1}{2} e^{-u} \] If \( u \lt 0 \), \[ \P(U \le u) = \P(I = 0, V \gt -u) = \P(I = 0) \P(V \gt -u) = \frac{1}{2} e^{u} \]

The standard Laplace distribution has a curious connection to the standard normal distribution.

Suppose that \( (Z_1, Z_2, Z_3, Z_4) \) is a random sample of size 4 from the standard normal distribution. Then \( U = Z_1 Z_2 + Z_3 Z_4 \) has the standard Laplace distribution.

Details:

\( Z_1 Z_2 \) and \( Z_3 Z_4 \) are independent, and each has a distribution known as the product normal distribution. The MGF of this distribution is \[ m_0(t) = \E\left(e^{t Z_1 Z_2}\right) = \int_{\R^2} e^{t x y} \frac{1}{2 \pi} e^{-(x^2 + y^2)/2} d(x, y) \] Changing to polar coordinates gives \[ m_0(t) = \frac{1}{2 \pi} \int_0^{2 \pi} \int_0^\infty e^{t r^2 \cos \theta \sin \theta} e^{-r^2/2} r \, dr \, d\theta = \frac{1}{2 \pi} \int_0^{2 \pi} \int_0^\infty \exp\left[r^2\left(t \cos \theta \sin\theta - \frac{1}{2}\right)\right] r \, dr \, d\theta \] The inside integral can be done with a simple substitution for \( \left|t\right| \lt 1 \), yielding \[ m_0(t) = \frac{1}{2 \pi} \int_0^{2 \pi} \frac{1}{1 - t \sin(2 \theta)} d\theta = \frac{1}{\sqrt{1 - t^2}} \] Hence \( U \) has MGF \( m_0^2(t) = \frac{1}{1 - t^2} \) for \( \left|t\right| \lt 1 \), which again is the standard Laplace MGF in .

The standard Laplace distribution has the usual connections to the standard uniform distribution by means of the distribution function and the quantile function .

Connections to the standard uniform distribution.

  1. If \( V \) has the standard uniform distribution then \( U = \ln(2 V) \bs{1}\left(V \lt \frac{1}{2}\right) - \ln[2(1 - V)] \bs{1}\left(V \ge \frac{1}{2}\right) \) has the standard Laplace distribution.
  2. If \( U \) has the standard Laplace distribution then \( V = \frac{1}{2} e^U \bs{1}(U \lt 0) + \left(1 - \frac{1}{2} e^{-U}\right) \bs{1}(U \ge 0)\) has the standard uniform distribution.

From part (a), the standard Laplace distribution can be simulated with the usual random quantile method.

Open the random quantile app and select the Laplace distribution. Keep the default parameter values and note the shape of the probability density and distribution functions. Run the simulation 1000 times and compare the empirical density function, mean, and standard deviation to their distributional counterparts.

The General Laplace Distribution

The standard Laplace distribution is generalized by adding location and scale parameters.

Suppose that \(U\) has the standard Laplace distribution. If \( a \in \R \) and \(b \in (0, \infty)\), then \(X = a + b U\) has the Laplace distribution with location parameter \( a \) and scale parameter \(b\).

Distribution Functions

Suppos that \(X\) has the Laplace distribution with location parameter \( a \in \R \) and scale parameter \(b \in (0, \infty)\).

\(X\) has probability density function \(f\) given by \[ f(x) = \frac{1}{2 b} \exp\left(-\frac{\left|x - a\right|}{b}\right), \quad x \in \R \]

  1. \( f \) is symmetric about \( a \).
  2. \(f\) increases on \([0, a]\) and decreases on \([a, \infty)\) with mode \(x = a\).
  3. \(f\) is concave upward on \([0, a]\) and on \([a, \infty)\) with a cusp at \( x = a \).
Details:

Recall that \(f(x) = \frac{1}{b} g\left(\frac{x - a}{b}\right)\) where \(g\) is the standard Laplace PDF in .

Open the special distribution simulator and select the Laplace distribution. Vary the parameters and note the shape and location of the probability density function. For various values of the parameters, run the simulation 1000 times and compare the emprical density function to the probability density function.

\(X\) has distribution function \(F\) given by \[ F(x) = \begin{cases} \frac{1}{2} \exp\left(\frac{x - a}{b}\right), & x \in (-\infty, a] \\ 1 - \frac{1}{2} \exp\left(-\frac{x - a}{b}\right), & x \in [a, \infty) \end{cases} \]

Details:

Recall that \(F(x) = G\left(\frac{x - a}{b}\right)\) where \(G\) is the standard Laplace CDF in .

\(X\) has quantile function \(F^{-1}\) given by \[ F^{-1}(p) = \begin{cases} a + b \ln(2 p), & 0 \le p \le \frac{1}{2} \\ a - b \ln[2(1 - p)], & \frac{1}{2} \le p \lt 1 \end{cases} \]

  1. \( F^{-1}(1 - p) = a - b F^{-1}(p) \) for \( p \in (0, 1) \)
  2. The first quartile is \(q_1 = a - b \ln 2 \).
  3. The median is \(q_2 = a \)
  4. The third quartile is \(q_3 = a + b \ln 2 \).
Details:

Recall that \(F^{-1}(p) = a + b G^{-1}(p)\) where \(G^{-1}\) is the standard Laplace quantile function in .

Open the quantile app and select the Laplace distribution. Vary the parameters and note the shape of the distribution function. For selected values of the parameters, compute the quantiles of order 0.1 and 0.9.

Moments

Again, we assume that \(X\) has the Laplace distribution with location parameter \( a \in \R \) and scale parameter \(b \in (0, \infty)\), so that by definition , \( X = a + b U \) where \( U \) has the standard Lapalce distribution.

\(X\) has moment generating function \(M\) given by \[ M(t) = \E\left(e^{t X}\right) = \frac{e^{a t}}{1 - b^2 t^2}, \quad t \in (-1/b, 1/b) \]

Details:

Recall that \(M(t) = e^{a t} m(b t)\) where \(m\) is the standard Laplce MGF in .

The moments of \( X \) about the location parameter have a simple form.

The moments of \( X \) about \( a \) are

  1. \( \E\left[(X - a)^n\right] = 0 \) if \( n \in \N \) is odd.
  2. \( \E\left[(X - a)^n\right] = b^n n! \) if \( n \in \N \) is even.
Details:

Note that \( \E\left[(X - a)^n\right] = b^n \E(U^n) \) so the results follow from .

The mean and variance of \(X\) are

  1. \( \E(X) = a \)
  2. \( \var(X) = 2 b^2 \)
Details:

Recall that \( \E(X) = a + b \E(U) \) and \( \var(X) = b^2 \var(U) \), so the results follow from .

Open the special distribution simulator and select the Laplace distribution. Vary the parameters and note the size and location of the mean \( \pm \) standard deviation bar. For various values of the parameters, run the simulation 1000 times and compare the empirical mean and standard deviation to the distribution mean and standard deviation.

The skewness and kurtosis of \(X\) are

  1. \( \skw(X) = 0 \)
  2. \( \kur(X) = 6 \)
Details:

Recall that skewness and kurtosis are defined in terms of the standard score, and hence are unchanged by a location-scale transformation. Thus the results from .

As before, the excess kurtosis is \( \kur(X) - 3 = 3 \).

Related Distributions

By construction, the Laplace distribution is a location-scale family, and so is closed under location-scale transformations.

Suppose that \(X\) has the Laplace distribution with location parameter \( a \in \R \) and scale parameter \(b \in (0, \infty)\), and that \( c \in \R \) and \(d \in (0, \infty)\). Then \(Y = c + d X\) has the Laplace distribution with location parameter \( c + a d \) scale parameter \(b d\).

Details:

Again by definition , we can take \( X = a + b U \) where \( U \) has the standard Laplace distribution. Hence \( Y = c + d X = (c + a d) + (b d) U \).

Once again, the Laplace distribution has the usual connections to the standard uniform distribution by means of the distribution function in and the quantile function in . The latter leads to the usual random quantile method of simulation.

Suppose that \( a \in \R \) and \( b \in (0, \infty) \).

  1. If \( V \) has the standard uniform distribution then \[ U = \left[a + b \ln(2 V)\right] \bs{1}\left(V \lt \frac{1}{2}\right) + \left(a - b \ln[2(1 - V)]\right) \bs{1}\left(V \ge \frac{1}{2}\right) \] has the Laplace distribution with location parameter \( a \) and scale parameter \( b \).
  2. If \( X \) has the Laplace distribution with location parameter \( a \) and scale parameter \( b \), then \[ V = \frac{1}{2} \exp\left(\frac{X - a}{b}\right) \bs{1}(X \lt a) + \left[1 - \frac{1}{2} \exp\left(-\frac{X - a}{b}\right)\right] \bs{1}(X \ge a)\] has the standard uniform distribution.

Open the random quantile experiment and select the Laplace distribution. Vary the parameters and note the shape of the probability density and distribution functions. For selected values of the parameters, run the simulation 1000 times and compare the empirical density function, mean, and standard deviation to their distributional counterparts.

The Laplace distribution is also a member of the general exponential family of distributions.

Suppose that \( X \) has the Laplace distribution with known location parameter \( a \in \R \) and unspecified scale parameter \( b \in (0, \infty) \). Then \( X \) has a general exponential distribution in the scale parameter \( b \), with natural parameter \( -1 / b \) and natural statistics \( \left|X - a\right| \).

Details:

This follows from the definition of the general exponential family and the form of the probability density function in \( f \).