(statistics) A continuous probability distribution whose density function is given by ƒ(x) = ae-ax, where a > 0 for x > 0, and ƒ(x) = 0 for x ≤ 0; the mean and standard deviation are both 1/a.
| Sci-Tech Dictionary: exponential distribution |
(statistics) A continuous probability distribution whose density function is given by ƒ(x) = ae-ax, where a > 0 for x > 0, and ƒ(x) = 0 for x ≤ 0; the mean and standard deviation are both 1/a.
| 5min Related Video: Exponential distribution |
| Wikipedia: Exponential distribution |
| Probability density function |
|
| Cumulative distribution function |
|
| Parameters | rate or inverse scale (real) |
|---|---|
| Support | ![]() |
| Probability density function (pdf) | λe − λx |
| Cumulative distribution function (cdf) | 1 − e − λx |
| Mean | ![]() |
| Median | ![]() |
| Mode | ![]() |
| Variance | ![]() |
| Skewness | ![]() |
| Excess kurtosis | ![]() |
| Entropy | ![]() |
| Moment-generating function (mgf) | ![]() |
| Characteristic function | ![]() |
In probability theory and statistics, the exponential distributions are a class of continuous probability distributions. They 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 |
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/λ).
The cumulative distribution function is given by

A commonly used alternative parameterization is to define the probability density function (pdf) of an exponential distribution as

