Standard Normal
The standard normal Z∼N(0,1) has:
- Mean μ=0
- Variance σ2=1
- PDF: ϕ(z)=2π1e−z2/2
- CDF: Φ(z)=P(Z≤z)=∫−∞zϕ(t)dt
Why Standardise?
No closed form exists for Φ(z). We use tables or software to find Φ(z) for specific z.
Tables give Φ(z) for positive z. By symmetry:
Φ(−z)=1−Φ(z)
Common Values
| z | Φ(z) |
|---|
| 0.0 | 0.5000 |
| 0.5 | 0.6915 |
| 1.0 | 0.8413 |
| 1.5 | 0.9332 |
| 1.645 | 0.9500 |
| 1.96 | 0.9750 |
| 2.0 | 0.9772 |
| 2.5 | 0.9938 |
| 3.0 | 0.9987 |
Using Tables
Finding P(Z≤z) for z>0
Look up z in the table.
Finding P(Z≤z) for z<0
Use symmetry: Φ(−∣z∣)=1−Φ(∣z∣).
Example: P(Z≤−1.5)=1−P(Z≤1.5)=1−0.9332=0.0668.
Finding P(a≤Z≤b)
P(a≤Z≤b)=Φ(b)−Φ(a)
Example: P(−1≤Z≤2)=Φ(2)−Φ(−1)=0.9772−0.1587=0.8185.
Inverse: Finding Quantiles
Given Φ(zp)=p, find zp.
For p>0.5: Look up the value directly.
For p<0.5: Use symmetry: zp=−z1−p.
Critical Values
| Probability | z value |
|---|
| 90% | ±1.645 |
| 95% | ±1.96 |
| 99% | ±2.576 |
These are central interval boundaries.
Standardisation
For X∼N(μ,σ2):
- Convert X to Z: Z=σX−μ
- Look up Φ(z)
- Interpret the result
Example: Battery Lifetime
Batteries have mean lifetime 500 hours, SD 20 hours, normally distributed. What proportion last over 530 hours?
P(X>530)=P(Z>20530−500)=P(Z>1.5)
=1−Φ(1.5)=1−0.9332=0.0668
About 6.68%.
Example: Within k Standard Deviations
What proportion of values lie within 1.5 standard deviations of the mean?
P(∣Z∣<1.5)=P(−1.5<Z<1.5)=Φ(1.5)−Φ(−1.5)
=Φ(1.5)−(1−Φ(1.5))=2Φ(1.5)−1
=2(0.9332)−1=0.8664
About 86.6%.
PDF Properties
Symmetry
ϕ(−z)=ϕ(z)
ϕ(z) maximised at z=0
ϕ(0)=2π1≈0.399
Asymptotic
limz→±∞ϕ(z)=0
The tails approach zero but never reach it.
Summary
| Task | Method |
|---|
| P(Z≤z), z>0 | Look up in table |
| P(Z≤z), z<0 | $1 - \Phi( |
| P(a≤Z≤b) | Φ(b)−Φ(a) |
| P(Z>z) | 1−Φ(z) |
| Find zp from p | Inverse lookup or symmetry |