|
In probability theory and statistics, the exponential distribution is a continuous probability distribution with the probability density function
-
where λ > 0 is a parameter of the distribution.
The cumulative distribution
function is given by.
-
The graph below shows the probability density function for λ equal to 0.5, 1.0, and 1.5:
The expected value and standard deviation of an exponential random
variable are both 1/λ (and thus its variance is 1/λ2.)
The exponential distribution is used to model Poisson processes,
which are situations in which an object initially in state A can change to state B with constant probability per unit time
λ. The time at which the state actually changes is described by an exponential random variable with parameter λ.
Therefore, the integral from 0 to T over f is the probability that the object is in state B at time
T.
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.
Examples of variables that are approximately exponentially distributed are:
- the time until you have your next car accident
- the time until you get your next phone call (assuming you get called many times a day, or get called by people from many
different time zones)
- the distance between mutations on a DNA
strand
- the distance between roadkill
- the time until a radioactive particle decays
- the number of dice rolls until you roll 6 11 times in a row
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 P(T > 40 | T
> 30) = P(T > 10) does not mean that the events T > 40 and T > 10 are
independent. To summarize: "memorlessness" 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.
Generating variables with exponential distribution
Given a random variable Y with uniform
distribution in the interval (0;1], the variable
-
has an exponential distribution with the parameter λ.
|