Worked example
IQ scores are designed to have mean 100 and SD 15. What proportion score between 115 and 130? Standardise: z₁ = (115 − 100) ÷ 15 = 1, z₂ = (130 − 100) ÷ 15 = 2. Then Φ(2) − Φ(1) = 0.9772 − 0.8413 = 0.1359, about 13.6%.
Inverse: what IQ is the 95th percentile? z = 1.645, so x = 100 + 1.645 × 15 ≈ 124.7.
Continuous vs discrete
For a continuous distribution, P(X = a) is 0, so < and ≤ give the same answer. If you are approximating a discrete count (like a binomial) with a normal curve, apply a continuity correction of ±0.5, or use the exact binomial calculator.
Frequently asked questions
What is the TI-84 equivalent?
normalcdf(lower, upper, μ, σ) for areas and invNorm(area, μ, σ) for the inverse. Use −1E99 or 1E99 for an open end.
What is the standard normal distribution?
The normal distribution with mean 0 and standard deviation 1. Any normal variable becomes standard normal after converting to z-scores.