0% found this document useful (0 votes)
16 views52 pages

Chapter 2B-Continuous Probability Distribution

Uploaded by

Najwa Ahmad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views52 pages

Chapter 2B-Continuous Probability Distribution

Uploaded by

Najwa Ahmad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 52

MATH 2330

COMPUTATIONAL
METHOD AND
STATISTICS-
CHAPTER 2B:
CONTINUOUS
PROBABILITY
DISTRIBUTION
INSTRUCTORS :
ASSOC. PROF. DR JAMAL I.
DAOUD
DR HANISAH MANSHOR
DR MAZIATI AKMAL BT
MOHD HATTA
Continuous probability distribution
• Probability density function - function that describes the relative likelihood for the random
variable to take on a given value.

• The probability fall within a particular region is given by the integral of this variable’s density over
the region. The probability density function is nonnegative everywhere, and its integral over the
entire space is equal to 1.

Area under a curve between two points


• For a continuous random variable X, a probability density function is a function such that
i. 𝑓𝑓 𝑥𝑥𝑖𝑖 ≥ 0

ii. � 𝑓𝑓(𝑥𝑥) 𝑑𝑑𝑑𝑑 = 1
−∞

𝑏𝑏
iii. � 𝑓𝑓 𝑥𝑥 𝑑𝑑𝑑𝑑 = area under 𝑓𝑓 𝑥𝑥 from 𝑎𝑎 to 𝑏𝑏 for any 𝑎𝑎 and 𝑏𝑏
𝑎𝑎
Continuous probability distribution
Eg 1: Let the continuous random variable X denote the current measured in a thin copper wire in mA.
Assume that the range of X is [0, 20 mA], and assume that the probability density function of X is 𝑓𝑓(𝑥𝑥)
= 0.05 for 0 ≤ 𝑥𝑥 ≤ 20. What is the probability that a current measurement is less than 10 mA?

Sol :
10
𝑃𝑃 𝑋𝑋 < 10 = � 0.05 𝑑𝑑𝑑𝑑 = [0.05𝑥𝑥]10
0 = 0.5 𝑜𝑜𝑜𝑜
0 𝑓𝑓(𝑥𝑥)
= 10 0.05 = 0.5 0.05

𝑥𝑥
0 10 20
Continuous probability distribution
Eg 2: Let the continuous random variable X denote the diameter of a hole drilled in a sheet metal
component. The target diameter is 12.5 mm. Most random disturbance to the process result in larger
diameters. Historical data show that the distribution of X can be modelled by a probability density
function
The probability if the
𝑓𝑓 𝑥𝑥 = 20𝑒𝑒 −20(𝑥𝑥−12.5) , 𝑥𝑥 ≥ 12.5 diameter of a hole drilled
is ≥ 12.5 is given by f(x)

a)If a part with diameter larger than 12.6 mm is scrapped, what proportion of parts is scrapped?

b)What proportion of parts is between 12.5 to 12.6 mm?


Continuous probability distribution
Sol (Eg. 2):

a) 𝑃𝑃 𝑋𝑋 > 12.6 = � 20𝑒𝑒 −20(𝑥𝑥−12.5) 𝑑𝑑𝑑𝑑
12.6


= −𝑒𝑒 −20(𝑥𝑥−12.5) 12.6

= 0 + 0.135 = 0.135

12.6
b) 𝑃𝑃 12.5 < 𝑋𝑋 < 12.6 = � 20𝑒𝑒 −20(𝑥𝑥−12.5) 𝑑𝑑𝑑𝑑
12.5

−20(𝑥𝑥−12.5) 12.6
= −𝑒𝑒 12.5

= −0.135 + 1 = 0.865
Probability distribution functions
Among the most well-known continuous probability distributions that are used for statistical modelling are the:

1
1. Continuous uniform distribution, 𝑓𝑓 𝑥𝑥 = � b − a , a ≤ 𝑥𝑥 ≤ b
0, otherwise

−λ𝑥𝑥 ,
λ𝑒𝑒 𝑥𝑥 ≥ 0
2. Exponential distribution, 𝑓𝑓 𝑥𝑥 = �
0, 𝑥𝑥 < 0

3. Normal distribution, 𝑃𝑃 𝑋𝑋 ≤ 𝑥𝑥 = 𝑃𝑃
①Continuous uniform distribution
• A continuous random variable X is said to have uniform distribution on the interval [a, b] if and
only if its probability density function