where β > 0 is a scale parameter of the distribution and is the reciprocal of the rate parameter, λ, defined above. In this specification, β is a survival parameter in the sense that if a random variable X is the duration of time that a given biological or mechanical system manages to survive and X ~ Exponential(β) then E[X] = β. That is to say, the expected duration of survival of the system is β units of time. The parameterisation involving the "rate" parameter arises in the context of events arriving at a rate λ, when the time between events (which might be modelled using an exponential distribution) has a mean of β = λ−1.
The alternative specification is sometimes more convenient than the one given above, and some authors will use it as a standard definition. This alternative specification is not used here. Unfortunately this gives rise to a notational ambiguity. In general, the reader must check which of these two specifications is being used if an author writes "X ~ Exponential(λ)", since either the notation in the previous (using λ) or the notation in this section (here, using β to avoid confusion) could be intended.
The exponential distribution occurs naturally when describing the lengths of the inter-arrival times in a homogeneous Poisson process.
The exponential distribution may be viewed as a continuous counterpart of the geometric distribution, which describes the number of Bernoulli trials necessary for a discrete process to change state. In contrast, the exponential distribution describes the time for a continuous process to change state.
In real-world scenarios, the assumption of a constant rate (or probability per unit time) is rarely satisfied. For example, the rate of incoming phone calls differs according to the time of day. But if we focus on a time interval during which the rate is roughly constant, such as from 2 to 4 p.m. during work days, the exponential distribution can be used as a good approximate model for the time until the next phone call arrives. Similar caveats apply to the following examples which yield approximately exponentially distributed variables:
Exponential variables can also be used to model situations where certain events occur with a constant probability per unit length, such as the distance between mutations on a DNA strand, or between roadkills on a given road.[citation needed]
In queuing theory, the service times of agents in a system (e.g. how long it takes for a bank teller etc. to serve a customer) are often modeled as exponentially distributed variables. (The inter-arrival of customers for instance in a system is typically modeled by the Poisson distribution in most management science textbooks.) The length of a process that can be thought of as a sequence of several independent tasks is better modeled by a variable following the Erlang distribution (which is the distribution of the sum of several independent exponentially distributed variables).
Reliability theory and reliability engineering also make extensive use of the exponential distribution. Because of the memoryless property of this distribution, it is well-suited to model the constant hazard rate portion of the bathtub curve used in reliability theory. It is also very convenient because it is so easy to add failure rates in a reliability model. The exponential distribution is however not appropriate to model the overall lifetime of organisms or technical devices, because the "failure rates" here are not constant: more failures occur for very young and for very old systems.
In physics, if you observe a gas at a fixed temperature and pressure in a uniform gravitational field, the heights of the various molecules also follow an approximate exponential distribution. This is a consequence of the entropy property mentioned below.
The mean or expected value of an exponentially distributed random variable X with rate parameter λ is given by
![\mathrm{E}[X] = \frac{1}{\lambda}. \!](http://wpcontent.answers.com/math/a/1/2/a12c0f2b9a3efd768c970f0ddf6535d4.png)
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
![\mathrm{Var}[X] = \frac{1}{\lambda^2}. \!](http://wpcontent.answers.com/math/d/a/b/dab5a58e08e019e1b28a884a2caa19c2.png)
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

This says that the conditional probability that we need to wait, for example, more than another 10 seconds before the first arrival, given that the first arrival has not yet happened after 30 seconds, is no different from the initial probability that we need to wait more than 10 seconds for the first arrival. This is often misunderstood by students taking courses on probability: the fact that Pr(T > 40 | T > 30) = Pr(T > 10) does not mean that the events T > 40 and T > 30 are independent. To summarize: "memorylessness" of the probability distribution of the waiting time T until the first arrival means

It does not mean

(That would be independence. These two events are not independent.)
The exponential distributions and the geometric distributions are the only memoryless probability distributions.
The exponential distribution also has a constant hazard function.
The quantile function (inverse cumulative distribution function) for Exponential(λ) is

for 0 ≤ p < 1. The quartiles are therefore:



The directed Kullback-Leibler divergence between Exp(λ0) ('true' distribution) and Exp(λ) ('approximating' distribution) is given by

Among all continuous probability distributions with support [0,∞) and mean μ, the exponential distribution with λ = 1/μ has the largest entropy.
Let X1, ..., Xn be independent exponentially distributed random variables with rate parameters λ1, ..., λn. Then

is also exponentially distributed, with parameter

This can be seen by considering the complementary cumulative distribution function:

The index of the variable which achieves the minimum is distributed according to the law

Note that

is not exponentially distributed.
Suppose a given variable is exponentially distributed and the rate parameter λ is to be estimated.
The likelihood function for λ, given an independent and identically distributed sample x = (x1, ..., xn) drawn from the variable, is

where

is the sample mean.
The derivative of the likelihood function's logarithm is

Consequently the maximum likelihood estimate for the rate parameter is

While this estimate is the most likely reconstruction of the true parameter λ, it is only an estimate, and as such, one can imagine that the more data points are available the better the estimate will be. It so happens that one can compute an exact confidence interval - that is, a confidence interval that is valid for all number of samples, not just large ones. The 100(1 − α)% exact confidence interval for this estimate is given by[1]

Where
is the MLE estimate, λ is the true value of the parameter, and
is the value of the chi squared distribution with k degrees of freedom that gives x cumulative probability (i.e. the value found in chi-squared tables [1]).
The conjugate prior for the exponential distribution is the gamma distribution (of which the exponential distribution is a special case). The following parameterization of the gamma pdf is useful:

The posterior distribution p can then be expressed in terms of the likelihood function defined above and a gamma prior:

Now the posterior density p has been specified up to a missing normalizing constant. Since it has the form of a gamma pdf, this can easily be filled in, and one obtains

Here the parameter α can be interpreted as the number of prior observations, and β as the sum of the prior observations.
A conceptually very simple method for generating exponential variates is based on inverse transform sampling: Given a random variate U drawn from the uniform distribution on the unit interval (0,1), the variate

has an exponential distribution, where F − 1 is the quantile function, defined by

Moreover, if U is uniform on (0;1), then so is 1 − U. This means one can generate exponential variates as follows:

Other methods for generating exponential variates are discussed by Knuth[2] and Devroye.[3]
The ziggurat algorithm is a fast method for generating exponential variates.
A fast method for generating a set of ready-ordered exponential variates without using a sorting routine is also available.[3]
, i.e. Y has a Weibull distribution, if
and
. In particular, every exponential distribution is also a Weibull distribution.
, i.e. Y has a Rayleigh distribution, if
and
.
, i.e. Y has a Gumbel distribution if
and
.
, i.e. Y has a Laplace distribution, if
for two independent exponential distributions
and
.
, i.e. Y has an exponential distribution if
for independent exponential distributions
.
, i.e. Y has a uniform distribution if
and
.
, i.e. X has a chi-square distribution with 2 degrees of freedom, if
.
be exponentially distributed and independent and
. Then 
, then 
and
be independent. Then
has probability density function
. This can be used to obtain a confidence interval for
.Other related distributions:
|
|||||||||||
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)
| Best of the Web: Exponential distribution |
Some good "Exponential distribution" pages on the web:
Math mathworld.wolfram.com |
| test for exponentiality | |
| Armitage–Doll model | |
| Laplace distribution |
| How do you express hyperexponential distribution in terms of exponential distribution? Read answer... | |
| How do you express hypoexponential distribution in terms of exponential distribution? Read answer... | |
| What is the distribution of the sum of two exponentially distributed random variables? Read answer... |
| For the Exponential Distribution why is the minimum value of a set of independent variables exponentially distributed but the maximum value not? | |
| Similarities and differences between normal distribution and exponential distribution? | |
| The exponential distribution is always skewed right? |
Copyrights:
![]() | Sci-Tech Dictionary. McGraw-Hill Dictionary of Scientific and Technical Terms. Copyright © 2003, 1994, 1989, 1984, 1978, 1976, 1974 by McGraw-Hill Companies, Inc. All rights reserved. Read more | |
![]() | Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Exponential distribution". Read more |
Mentioned in