The Laplace distribution (or double exponential distribution) is a continuous probability distribution formed by placing two exponential densities back to back. It is symmetric about its location, with a sharp peak and heavier tails than the Normal Distribution.
A random variable \(X\) follows a Laplace distribution with location parameter \(\mu \in \mathbb{R}\) and scale parameter \(b > 0\) if
Exponential Distribution: If \(Y_1, Y_2 \sim
\text{Exponential}(1/b)\) are independent, then \(\mu + Y_1 - Y_2 \sim \text{Laplace}(\mu, b)\).
Normal Distribution: A Laplace variable can be written as a normal with an exponentially distributed random variance (a scale mixture), and both are symmetric location-scale families.
6 Examples and Applications
Minimising absolute errors corresponds to maximum-likelihood estimation under Laplace-distributed noise, giving estimators that resist outliers.
A Laplace prior on regression coefficients yields \(\ell_1\) regularisation, encouraging sparse solutions.
Adding Laplace-distributed noise calibrated to a query’s sensitivity is the standard mechanism for achieving differential privacy.