Double Exponential (Laplace) distribution
Story
The difference in waiting times for the arrival of a Poisson process is Double-Exponentially (a.k.a. Laplace) distributed (with location parameter \(\mu = 0\)).
Example
The difference in waiting times between repressor-operator binding events.
Parameters
The Double Exponential has a location parameter \(\mu\), which may take on any real value, and a positive scale parameter \(\sigma\).
Support
The Double Exponential distribution is supported on the set of real numbers.
Probability density function
Cumulative distribution function
where \(\text{sgn}(x)\) denotes the sign of \(x\).
Usage
Package |
Syntax |
---|---|
NumPy |
|
SciPy |
|
Distributions.jl |
|
Stan |
|
Notes
The Double Exponential distribution is often referred to as the Laplace distribution, named for Pierre-Simon.
When LASSO regression is considered in a Bayesian context, the priors on the regression parameters are Double Exponetial.