𝟏𝟏
𝒇𝒇 𝒙𝒙 = � 𝒃𝒃 − 𝒂𝒂 , 𝒂𝒂 ≤ 𝒙𝒙 ≤ 𝒃𝒃
𝟎𝟎, 𝒐𝒐𝒐𝒐𝒐𝒐𝒐𝒐𝒐𝒐𝒐𝒐𝒐𝒐𝒐𝒐𝒐𝒐

1
𝑏𝑏 − 𝑎𝑎

a b
①Continuous uniform distribution
• If X is a continuous uniform random over a≤ 𝑥𝑥 ≤ 𝑏𝑏, the mean is

𝒃𝒃 + 𝒂𝒂
𝝁𝝁 = 𝑬𝑬 𝑿𝑿 =
𝟐𝟐

• and the variance of X is


(𝒃𝒃 − 𝒂𝒂)𝟐𝟐
𝝈𝝈𝟐𝟐 = 𝑽𝑽 𝒙𝒙 =
𝟏𝟏𝟏𝟏
①Continuous uniform distribution
Eg 3: The random variable X is uniformly distributed on [2, 5]. Compute each of the following
probabilities:
a) 𝑃𝑃 𝑋𝑋 ≤ 3
b) 𝑃𝑃 𝑋𝑋 ≥ 4
c) 𝑃𝑃 3.5 ≤ 𝑋𝑋 ≤ 7
①Continuous uniform distribution
Sol (Eg. 3):
3 3 3
3
1 1 1 1
a) 𝑃𝑃 𝑋𝑋 ≤ 3 = � 𝑓𝑓 𝑥𝑥 𝑑𝑑𝑑𝑑 = � 𝑑𝑑𝑑𝑑 = � 𝑑𝑑𝑑𝑑 = 𝑥𝑥 =
5−2 3 3 2 3
2 2 2

5 5
5 5
1 1 1 1
b)𝑃𝑃 𝑋𝑋 ≥ 4 = � 𝑓𝑓 𝑥𝑥 𝑑𝑑𝑑𝑑 = � 𝑑𝑑𝑑𝑑 = � 𝑑𝑑𝑑𝑑 = 𝑥𝑥 =
4 5 − 2 3 3 4 3
4 4

5 5
5 5
1 1 1 1
c)𝑃𝑃 3.5 ≤ 𝑋𝑋 ≤ 7 = � 𝑓𝑓 𝑥𝑥 𝑑𝑑𝑑𝑑 = � 𝑑𝑑𝑑𝑑 = � 𝑑𝑑𝑑𝑑 = 𝑥𝑥 =
3.5 5 − 2 3 3 3.5 2
3.5 3.5
①Continuous uniform distribution
Eg 8: The random variable X is uniformly distributed on [2, 5]. Compute the value of r so that
𝑃𝑃 𝑋𝑋 ≥ 𝑟𝑟 = 0.7
Sol:
5 5
1 1 5 𝑟𝑟
𝑃𝑃 𝑋𝑋 ≥ 𝑟𝑟 = � 𝑑𝑑𝑑𝑑 = 𝑥𝑥 = − = 0.7
𝑟𝑟 5 − 2 3 𝑟𝑟 3 3

5
∴ 𝑟𝑟 = − 0.7 3 = 2.9
3
①Continuous uniform distribution
Eg 4: Suppose X has a continuous uniform distribution over the interval [-1,1].

a) Determine the mean and the variance of X. [Ans: 0, 0.33]

b) Determine the value of a such that P(-a < X < a) = 0.9. [Ans: 0.9]
①Continuous uniform distribution
Eg 5: The thickness of the flange on an aircraft component is uniformly distributed between 0.95
and 1.05 mm.

a) Determine the proportion of flanges that exceeds 1.02 mm. [Ans: 0.3]

b) What thickness is exceeded by 90% of the flanges? [Ans: 0.96]

c) Determine the mean and the variance of flange thickness. [Ans: 1, 0.00083]
②Exponential distribution
• This distribution is commonly used to model waiting times between occurrences of rare events,
lifetimes of electrical or mechanical devices. The time we need to wait before an event occurs has
an exponential distribution if the probability that the event occurs during a certain time interval is
proportional to the length of that time interval.

