Discrete Probability Distribution
Discrete Probability Distribution
Binomial Distribution:
Binomial distribution is used to model an experiment that confirms the following list
requirements:
➢ The experiment has a sequence of n independent Bernoulli trials.
➢ Each trial has only two possible outcomes which are either success or failure.
➢ The trials are independent.
➢ Each trial has the same probability of success, p and probability of failure, 𝑞 = 1 – 𝑝.
Let,
𝑋 = number of success in n trials
Then, 𝑋 is a binomial random variable with distribution function (pmf),
𝑛
𝑝(𝑥) = 𝐶𝑥 𝑝 𝑥 (1 − 𝑝)𝑛−𝑥 ; 𝑥 = 0, 1, 2, … , 𝑛
𝑛!
= 𝑝 𝑥 (1 − 𝑝)𝑛−𝑥
(𝑛 − 𝑥)! 𝑥!
Summer2024_MDG_STA201
Geometric Distribution:
The geometric distribution represents the number of failures before getting a success in a series
of Bernoulli trials.
➢ Suppose that independent Bernoulli trials each having probability 𝑝 of success are
performed until a success occurs.
P (𝑋=𝑥) = (1 − 𝑝)𝑥−1 𝑝 ; 𝑥 = 1, 2, 3, …
➢ Each trial has only two possible outcomes which are success and failure
1− 𝑝
Variance of the geometric distribution, 𝜎 2 = 𝑉𝑎𝑟(𝑋) = 𝑝2
Example 1:
Summer2024_MDG_STA201
Solution:
1
Here, the probability of occurring “6” is, 𝑝 = 6
1
Thus, 𝑋 ~ geometric (𝑝 = 6)
P (𝑋 ≤ 3) = P (𝑋 = 1) + P (𝑋 =2) + P (𝑋 = 3)
5 1 5 1 5 1
= (6)0 ∗ (6) + (6) ∗ (6) + (6)2 ∗ (6)
1 5 25
= + +
6 36 216
36+30+25
=
216
91
=
216
= 0.42
µ = E (𝑋) = 1/𝑝
1
= 1
6
=6
❖ The geometric distribution is useful for determining the likelihood of a success given a
limited number of trials, which is highly applicable to the real world in which unlimited (and
unrestricted) trials are rare. Some of the practical examples of geometric distributions are
given below:
Summer2024_MDG_STA201
➢ In cost-benefit analyses, such as a company deciding whether to fund research trials that,
if successful, will earn the company some estimated profit, the goal is to reach a success
before the cost outweighs the potential gain.
➢ In time management, the goal is to complete a task before some set amount of time.
Poisson Distribution
The Poisson distribution is used to model a discrete random variable representing the number of
occurrences of some random events in an interval of time or space (or some volume of matter).
The possible values of 𝑋 = 𝑥 are:
𝑥 = 0, 1, 2, 3, …
Let,
𝑒 −𝜆 𝜆𝑥
𝑝(𝑥) = ; 𝑥 = 0, 1, 2, …
𝑥!
Summer2024_MDG_STA201
❖ Some random quantities that can be modeled by Poisson distribution:
Note:
❑ The average (mean) of patients seen every day in the emergency unit = .
❑ The average (mean) of patients seen every month in the emergency unit =30.
❑ The average (mean) of patients seen every year in the emergency unit = 365.
❑ The average (mean) of patients seen every hour in the emergency unit = /24.
Summer2024_MDG_STA201
W ~ Poisson (*), where *=365
Example 6:
The average number of errors on a page of a certain magazine is 0.2. What is the probability that
the next page (or a randomly selected page) you read contains-
i. 0 (zero) error?
ii. 2 or more errors?
iii. What is the average error per page?
iv. Also, find standard deviation of the number of errors.
Solution:
Let,
𝑋 = number of errors in a page
∴ 𝑋 ~ 𝑃𝑜𝑖𝑠𝑠𝑜𝑛 (𝜆 = 0.2)
𝑒 −𝜆 𝜆𝑥 𝑒 −0.2 0.2𝑥
𝑝(𝑥) = ; 𝑥 = 0, 1, 2, … =
𝑥! 𝑥!
Summer2024_MDG_STA201
iv. Standard deviation, 𝑆𝐷(𝑋) = √𝜆 = √0.2 = 0.45
x p(x)
0 0.82
1 0.16
2 0.02
3 0.00
4 0.00
5 0.00
6 0.00
7 0.00
8 0.00
9 0.00
10 0.00
15 0.00
20 0.00
30 0.00
40 0.00
50 0.00
100 0.00
Summer2024_MDG_STA201
Poisson (λ=0.2)
1.00
0.50
0.00
0 2 4 6 8 10 20 40 100
p(x)
From the above graph and the table, it can be clearly observed that, for only six values of x, the
probabilities are obtained.
Example 7:
Suppose that the number of accidents per day in a city has a Poisson distribution with average 2
accidents.
Summer2024_MDG_STA201
Solution:
𝑋 ~ Poisson (2) ( = 2)
(ii) P (𝑋 = 5) = 0.036089
P (𝑌 = 6) = 0.1042
P (𝑊 = 0) = 0.920
Summer2024_MDG_STA201