Poisson Distribution Essay
Poisson Distribution Essay
DATE :24/11/2022
NAME OF INSTRUCTOR:
Assoc. Prof Dr. Mohammad Mustafizur Rahman
PREPARED BY:
2213054
Background of Poisson Distribution
During World War II, there was a British statistician who used Poisson
Distribution to analyze bomb hits in the city of London. R.D. Clarke has refined the
Poisson Distribution as a statistical model and worked to reassure the British
government that the German bombs fell randomly, or purely by chance, and that the
enemies were lacking of sufficient information to be targeting certain areas of the
city. Ever since then, the wide range of possible applications of Poisson’s statistical
tool became evident.
This distribution occurs when there are events that do not occur as the
outcomes of a definite number of outcomes. Poisson distribution is used under three
conditions. First, the number of trials “n” tends to infinity. Secondly, the probability of
success “p” tends to zero. Thirdly, np = 1 is finite.
For instance, the Poisson distribution is appropriate for modeling the number
of network failures per week, if they know that the average 120 network failures per
week. Although the average is 120 network failures, they could theoretically get any
number of network failures during that time period. The events are effectively
independent since there is no reason to expect a network failure to affect the
chances of another network failure. The occurrence rate may be assumed to be
constant. It is reasonable to assume that the probability of getting a network failure
report in the first half week is the same as the probability of getting a network failure
report in the final half week.
For example, an average of 0.61 number of network failure per week is recorded.
You want to calculate the probability that exactly two network failure recorded in a
day, assuming that the number of horse kick deaths per week follows a Poisson
distribution. To calculate :
r = 2 network failures
λ = 0.61 number of network failure per week
e = 2.718
P(X = r) = e-λ λr / r!
P(X = 2) = (2.718-0.61)(0.612) / 2!
P(X = 2) = (0.54339)(0.3721) / 2
P(X = 2) = 0.101
The probability that exactly two number of network failure in a day of the week is
0.101.
Poisson approximation with examples
For those situations in which n is large and p is very small, the Poisson
distribution can be used to approximate the binomial distribution. If n > 20 and np < 5
OR nq < 5 then the Poisson is a good approximation.The value of the mean needed
for the Poisson approximation is λ = np. Poisson approximation can be used to
approximate the number of restaurant visitors per hour and number of emergency
calls received by hospital per week. Moreover, it can be used to approximate the
number of absentees at an exam. It can also approximate the number of meals sold
by a restaurant per day, and number of books sold at a book fair per day.
As an example, a factory puts biscuits into boxes of 100. The probability that a
biscuit is broken is 0.03. Find the probability that a box contains 2 broken biscuits.
This is a binomial distribution with n = 100 and p = 0.03. Using the Poisson
approximation (test: np = 100 x 0.3 = 3, which is less than 5). Let X be the random
variable of the number of broken biscuits. The mean λ = np = 100 × 0.3 = 3. From
the table, we get that P(X = 2) = 0.224. So the probability that a box contains two
broken biscuits is 0.224.