• The exponential distribution is related to the Poisson distribution. When the event can occur
more than once and the time elapsed between two successive occurrences is exponentially
distributed and independent on previous occurrences, the number of occurrences of the event
within a given unit of time has a Poisson distribution.
②Exponential distribution
• For instance, if an engineer is responsible for the quality of, say, copper wire for use in domestic
wiring systems, he or she might be interested in knowing both the number of faults (discrete) in a
given length of wire and also the distances (continuous) between such faults. While the number
of faults may be analysed by using the Poisson distribution, the distances between faults along
the wire may be shown to give rise to the exponential distribution defined and used in this
section.
②Exponential distribution
• The random variable X that equals the distance between successive events of a Poisson process
with mean λ > 0 is an exponential random variable with parameter λ. The probability density
function of X is
𝒇𝒇 𝒙𝒙 = 𝛌𝛌𝒆𝒆−𝝀𝝀𝝀𝝀 , 𝟎𝟎 ≤ 𝒙𝒙 ≤ ∞ or

−𝝀𝝀𝝀𝝀
𝒇𝒇 𝒙𝒙 = �𝛌𝛌𝒆𝒆 ; 𝒙𝒙 ≥ 𝟎𝟎
𝟎𝟎 ; 𝒙𝒙 < 𝟎𝟎

−𝝀𝝀𝝀𝝀
and the cumulative distribution function is 𝑭𝑭 𝒙𝒙 = �𝟏𝟏 − 𝒆𝒆 ; 𝒙𝒙 ≥ 𝟎𝟎
𝟎𝟎 ; 𝒙𝒙 < 𝟎𝟎

where λ is the mean number of successes in a specific interval.


②Mean and variance of Exponential distribution
• If the random variable X has an exponential distribution with parameter λ

𝟏𝟏
𝝁𝝁 = 𝑬𝑬 𝑿𝑿 =
𝝀𝝀

𝟏𝟏
𝝈𝝈𝟐𝟐 = 𝑽𝑽 𝑿𝑿 =
λ𝟐𝟐

• It is important to use CONSISTENT UNITS in the calculation of probabilities, means and variances
involving exponential random variables.
②Exponential distribution
Eg 6: Jobs are sent to a printer at an average of 3 jobs per hour.
a) What is the expected time between jobs?

b) What is the probability that the next job is sent within 5 minutes?

Sol:

a) 𝜆𝜆 = 3 𝑗𝑗𝑗𝑗𝑗𝑗𝑗𝑗/ℎ𝑜𝑜𝑜𝑜𝑜𝑜
1 1
𝐸𝐸 𝑥𝑥 = = 3⁄ = 20 𝑚𝑚𝑚𝑚𝑚𝑚𝑚𝑚
𝜆𝜆 60

b) 𝑋𝑋 = 𝑡𝑡𝑡𝑡𝑡𝑡𝑡𝑡 𝑢𝑢𝑢𝑢𝑢𝑢𝑢𝑢𝑢𝑢 𝑡𝑡𝑡𝑡𝑡 𝑓𝑓𝑓𝑓𝑓𝑓𝑓𝑓𝑓𝑓 𝑗𝑗𝑗𝑗𝑗𝑗 𝑤𝑤𝑤𝑤𝑤𝑤 𝑠𝑠𝑠𝑠𝑠𝑠𝑠𝑠

