Exponential Distribution
Exponential Distribution
Definition
X is said to have an exponential distribution with parameter λ(λ > 0) if
the pdf of X is (
λe −λx x ≥ 0
f (x; λ) =
0 otherwise
Remark:
1. Usually we use X ∼ EXP(λ) to denote that the random variable X has
an exponential distribution with parameter λ.
2. In some sources, the pdf of exponential distribution is given by
1 − θx
(
e x ≥0
f (x; θ) = θ
0 otherwise
Proposition
If X ∼ EXP(λ), then
1 1
E (X ) = and V (X ) =
λ λ2
And the cdf for X is
(
1 − e −λx x ≥0
F (x; λ) =
0 x <0
Proof:
Z ∞
E (X ) = xλe −λx dx
0
1 ∞
Z
= (λx)e −λx d(λx)
λ 0
1 ∞ −y
Z
= ye dy y = λx
λ 0
Z ∞
1
= [−ye −y |∞
0 + e −y dy ] integration by parts:u = y , v = −e −y
λ 0
1 −y ∞
= [0 + (−e |0 )]
λ
1
=
λ
Proof (continued):
2 1 1
V (X ) = E (X 2 ) − [E (X )]2 = 2 − ( )2 = 2
Z x λ λ λ
−λy
F (x) = λe dy
0
Z x
= e −λy d(λy )
0
Z x
= e −z dz z = λy
0
= −e −z |x0
= 1 − e −x
Proposition
Suppose that the number of events occurring in any time interval of length
t has a Poisson distribution with parameter αt (where α, the rate of the
event process, is the expected number of events occurring in 1 unit of
time) and that numbers of occurrences in nonoverlappong intervals are
independent of one another. Then the distribution of elapsed time
between the occurrence of two successive events is exponential with
parameter λ = α.
e.g.
the number of customers visiting Costco in each hour =⇒ Poisson
distribution;
the time between every two successive customers visiting Costco =⇒
Exponential distribution.
P({X ≥ t + t0 } ∩ {X ≥ t0 })
P(X ≥ t + t0 | X ≥ t0 ) =
P(X ≥ t0 )
P(X ≥ t + t0 )
=
P(X ≥ t0 )
1 − F (t + t0 ; λ)
=
F (t0 ; λ)
= e −λt
“Memoryless” Property
However, we have
Therefore, we have
P(X ≥ t) = P(X ≥ t + t0 | X ≥ t0 )
Definition
For α > 0, the gamma function Γ(α) is defined by
Z ∞
Γ(α) = x α−1 e −x dx
0
Definition
A continuous random variable X is said to have a gamma distribution if
the pdf of X is
(
α
1
x α−1 e −x/β x ≥ 0
f (x; α, β) = β Γ(α)
0 otherwise
Remark:
1. We use X ∼ GAM(α, β) to denote that the rv X has a gamma
distribution with parameter α and β.
2. If we let α = 1 and β = 1/λ, then we get the exponential distribution:
1
x 1−1 e −x/ λ = λe −λx
( 1
1 1
Γ(1)
x ≥0
f (x; 1, ) = λ
λ 0 otherwise
Proposition
If X ∼ GAM(α, β), then
E (X ) = αβ and V (X ) = αβ 2
Example:
The survival time (in days) of a white rat that was subjected to a certain
level of X-ray radiation is a random variable X ∼ GAM(5, 4). Then what is
a. the probability that the survival time is at most 16 days;
b. the probability that the survival time is between 16 days and 20 days
(not inclusive);
c. the expected survival time.
Definition
Let ν be a positive integer. Then a random variable X is said to have a
chi-squared distribution with parameter ν if the pdf of X is the gamma
density with α = ν/2 and β = 2. The pdf of a chi-squared rv is thus
(
ν/2
1
x (ν/2)−1 e −x/2 x ≥ 0
f (x; ν) = 2 Γ(ν/2)
0 x <0
Remark:
1. Usually, we use X ∼ χ2 (ν) to denote that X is a chi-squared rv with
parameter ν;
2. If X1 , X2 , . . . , Xn is n independent standard normal rv’s, then
X12 + X22 + · · · + Xn2 has the same distribution as χ2 (n).