Laplace Distribution — Definition, Formula & Examples
The Laplace distribution is a continuous probability distribution that looks like two exponential distributions placed back-to-back around a center point. It has heavier tails than the normal distribution, meaning extreme values are more likely.
A continuous random variable follows a Laplace distribution with location parameter and scale parameter , written , if its probability density function is for all . Its mean is and its variance is .
Key Formula
Where:
- = Value of the random variable
- = Location parameter (mean and median)
- = Scale parameter (b > 0); standard deviation is b√2
How It Works
The Laplace distribution is symmetric about , and the scale parameter controls how spread out it is. Smaller produces a sharper peak; larger flattens it. Because the density decays exponentially (rather than as a Gaussian), the tails are heavier. You can evaluate probabilities by integrating the PDF, or use the CDF directly: for , .
Worked Example
Problem: A random variable follows a Laplace distribution with μ = 0 and b = 2. Find the probability density at x = 3.
Substitute into the PDF: Plug μ = 0, b = 2, and x = 3 into the formula.
Evaluate: Compute the exponential and multiply.
Answer: The probability density at x = 3 is approximately 0.0558.
Visualization
Why It Matters
The Laplace distribution is the foundation of L1 regularization (Lasso) in machine learning, where a Laplace prior on model weights encourages sparsity. It also appears in robust statistics and signal processing when data contain more outliers than a normal model would predict.
Common Mistakes
Mistake: Confusing the Laplace scale parameter b with the standard deviation.
Correction: The variance is 2b², so the standard deviation is b√2, not b. Always convert if a problem asks for the standard deviation.