𝑏𝑏 5 3 − 3 𝑥𝑥 3
𝑃𝑃 𝑋𝑋 ≤ 5 𝑚𝑚𝑚𝑚𝑚𝑚𝑚𝑚𝑚𝑚𝑚𝑚𝑚𝑚 = ∫𝑎𝑎 λ𝑒𝑒 −λ𝑥𝑥 = ∫0 𝑒𝑒 60 𝑑𝑑𝑑𝑑 = [−𝑒𝑒 −60𝑥𝑥 ]50 = 0.2212
60
②Exponential distribution
Eg 6: The time between calls to a plumbing supply business is exponentially distributed with a mean time
between calls of 15 minutes.
a) What is the probability that there are no calls within 30-minutes interval?
b) What is the probability that at least one call arrives within a 10-minute interval?
c) What is the probability that the first call arrives within 5 and 10 minutes after opening?
d) Determine the length of an interval of time such that the probability of at least one call in the interval is 0.9.
e) What is the probability that 3 calls arrive within a 10-minutes interval?
②Exponential distribution
Sol (Eg. 6):
𝐿𝐿𝐿𝐿𝐿𝐿 𝑋𝑋 = 𝑛𝑛𝑢𝑢𝑢𝑢𝑢𝑢𝑢𝑢𝑢𝑢 𝑜𝑜𝑜𝑜 𝑐𝑐𝑐𝑐𝑐𝑐𝑐𝑐𝑐𝑐
a) 1 𝑐𝑐𝑐𝑐𝑐𝑐𝑐𝑐 → 15 𝑚𝑚𝑚𝑚𝑚𝑚𝑚𝑚
∴ 2 𝑐𝑐𝑐𝑐𝑐𝑐𝑐𝑐𝑐𝑐 → 30 𝑚𝑚𝑚𝑚𝑚𝑚𝑚𝑚
𝑒𝑒 −λ λ𝑥𝑥 𝑒𝑒 −2 20
𝑃𝑃 𝑋𝑋 = 0 = = = 0.1353
𝑥𝑥! 0!

b)1 𝑐𝑐𝑐𝑐𝑐𝑐𝑐𝑐 → 15 𝑚𝑚𝑚𝑚𝑚𝑚𝑚𝑚

∴ 2�3 𝑐𝑐𝑐𝑐𝑐𝑐𝑐𝑐𝑐𝑐 → 10 𝑚𝑚𝑚𝑚𝑚𝑚𝑚𝑚


0
−2�3 2
𝑒𝑒 −λ λ𝑥𝑥 𝑒𝑒
𝑃𝑃 𝑋𝑋 ≥ 1 = 1 − 𝑃𝑃 𝑋𝑋 = 0 = 1 − =1− 3 = 0.4866
𝑥𝑥! 0!
②Exponential distribution
Sol (Eg. 6):
𝐿𝐿𝐿𝐿𝐿𝐿 𝑌𝑌 = 𝑡𝑡𝑖𝑖𝑖𝑖e for receiving 1𝑠𝑠𝑠𝑠 𝑐𝑐𝑐𝑐𝑐𝑐𝑐𝑐
1
c) λ =
15
10
1 − 1 𝑥𝑥 1
− 𝑥𝑥 10
𝑃𝑃 5 < 𝑌𝑌 < 10 = � 𝑒𝑒 15 𝑑𝑑𝑑𝑑 = [−𝑒𝑒 15 ]5 = 0.2031
5 15
②Exponential distribution
Sol (Eg. 6):
d) 𝑃𝑃 𝑋𝑋 ≥ 1 = 0.9

𝑃𝑃 𝑋𝑋 ≥ 1 = 1 − 𝑃𝑃 𝑋𝑋 = 0 = 0.9

𝑃𝑃 𝑋𝑋 = 0 = 1 − 0.9 = 0.1

𝑒𝑒 −λ λ𝑥𝑥 𝑒𝑒 −λ λ0
𝑓𝑓 0 = = = 0.1
𝑥𝑥! 0!

𝑐𝑐𝑐𝑐𝑐𝑐𝑐𝑐
𝑒𝑒 −λ = 0.1 ∴ λ = 2.303
𝑏𝑏 𝑚𝑚𝑚𝑚𝑚𝑚𝑚𝑚

1 𝑐𝑐𝑐𝑐𝑐𝑐𝑐𝑐 → 15 𝑚𝑚𝑚𝑚𝑚𝑚𝑚𝑚

∴ 2.303 𝑐𝑐𝑐𝑐𝑐𝑐𝑐𝑐𝑐𝑐 → b 34.54 𝑚𝑚𝑚𝑚𝑚𝑚𝑚𝑚


②Exponential distribution
Sol (Eg. 6):
e)1 𝑐𝑐𝑐𝑐𝑐𝑐𝑐𝑐 → 15 𝑚𝑚𝑚𝑚𝑚𝑚𝑚𝑚

∴ 2�3 𝑐𝑐𝑐𝑐𝑐𝑐𝑐𝑐𝑐𝑐 → 10 𝑚𝑚𝑚𝑚𝑚𝑚𝑚𝑚


2 3
2

