This exercise set contains some solved exercises on the Poisson distribution. The theory needed to solve these exercises is introduced in the lecture entitled Poisson distribution.
The time elapsed between the arrival of a customer at a shop and the arrival of the next customer has an exponential distribution with expected value equal to 15 minutes. Furthermore, it is independent of previous arrivals. What is the probability that more than 6 customers arrive at the shop during the next hour?
If a random variable has an exponential
distribution with parameter
,
then its expected value is equal to
.
Here
Therefore,
.
If inter-arrival times are independent exponential random variables with
parameter
,
then the number of arrivals during a unit of time has a Poisson distribution
with parameter
.
Thus, the number of customers that will arrive at the shop during the next
hour (denote it by
)
is a Poisson random variable with parameter
.
The probability that more than 6 customers arrive at the shop during the next
hour
is:
and
the value of
can be calculated with a computer algorithm, for example with the MATLAB
command:
At a call center, the time elapsed between the arrival of a phone call and the arrival of the next phone call has an exponential distribution with expected value equal to 15 seconds. Furthermore, it is independent of previous arrivals. What is the probability that less than 50 phone calls arrive during the next 15 minutes?
If a random variable has an exponential
distribution with parameter
,
then its expected value is equal to
.
Here
where,
in the last equality, we have taken 15 minutes as the unit of time. Therefore,
.
If inter-arrival times are independent exponential random variables with
parameter
,
then the number of arrivals during a unit of time has a Poisson distribution
with parameter
.
Thus, the number of phone calls that will arrive during the next 15 minutes
(denote it by
)
is a Poisson random variable with parameter
.
The probability that less than 50 phone calls arrive during the next 15
minutes
is:
and
the value of
can be calculated with a computer algorithm, for example with the MATLAB
command: