Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

A random variable TT has the exponential distribution with parameter λ\lambda if the density of TT is given by

fT(t) =λeλt,   t0f_T(t) ~ = \lambda e^{-\lambda t}, ~~~ t \ge 0

The graph below shows the density fTf_T for λ=5\lambda = 5.

<Figure size 432x288 with 1 Axes>
🎥 See More
Loading...

15.4.1CDF and Survival Function

The exponential distribution is often used as a model for random lifetimes, in settings that we will study in greater detail below. For now, just think of TT as the lifetime of an object like a lightbulb, and note that the cdf at time tt can be thought of as the chance that the object dies before time tt:

P(Tt) = FT(t) = 1eλtP(T \le t) ~ = ~ F_T(t) ~ = ~ 1 - e^{-\lambda t}

The complementary event is that the object survives past time tt, and therefore its probability defines the survival function STS_T:

ST(t) = P(T>t) = 1FT(t) = eλtS_T(t) ~ = ~ P(T > t) ~ = ~ 1 - F_T(t) ~ = ~ e^{-\lambda t}

15.4.2Mean and SD

To find E(T)E(T), you have two options:

E(T) = 0tλeλtdt = 1λE(T) ~ = ~ \int_0^{\infty} t\lambda e^{-\lambda t} dt ~ = ~ \frac{1}{\lambda}

either by integration by parts or by recognizing the indefinite integral of λteλt\lambda te^{-\lambda t} . Since TT is a non-negative variable, an easier way is to use the tail integral, analogous to the tail sum formula for the expectation of a non-negative integer valued random variable.

E(T) = 0S(t)dt = 0eλtdt = 1λE(T) ~ = ~ \int_0^\infty S(t)dt ~ = ~ \int_0^\infty e^{-\lambda t}dt ~ = ~ \frac{1}{\lambda}

To find E(T2)E(T^2), you can use integration by parts, or you can accept for now that E(T2)=2/λ2E(T^2) = 2/\lambda^2 and therefore

Var(T) = 1λ2    and     SD(T)=1λVar(T) ~ = ~ \frac{1}{\lambda^2} ~~~~ \mbox{and } ~~~~ SD(T) = \frac{1}{\lambda}

Later in the course we will see how to find E(T2)E(T^2) without integration.

The graph below shows the density fTf_T with the labeled points on the horizontal axis corresponding to standard units of -1, 0, 1, 2, and 3. The random variable TT can’t be negative, and the density doesn’t go further than 1 SD below the mean. The spread comes from the long right hand tail.

<Figure size 432x288 with 1 Axes>

15.4.3Median

Here are graphs of the cdf and the survival function.

<Figure size 432x288 with 1 Axes>

Notice that the two curves intersect at the vertical level 0.5. If t0.5t_{0.5} is the value of tt at which the curves intersect, then

ST(t0.5)=1FT(t0.5)    and    ST(t0.5)=FT(t0.5)S_T(t_{0.5}) = 1 - F_T(t_{0.5}) ~~~~ \text{and} ~~~~ S_T(t_{0.5}) = F_T(t_{0.5})

and therefore

P(T>t0.5)=ST(t0.5)=0.5=FT(t0.5)=P(Tt0.5)P(T > t_{0.5}) = S_T(t_{0.5}) = 0.5 = F_T(t_{0.5}) = P(T \le t_{0.5})

The point t0.5t_{0.5} is called the median of the distribution. We can find t0.5t_{0.5} in terms of λ\lambda by using the formula for the survival function.

eλt0.5=0.5      λt0.5=log(0.5)      λt0.5=log(2)      t0.5=log(2)E(T)e^{-\lambda t_{0.5}} = 0.5 ~ \iff ~ -\lambda t_{0.5} = \log(0.5) ~ \iff ~ \lambda t_{0.5} = \log(2) ~ \iff ~ t_{0.5} = \log(2)E(T)

Because log(2)<1\log(2) < 1, the median lifetime t0.5t_{0.5} is less than the mean lifetime E(T)=1/λE(T) = 1/\lambda as you can see on the graph. This is consistent with an observation you made in Data 8: if a distribution has a right hand tail, the median is less than the mean.

The exponential distribution is often used to model lifetimes of objects like radioactive atoms that undergo exponential decay. The half life of a radioactive isotope is defined as the time by which half of the atoms of the isotope will have decayed. That is, the half life is the median of the exponential lifetime of the atom. The parameter λ\lambda is called the decay rate of the atom. By the property of the median t0.5t_{0.5} derived above, the relation between λ\lambda and the half life is

half life=log(2)λ\text{half life} = \frac{\log(2)}{\lambda}
🎥 See More
Loading...

15.4.4Memoryless Property

Let ss and tt be positive, and let’s find the conditional probability that the object survives a further ss units of time given that it has already survived tt.

P(T>t+sT>t)=P(T>t+s,T>t)P(T>t)=P(T>t+s)P(T>t)=eλ(t+s)eλt=eλs=P(T>s)P(T > t+s \mid T > t) = \frac{P(T > t+s, T > t)}{P(T > t)} = \frac{P(T > t+s)}{P(T > t)} = \frac{e^{-\lambda(t+s)}}{e^{-\lambda t}} = e^{-\lambda s} = P(T > s)

Notice that tt does not appear in the answer. So for example the chance that the object survives an additional year given that it has been alive for 50 years is the same as the chance that is survives a year when it starts out brand new. It forgets that it has already lived 50 years.

This is called the memoryless property of the exponential distribution. It can be shown that the exponential and the geometric are the only two distributions that have the memoryless property. As you can see, the graph of the exponential density resembles the geometric probability histogram. It can be thought of as a continuous limit of the geometric, as we will see later.

The memoryless property is an excellent reason not to use the exponential distribution to model the lifetimes of people or of anything that ages. For lifetimes of things like lightbulbs or radioactive atoms, the exponential distribution often does fine.

15.4.5The Rate

If λ\lambda is large, then E(T)=1/λE(T) = 1/\lambda is small. If you think of TT as a lifetime then large λ\lambda implies that an early death is expected. To formalize the notion of λ\lambda as a rate, let Δt\Delta_t be a tiny increment of time and use the memoryless property:

P(Tt+ΔtT>t) = 1eλΔt= λΔt+λ2Δt22!+ λΔt     because Δt is small\begin{align*} P(T \le t + \Delta_t \mid T > t) ~ &= ~ 1 - e^{-\lambda \Delta_t} \\ &= ~ \lambda \Delta_t + \frac{\lambda^2\Delta_t^2}{2!} + \cdots \\ &\sim ~ \lambda \Delta_t ~~~~~ \mbox{because } \Delta_t \mbox{ is small} \end{align*}

The left hand side is the chance that the object dies immediately after time tt, given that it was still alive at time tt. We say that λ\lambda is the instantaneous death rate, because

λ  P(Tt+ΔtT>t)Δt\lambda ~ \sim ~ \frac{P(T \le t+\Delta_t \mid T > t)}{\Delta_t}