−λ
𝑒𝑒 λ 𝑥𝑥 𝑒𝑒 3
𝑃𝑃 𝑋𝑋 = 3 = = 3 = 0.0254
𝑥𝑥! 3!
②Exponential distribution
Eg 7: In a large corporate computer network, user log-ons to the system can be modelled as a Poisson
process with a mean of 25 log-ons per hour.
a) Calculate the mean and the standard deviation until the next log-on. [Ans: 0.04 hr, 0.04 hr]
b) What is the probability that the time until the next log-on is 2 minutes? [Ans: 0.56]
c) What is the probability that the time until the next log-on is between 2 and 3 minutes? [Ans: 0.148]
d) What is the probability that there are NO log-ons in an interval of 6 minute? [Ans: 0.08208]
e)Determine the interval of time such that the probability of NO log-ons occur in the interval is 0.9?
[Ans: 0.25 min]
f) What is the probability that there are 10 log-ons in 30 minutes time? [Ans: 0.0956]
③Normal distribution
• The normal distribution is one of the many probability distributions that a continuous random
variable can possess. The normal distribution is the most important and most widely used of all
probability distributions. A large number of phenomena in the real world are normally distributed
either exactly or approximately.

• Data can be "distributed" (spread out) in different ways. It can be spread out more on the left, or
more on the right, or it can be jumbled up.
③Normal distribution

But there are many cases where the data tends to be around a
central value with no bias left or right, and it gets close to a
"Normal Distribution" like this:
③Normal distribution
The normal distribution has:
• symmetry about the center.
• 50% of values less than the mean and 50% greater than the mean.
• Never touches the x-axis. Theoretically no matter how far in either direction the curve extends, it
never meets the x-axis-but it gets increasingly closer.
• The total area under a normal distribution curve is 100% or 1.
③Normal distribution
• A random variable X with probability density function
𝟏𝟏 −(𝒙𝒙−𝝁𝝁)𝟐𝟐
𝒇𝒇 𝒙𝒙 = 𝒆𝒆 𝟐𝟐𝝈𝝈𝟐𝟐 ; −∞ < 𝒙𝒙 < ∞
𝟐𝟐𝟐𝟐𝝈𝝈
is a random variable with parameters μ, where −∞ < 𝜇𝜇 < ∞ and σ > 0.

• Also,
𝑬𝑬 𝑿𝑿 = 𝝁𝝁 𝐚𝐚𝐚𝐚𝐚𝐚 𝑽𝑽 𝑿𝑿 = 𝝈𝝈𝟐𝟐

and the notation N(μ, σ2) is used to denote the distribution. The mean and the
variance of X are shown to equal μ and σ2.
③Normal distribution
Standardizing A Normal Random Variable

• If X is a random variable X with E(x) = μ and V(x) = σ2, the random variable

𝑿𝑿 − 𝝁𝝁
𝒁𝒁 =
𝝈𝝈

is a normal random variable with 𝐸𝐸 𝑍𝑍 = 0 and 𝑉𝑉 𝑍𝑍 = 1. That is, Z is a standard normal


random variable.
③Normal distribution
Standardizing to calculate a probability

• Suppose X is a normal random variable with mean μ and variance σ2. Then,

𝑿𝑿 − 𝝁𝝁
𝑷𝑷 𝑿𝑿 ≤ 𝒙𝒙 = 𝑷𝑷 𝒁𝒁 ≤
𝝈𝝈

where 𝑍𝑍 is a standard normal random variable. The probability is obtained from the cumulative
standard normal distribution table.
③Normal distribution
Why standardizing?

(i) Standardization of a normally distributed random variable enables an analyst or researcher to


determine with ease the probability associated with a range of values for that variable by using a
standardized distribution table. A normally distributed random variable can be standardized using a
formula.

(ii) Standardizing the value of a variable provides information about how far that variable falls from the
mean of the distribution, which enables you to calculate the probability of a range of values for the
random variable, x.
③Normal distribution
Why standardizing?

(iii) Calculating the probabilities for the normal distribution is difficult without the use of a computer.
Tables can be created to show probabilities, but since the normal distribution can have any value for the
mean and standard deviation, many tables would be necessary to cover the potential range of these
parameters.

(iv) The standard normal distribution solves this problem. Since the standard normal distribution is able
to convert any normally distributed random variable to a standardized normally distributed random
variable, only one table is needed.
③Normal distribution
Eg 7: Assume X is normally distributed with a mean of 5 and a standard deviation of 4. Determine the
following:

