S6 Normal Distribution
S6 Normal Distribution
David Chow
Oct 2021
1
Learning Objectives
2
Importance of a Normal Dist
3
Properties μ can take
any values
f(X) is density of X,
not probability of X
- < X < +
In symbols, X ~ N (, 2)
4
Probability and Area
5
Probability and Area
Unlike discrete probability distributions, the probability of
a particular value from a continuous distribution is zero
Eg: P (download time = 4s) = 0
Why?
1. Probability is the area under the density curve
2. A continuous variable has infinitely many possible values
6
Probability and Area
If X is continuous, a probability is meaningful if it
corresponds to a range (or an interval) of X
Eg: P ( download time < 4.0s)
“<“ or “”
Eg: P (a X b), X = height
Does it matter?
7
Shape
8
The Standardized Normal Z
X is normally distributed, with mean=μ and SD=σ
X can be transformed to the standardized normal (Z)
Remember the transformation formula?
An Example on Transformation
• X = midterm score; µ = 80; σ = 10
• What happens if
1. The professor deducts 80 points from each student
2. All scores are multiplied by a constant (1/10 here)
9
Eg: Waiting Time
X = waiting time for customers at a bank
X is normally distributed
X ~ N (μ = 100, σ2 = 502)
10
Eg: Waiting Time (Cont)
11
Eg: Height
A Normal Distribution
TOP: Suppose the height of adult
females is normally distributed,
µ = 162.2cm
σ = 6.8cm
Question “re-phrased”
BOTTOM: Prob (X < Z)
12
Finding Normal Probability
Row: value of Z to the 1st decimal point
Column: value of Z to the 2nd decimal point
13
Finding Normal Probability
Find the following areas if
the Z-values are known:
• A = Area in blue
• B = Area in white
• C = Column area
• D = Area in green
ANSWER
Suppose Z=1.2 or -1.2
14
Eg1: P (Z < 2)
15
Eg2: Standardized Normal Distribution
ANSWER
16
Eg3: Downloading Time
μ=0
σ=1
17
Eg3: Downloading Time
(Find X Given the Probability)
18
Finding Normal Probability
The Cumulative Z-Table gives the probability of ____
19
Assessing Normality
There are different ways to assess normality
20
Assessing Normality
21
Interpreting Normal Probability Plot
23
Appendix
Cumulative-Z
& Excel Commands
24
Excel Command
FIND AREA FIND X- or Z- VALUES
Find cumulative probability (i.e., area Find X- or Z- values given the
from the left) given X- or Z- values cumulative probability (i.e., area
=NORMDIST(X, , , true) returns from the left)
the cumulative probability of a normal =NORMINV(cumulative
distribution
probability, , )
Eg: =NORMDIST(5, 4, 1, true)
gives P(X < 5, given = 4, = 1), =NORMSINV(cumulative
I.e., 0.8413
probability)
=NORMSDIST(Z) gives the Eg: =NORMSINV(0.5)
cumulative probability of a
standardized normal.
Eg: =NORMSDIST(0.12) gives
Re-do Eg3 on p.18
P(Z < 0.12)
25
26