QuantPrep
DashboardLearning PathsAdvanced StatisticsStatistical TestsCommunityAll Topics
Login
QuantPrep

© 2025 QuantfianceLab. All rights reserved.

Privacy PolicyTerms of ServiceContact
TwitterGitHubLinkedIn

    Laplace Distribution

    A sharp-peaked, fat-tailed alternative to the Normal Distribution.

    The "Double Exponential" Distribution

    The Laplace distribution is a continuous probability distribution that is notable for its sharper peak at the mean and its "fatter" tails compared to the Normal distribution. This means it assigns higher probability to values near the mean and also to extreme outlier events.

    In finance and machine learning, this makes it a valuable tool. It can model financial returns that are more prone to extreme events than a normal model would suggest. It is also intrinsically linked to LASSO (L1) regularization, a popular technique in regression for feature selection, because its shape naturally encourages some parameters to go to zero.

    The Formula
    The probability density function (PDF) is given by:
    f(x∣μ,b)=12bexp⁡(−∣x−μ∣b)f(x | \mu, b) = \frac{1}{2b} \exp\left( -\frac{|x - \mu|}{b} \right)f(x∣μ,b)=2b1​exp(−b∣x−μ∣​)
    • μ\muμ (mu) is the location parameter, which is also the mean, median, and mode.
    • b>0b > 0b>0 is the scale parameter, which controls the spread or "width" of the distribution. A larger b results in a wider, flatter curve.
    Interactive Laplace Distribution
    Adjust the location (μ) and scale (b) parameters to see how the distinctive shape of the distribution changes.