a) P(X < 11)

b) P(X > 0)

c) P(X > 8)

d) P(-2 < X < 9)

e) P(X≤ −13.4)
③Normal distribution
Sol (Eg. 7):

11 − 5
a) 𝑃𝑃 𝑋𝑋 < 11 = 𝑃𝑃 𝑍𝑍 < = 𝑃𝑃 𝑍𝑍 < 1.5 = 0.9933193
4

0 1.5

0−5
b) 𝑃𝑃 𝑋𝑋 > 0 = 𝑃𝑃 𝑍𝑍 > = 𝑃𝑃 𝑍𝑍 > −1.25 = 𝑃𝑃 𝑍𝑍 < 1.25 = 0.894350 𝑜𝑜𝑜𝑜
4

= 1 − 𝑃𝑃 𝑍𝑍 < −1.25 = 1 − 0.105650 = 0.8694350

-1.25 0 0 1.25
③Normal distribution
Sol (Eg. 7):
8−5
c) 𝑃𝑃 𝑋𝑋 > 8 = 𝑃𝑃 𝑍𝑍 < = 𝑃𝑃 𝑍𝑍 > 0.75 = 1 − 𝑃𝑃 𝑍𝑍 < 0.75 = 0.2267
4

0 0.75

−2 − 5 9−5
d) 𝑃𝑃 −2 < 𝑋𝑋 < 9 = 𝑃𝑃 < 𝑍𝑍 < = 𝑃𝑃 −1.75 < 𝑍𝑍 < 1
4 4
= 𝑃𝑃 𝑍𝑍 < 1 − 𝑃𝑃 𝑍𝑍 < −1.75 = 0.801286

= -

-1.75 0 1 0 1 -1.75 0
③Normal distribution
Sol (Eg. 7):
−13.4 − 5
e) 𝑃𝑃 𝑋𝑋 < −13.4 = 𝑃𝑃 𝑍𝑍 < = 𝑃𝑃 𝑍𝑍 < −4.6 ≈ 0
4
③Normal distribution
Eg 8: Assume X is normally distributed with a mean of 10 and a standard deviation of 2. Determine the
following:

a) P(X < 13) [Ans: 0.933193]

b) P(X > 9) [Ans: 0.691462]

c)P(6 < X < 14) [Ans: 0.9545]

d) P(2 < X < 4) [Ans: 0.001350]

e) P(-2< X< 8) [Ans: 0.158655]


③Normal distribution
Eg 9: Find a value such that

a) P( Z < a ) = 0.13 [Ans: -1.13]

b) P( Z > a ) = 0.05 [Ans: 1.65]

c) P( -a < Z < a ) = 0.99 [Ans: 2.58]


③Normal distribution
Eg 10: Find the value of a such that

a) P( Z < a ) = 0.9 [Ans: 1.28]

b) P( Z > a) = 0.1 [Ans: 1.28]

c) P( Z > a ) = 0.9 [Ans: -1.28]

d) P( -1.24 < Z < a ) = 0.8 [Ans: 1.33]


③Normal distribution
Eg 11: Suppose that the current measurements in a strip of wire are assumed to follow a normal
distribution with a mean of 10 mA and a variance of 4mA2.

a) What is the probability that a measurement exceeds 13 mA? [Ans: 0.06681]

b) What is the probability that a current measurement is between 9 and 11 mA? [Ans: 0.38292]

c)Determine the value for which the probability that a current measurement is below this value is 0.98.
[Ans: 14.1 mA]
③Normal distribution
Eg 12: The lengths of 3” nails manufactured on a machine are normally distributed with a mean of 3”

and standard deviation of 0.009”. The nails that are either shorter than 2.98” or longer than 3.02” are

unusable. What percentage of all the nails produced by this machine are unusable? [Ans: 2.64%]
Normal approximation to the binomial and
Poisson distribution
• Some of the binomial model is appropriate with an extremely large value of n. In these cases, it is
difficult/tedious to calculate probabilities by using the binomial distribution. Fortunately, though,
whenever the sample size is large, the normal distribution can be used to approximate the exact
probabilities of success that otherwise would have to be obtained through laborious computations.
Normal approximation to the binomial and
Poisson distribution

• From figure it can be seen that a probability such as


