Exponential distribution
From neurov.is/on
Exponential distributions describe the times between events in a Poisson process, i.e. a process in which events occur continuously and independently at a constant average rate.
Contents |
[edit] Characterization
[edit] Quick Reference
| Distribution Name (memorize) | expresses ... (memorize) |
|---|---|
| Exponential with rate or inverse scale λ | the times between events in a Poisson process. |
| Exponential mean |
|
| Exponential variance |
|
| Exponential (pdf) |
|
| Exponential (cdf) P(X < x) = | P(X < x) = 1 − e − λx |
| Exponential MGF M(t) = |
|
[edit] Probability density function
The probability density function (pdf) of an exponential distribution is
Here λ > 0 is the parameter of the distribution, often called the rate parameter. The distribution is supported on the interval [0, ∞). If a random variable X has this distribution, we write X ~ Exp(1/λ).
[edit] Cumulative distribution function
The cumulative distribution function is given by
[edit] Properties
[edit] Mean and variance
The mean or expected value of an exponentially distributed random variable X with rate parameter λ is given by
In light of the examples given above, this makes sense: if you receive phone calls at an average rate of 2 per hour, then you can expect to wait half an hour for every call.
The variance of X is given by
[edit] Memorylessness
An important property of the exponential distribution is that it is memoryless. This means that if a random variable T is exponentially distributed, its conditional probability obeys
The exponential distributions and the geometric distributions are the only memoryless probability distributions.
[edit] Related distributions
- An exponential distribution is a special case of a gamma distribution with α = 1 (or k = 1 depending on the parameter set used).
- Both an exponential distribution and a gamma distribution are special cases of the phase-type distribution.
- Hyper-exponential distribution — the distribution whose density is a weighted sum of exponential densities.
- Hypoexponential distribution — the distribution of a general sum of exponential random variables.
- exGaussian distribution — the sum of an exponential distribution and a normal distribution.
| | Original content imported from the Wikipedia article Exponential distribution. |