Module 6 Common Continuous Probability Distribution
Module 6 Common Continuous Probability Distribution
T I
T I S )
TA 14 N
S 30 S IO
G
N C C U T
O BU
R I E U I
E E 4 & I N
T R
N 00 T S
GI O
N I
N 3 6 C D
E NG L E N ITY
(E O D U MO IL
M M BAB
O
C RO
P
1
OUTLINE
In this module, only these type of distributions will be covered
in the lecture:
https://towardsdatascience.com/understanding-boxplots-
5e2df7bcbd51
2
CONTINUOUS UNIFORM DISTRIBUTION
(RECTANGULAR DISTRIBUTION)
§ The simplest of all continuous distributions in statistics is Continuous
Uniform Distribution.
§ It is characterized by a density function that is “flat” in a closed
interval, say [a,b]
4
EXAMPLE 6.1
Suppose that a large conference room for a certain company
can be reserved for no more than 4 hours. However, the use
of the conference room is such that both long and short
conferences occur quite often. In fact, it can be assumed that
length X of a conference has a uniform distribution on the
interval [0, 4].
5
SOLUTION
a) The appropriate density function for the uniformly
distributed random variable X in this situation is
⎧ 1
⎪ , 0≤ x≤4
f (x) = ⎨ 4
⎪
⎩ 0, otherwise
7
CHARACTERISTICS OF NORMAL DIST.
§ Bell-shaped and symmetrical; single peak with only one
mode
§ Mean is at center
§ Mean = median = mode
§ Tails expand infinitely and never touch the horizontal axis
§ Described by two parameters: mean and standard deviation
§ Total area under the curve is 1
X −µ
§ So, if X ~ N (µ ,σ 2 ) then, Z= is N(0,1)
σ
10
Figure 3 Normal curves with Figure 4 Normal curves with
µ1 < µ2 and s1 = s2 µ1 = µ2 and s1 < s2
Programming practice:
Using Scilab, plot graphs in
Figure 3, 4 and 5 with different
values of means and variances
12
PROPERTIES OF NORMAL DISTRIBUTION
13
CONT…
To evaluate the mean,
14
CONT…
To evaluate variance,
15
AREAS UNDER NORMAL CURVE
16
17
CONT…
18
EXAMPLE 6.2
Given a standard normal distribution, find the area under the
curve that lies
a) to the right of 𝑧 = 1.84, and
b) between 𝑧 = −1.97 and 𝑧 = 0.86.
20
EXAMPLE 6.3
Given a standard normal distribution, find the value of 𝑘 such
that
a) 𝑃(𝑍 > 𝑘) = 0.3015 and
b) 𝑃(𝑘 < 𝑍 < −0.18) = 0.4197
b) From Table A.3 we note that the total area to the left of
− 0.18 is equal to 0.4286. In Figure 10 (b) we see that the
area between k and −0.18 is 0.4197 so that the area to
the left of 𝑘 must be 0.4286 − 0.4197 = 0.0089. Hence,
from Table A.3, we have 𝑘 = −2.37
22
EXAMPLE 6.4
Given a random variable having a normal distribution with
and , find the probability that assumes a value between and
.
Transform to
standard normal Z
Solution:
P(45 < X < 62) = P(z1 < Z < z2 )
24
EXAMPLE 6.6
Given a normal distribution with 𝜇 = 40 and σ = 6, find the
value of 𝑥 that has
a) 45% of the area to the left, and
b) 14% of area to the right
25
Solution:
a)
b)
26
EXAMPLE 6.7
27
EXAMPLE 6.8
28
EXAMPLE 6.9
In an industrial process the diameter of a ball bearing is an important component
part. The buyer sets specifications on the diameter to be 3.0 ± 0.01 cm. The
implication is that no part falling outside these specifications will be accepted. It is
known that in the process the diameter of a ball bearing has a normal distribution
with mean 𝜇 = 3.0 and standard deviation σ = 0.005. On average, how many
manufactured ball bearings will be scrapped?
29
EXAMPLE 6.10
Gauges are used to reject all components for which a certain
dimension is not within the specification 1.50 ± d. It is known
that this measurement is normally distributed with mean 1.50
and standard deviation 0.2. Determine the value d such that
the specifications “cover” 95% of the measurements.
30
EXAMPLE 6.11
A certain machine makes electrical resistors having a mean
resistance of 40 ohms and a standard deviation of 2 ohms.
Assuming that the resistance follows a normal distribution
and can be measured to any degree of accuracy, what
percentage of resistors will have a resistance exceeding 43
ohms?
Answer:
6.68% of the resistors will have a resistance exceeding 43 ohms.
31
EXAMPLE 6.12
Find the percentage of resistances exceeding 43 ohms for
Example 6.11 if resistance is measured to the nearest ohm.
32
EXAMPLE 6.13
The average grade for an exam is 74, and the standard
deviation is 7. If 12% of the class is given As, and the grades
are curved to follow a normal distribution, what is the lowest
possible A and the highest possible B?
Answer:
The lowest A is 83 and the highest B is 82.
33
NORMAL APPROXIMATION TO THE
BINOMIAL
A common rule of thumb is that the normal approximation works well when np
> 5 and n(1-p) > 5
39
EXAMPLE
40
EXAMPLE
Solution:
41
SOME CONTINUOUS PROBABILITY
DISTRIBUTIONS
42
EXERCISES
§ Do all related exercises from the textbook
43
44
45