P(3 ≤ X ≤ 7) is better approximated by the area under
the normal curve from 2.5 to 7.5. This observation
provides a method to improve the approximation of
binomial probabilities. Because a continuous normal
distribution is used to approximate a discrete
binomial distribution, the modification is referred to
as a continuity correction.
Normal approximation to the binomial and Poisson
distribution
• If X is a binomial random variable with parameters n and p

𝑿𝑿 − 𝒏𝒏𝒏𝒏
𝒁𝒁 =
𝒏𝒏𝒏𝒏(𝟏𝟏 − 𝒑𝒑)

• is approximately a standard normal random variable. To approximate a binomial probability with


a normal distribution a continuity correction is applied as follows:
Table 1: Continuity correction
Binomial/Poisson Normal
When finding Use
1) 𝑃𝑃(𝑋𝑋 = 𝑎𝑎) 𝑃𝑃(𝑎𝑎−0.5<𝑋𝑋<𝑎𝑎+0.5)
2) 𝑃𝑃 𝑋𝑋 ≥ 𝑎𝑎 𝑃𝑃(𝑋𝑋 ≥ 𝑎𝑎 − 0.5)
3) 𝑃𝑃 𝑋𝑋 > 𝑎𝑎 𝑃𝑃(𝑋𝑋 > 𝑎𝑎 + 0.5)
4) 𝑃𝑃 𝑋𝑋 ≤ 𝑎𝑎 𝑃𝑃(𝑋𝑋 ≤ 𝑎𝑎 + 0.5)
5) 𝑃𝑃 𝑋𝑋 < 𝑎𝑎 𝑃𝑃(𝑋𝑋 < 𝑎𝑎 − 0.5)

The approximation is applicable for np ≥ 5 and n(1-p) ≥ 5.


Normal approximation to the binomial distribution
Eg 13: In a digital communication channel, assume that the number of bits received in error can be
modelled by a binomial random variable, and assume that the probability that a bit is received in error is 1
X 10-5. If 16 million bits are transmitted, what is the probability that 150 or fewer errors occurred?
[Ans: 0.227]
Sol:
150.5 − 160
𝑃𝑃(𝑋𝑋 ≤ 150)𝐵𝐵𝐵𝐵𝐵𝐵𝐵𝐵𝐵𝐵𝐵𝐵𝐵𝐵𝐵𝐵 = 𝑃𝑃(𝑋𝑋 ≤ 150.5)𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶 = 𝑃𝑃 𝑍𝑍 ≤ = 𝑃𝑃 𝑍𝑍 ≤ −0.75 = 0.227
160 1 − 10−5
Normal approximation to the binomial distribution
Eg 14: An electronic office product contains 5000 electronic components. Assume that the probability that
each component operates without failure during the useful life of the product is 0.999, and assume that
the components fail independently. Approximate the probability that 10 or more of the original 5000
components fail during the useful life of the product. [Ans: 0.022216]
Normal approximation to the Poisson distribution
• If X is a Poisson random variable with E(X)=λ and V(X)=λ,

𝑿𝑿 − 𝝀𝝀
𝒁𝒁 =
𝝀𝝀

• is approximately a standard normal random variable. The approximation is good for λ >5
Normal approximation to the Poisson distribution
Eg 15: Assume that the number of asbestos particles in a squared meter of dust on a surface follows a
Poisson distribution with a mean of 1000. If a squared meter of dust is analysed, what is the probability
that 950 or fewer particles are found?

Sol :
950.5 − 1000
𝑃𝑃(𝑋𝑋 ≤ 950)𝑃𝑃𝑃𝑃𝑃𝑃𝑃𝑃𝑃𝑃𝑃𝑃𝑃𝑃 = 𝑃𝑃(𝑋𝑋 ≤ 950.5)𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶𝐶 = 𝑃𝑃 𝑍𝑍 ≤ = 𝑃𝑃 𝑍𝑍 ≤ −1.56 = 0.058208
1000
Normal approximation to the Poisson distribution
Eg 16: A radioactive element disintegrates such that it follows a Poisson distribution. If the mean no of
particles emitted is recorded in a 1 second interval as 69, evaluate the probability of
a) less than 60 particles are emitted in 1 sec. [Ans: 0.1271]
b) between 65 and 75 particles inclusive are emitted in 1 sec. [Ans: 0.4877]
Thank you and happy reading

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy