ES209 Module 3 - Discrete Probability Distribution
ES209 Module 3 - Discrete Probability Distribution
Introduction
Hello dear young engineers!
Welcome to this third module on Engineering Data Analysis. This module will help you
understand and predict the behavior of complex systems or analyze experimental, financial, and
biological data. First let us define Probability Distributions.
Probability distribution is a statistical function that describes all the possible values and
likelihoods that a random variable can take within a given range. This range will be bounded
between the minimum and maximum possible values, but precisely where the possible value is
likely to be plotted on the probability distribution depends on a number of factors. These
factors include the distribution's mean (average), standard deviation, skewness, and kurtosis.
There are two types of probability distributions namely, discrete probability distribution and a
continuous probability distribution.
1
What is Discrete Probability Distribution ?
Discrete probability distribution is a type of probability distribution that shows all possible
values of a discrete random variable along with the associated probabilities. In other words, a
discrete probability distribution gives the likelihood of occurrence of each possible value of a
discrete random variable. Such a distribution will represent data that has a finite countable
number of outcomes.
Examples:
Suppose a fair dice is rolled and the discrete probability distribution has to be created. The
possible outcomes are {1, 2, 3, 4, 5, 6}. Thus, the total number of outcomes will be 6. All
numbers have a fair chance of turning up. This means that the probability of getting any
one number is 1 / 6. Using this data the discrete probability distribution table for a dice roll
can be given as follows:
2
Suppose a fair coin is tossed twice. Say, the discrete probability distribution has to be
determined for the number of heads that are observed. The steps are as follows:
Determine the sample space of the experiment. When a fair coin is tossed
Step 1 twice the sample space is {HH, HT, TH, TT}. Here, H denotes a head
and T represents a tail. Thus, the total number of outcomes is 4.
Step 2 Define a discrete random variable, X. For the example let X be the
number of heads observed.
Identify the possible values that the variable can assume. There are 3
Step 3 possible values of X. These are 0 (no head is observed), 1 (exactly one
head is observed), and 2 (the coin lands on heads twice).
Practice Activity 01
Suppose a pair of fair dice are rolled. Let X be the random variable
representing the sum of the dice.
Write your answer in a piece of paper. Show solution Take a picture of your answers and
submit it in our Google classroom.
filename format: Lastname_Activity_1.pdf
3
Discrete Probability Distribution Formula
A discrete random variable is used to model a discrete probability distribution. There are
two main functions associated with such a random variable. These are the probability
mass function (pmf) and the probability distribution function or cumulative distribution
function (CDF).
4
Examples:
A discrete random variable X has the following probability distribution:
x -1 0 1 4
Solution:
5
Practice Activity 02
1. Find the expected value of the given discrete probability distribution. (15pts)
x 0 1 2 3 4
Write your answer in a piece of paper. Show your solution. Take a picture of your answers
and submit it in our Google classroom.
filename format: Lastname_Activity_2.pdf
6
Discrete Probability Distribution Types
The most commonly used types of discrete probability distributions are given below.
Binomial Distribution
is the probability distribution that is discrete and applicable to events having only two
possible results in an experiment, either success or failure. (the prefix “bi” means two, or
twice). A few circumstances where we have binomial experiments are tossing a coin: head
or tail, the result of a test: pass or fail, selected in an interview: yes/ no, or nature of the
product: defective/non-defective.
is a discrete probability distribution that gives the success probability in n Bernoulli trials.
The probability of getting a success is given by p. It is represented as X ∼ Binomial(n, p).
The pmf is given as follows:
Or
where:
n = the number of experiments/trials
x = number of success desired
p = probability of success
1-p = probability of failure
n-x = number of failure
Examples:
If a coin is tossed 5 times, using binomial distribution find the probability of:
(a) Exactly 2 heads
(b) At least 4 heads
Solution:
(a) The repeated tossing of the coin is an example of a Bernoulli trial. According to the
problem:
Number of trials: n=5
Probability of head: p= 1/2 and hence the probability of tail, q =½
P(X=2) = 5/16
7
(b) For at least four heads,
Hence,
Mean = μ = np
Variance = σ² = np(1-p)
Standard Deviation = σ = square root of variance
8
Practice Activity 03
2. Approximately 10% of all people are left-handed ("11 little-known facts," 2013).
Consider a grouping of 10 people. (20pts)
Write your answer in a piece of paper. Show your solution. Take a picture of your answers
and submit it in our Google classroom.
filename format: Lastname_Activity_3.pdf
9
Poisson Distribution
is a discrete probability distribution that is widely used in the field of finance. It gives the
probability that a given number of events will take place within a fixed time period. The
notation is written as X ∼ Pois(λ), where λ>0. The pmf is given by the following formula:
where:
x = the number of occurrence
e = Euler's number (e = 2.71828...)
λ = an average rate of the expected value and λ = variance, also λ>0
10
Applications of Poisson Distribution
There are various applications of the Poisson distribution. The random variables that
follow a Poisson distribution are as follows:
11
Example 1:
In a cafe, the customer arrives at a mean rate of 2 per min. Find the probability of arrival
of 5 customers in 1 minute using the Poisson distribution formula.
Solution:
Given: λ = 2, and x = 5.
P(X = 5) = 0.036
Example 2:
Solution:
Give n = 200.
= e-6 + e-6 × 6
Answer: The probability that less than 2 bulbs are defective is 1.735%
12
Practice Activity 04
1.Find the mass probability of function at x = 8, if the value of the mean is 4.3 (5pts)
2. Suppose a fast food restaurant can expect two customers every 3 minutes, on average.
What is the probability that four or fewer patrons will enter the restaurant in a 9 minute
period? (5pts)
3. A bank is interested in studying the number of people who use the ATM located
outside its office late at night. On average, 1.6 customers used the ATM during any
10 minute interval between 9pm and Midnight.
i. What is the probability of exactly 3 customers using the ATM during any 10
minute interval? Answer in percentage (5pts)
ii. What is the probability of 3 or fewer customers using the ATM during any 20
minute interval? Answer in percentage (5pts)
Write your answer in a piece of paper. Show your solution. Take a picture of your answers
and submit it in our Google classroom.
filename format: Lastname_Activity_4.pdf
13
References
• https://www.cuemath.com/data/discrete-probability-distribution/
• https://www.investopedia.com/terms/d/discrete-distribution.asp
• https://www.coconino.edu/resources/files/pdfs/academics/sabbatical-reports/kate-kozak/
chapter_5.pdf
• https://saylordotorg.github.io/text_introductory-statistics/s08-03-the-binomial-distribution.
html
14