Exponential distribution
Story
Rare events occur with a rate \(\beta\) per unit time. There is no “memory” of previous events; i.e., that rate is independent of time. A process that generates such events is called a Poisson process. The occurrence of a rare event in this context is referred to as an arrival. The inter-arrival time of a Poisson process is Exponentially distributed.
Example
The time between conformational switches in a protein is Exponentially distributed (under simple mass action kinetics).
Parameters
The single parameter is the positive arrival rate, \(\beta\). It is an inverse scale parameter.
Support
The Exponential distribution is supported on the set of nonnegative real numbers.
Probability density function
Cumulative distribution function
Moments
Mean: \(\displaystyle{\frac{1}{\beta}}\)
Variance: \(\displaystyle{\frac{1}{\beta^2}}\)
Usage
Package |
Syntax |
---|---|
NumPy |
|
SciPy |
|
Distributions.jl |
|
Stan |
|
Notes
Alternatively, we could parametrize the Exponential distribution in terms of an average time between arrivals of a Poisson process, \(\tau\), as