Poisson, Exponential Gamma Distributions From CH 4
Poisson, Exponential Gamma Distributions From CH 4
Summary:
a) The Poisson distribution gives the pdf for the number of occurrences (of a certain event) in a
given time interval of the length t, where the average rate of occurrences is α per unit of time.
b) The Exponential distribution gives the pdf for the time until the rst occurrence, where the av-
erage rate of occurrences is α per unit of time (which is λ in our textbook).
c) The Gamma distribution gives the pdf for the time until the α th occurrence, where the average
rate of occurrence is 1/β per unit of time.
1. Poisson Processes
Consider an event (such as a car passing or a customer arriving) that occurs μ > 0 times on av-
erage during a time interval of xed length I. We showed in section 3.6, that the random variable
X = # of times this event might occur in a given time interval of same length I
is such that
μ k e −μ
X ∼ Pois(μ), i.e. ℙ(X = k) = for k = 0,1,2,...
k!
In general, we may want to know how many times this event might occur in a given time interval
of length t which is not necessarily equal to I. For this purpose, we introduce a new parameter
Xt = # of times this event might occur in a given time interval of the length t
is such that
(αt)k e −αt
Xt ∼ Pois(αt), i.e. ℙ(Xt = k) = for k = 0,1,2,...
k!
In this context, Xt is called the Poisson random variable with parameter μ = αt. The occurrence
of events over time is called a Poisson process and the parameter α is the rate of the process. In
a Poisson process, we assume that the number of events that might occur during a given time
interval is independent of the number that have already occurred prior to this time interval. This
assumption was used in the form of independent Bernoulli trials while we were deriving the Pois-
son distribution in Section 3.6 as some limit of the Binomial Distribution. FYI, there is a whole eld
of mathematics dedicated just to Stochastic Processes.
fi
fi
fi
Stat 230 - Summer 2022 American University of Beirut Karakazian
Example 1: Suppose customers arrive at an average rate of 15 per hour. If the unit of time is in
minutes, then α = 15/60 = 0.25customers/min. What’s the chance that in a given 3-minute in-
terval, at least two customers might arrive? i.e. t = 3min.
To calculate the pdf of T, we rst calculate its cdf and then derive it.
Observe that for any t ≥ 0, the cdf of T is the probability that the next event occurs before time t
and is given by
{0
αe −αt if t ≥ 0
f (t; α) = t
otherwise
T ∼ Exp(α)
Using integration by parts, it can be shown that
∞
1 1
∫0
E(T ) = tαe −αt dt = and V(T ) =
α α2
fi
fi
fi
fi
Stat 230 - Summer 2022 American University of Beirut Karakazian
a) What’s the chance that the next customer might arrive at least after a minute?
Answer: ℙ(T > 1) = e −0.25×1 = e −0.25 (by the ‘Useful Fact’)
b) What’s the chance that the next customer might arrive within 3 to 5 minutes?
Answer: ℙ(3 ≤ T ≤ 5) = ℙ(T > 3) − ℙ(T > 5) = e −0.25×3 − e −0.25×5 = e −0.75 − e −1.25
It turns out that (after similar but longer derivation), the distribution of Tα is given by the so-called
Gamma Distribution
t α−1e −t/β
{0
for t ≥0
f (t; α, β ) = β α (α − 1)!
otherwise
where 1/β ( = α of the exponential distribution) is the average rate of occurrences of that event.
In this context, β is referred as the scaling factor, and we write
Tα ∼ Gamm a(α, β )
Its name Gamma comes from the Gamma function, as the term (α − 1)! in the denominator
could be further generalized to Γ(α) for any real number α > 0. Using integration by parts, it can
be shown that
Note that the gamma distribution can be also used to model the extent of survival time (death be-
ing the occurring event). Here, smaller β means faster death rate, and so larger probability for
smaller survival times (see graph below).
fi
fi
Stat 230 - Summer 2022 American University of Beirut Karakazian
Regarding probability calculations, one can either use the online applet or the table for Incom-
plete Gamma Function which gives the cdf of the standard gamma distribution (when β = 1)