A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Standard Normal Distribution and Z-Score Standardization

College Depth 96 in the knowledge graph I know this Set as goal
1,156topics build on this
488prerequisites beneath it
See this on the map →
Normal Distribution: Properties and FundamentalsAccuracy, Precision, and ErrorConfidence Intervals for Means+6 more
standard-normal z-score

Core Idea

Standard normal N(0,1) has mean 0 and variance 1. Transform: Z=(X−μ)/σ converts any normal to standard normal. Z-scores measure standardized distance from mean, enabling comparison across scales and use of standard normal tables.

Explainer

From your study of the normal distribution, you know that X ~ N(μ, σ²) describes a bell-shaped distribution centered at μ with spread determined by σ. The standard normal N(0, 1) is not a different kind of object — it is the same bell curve, simply recentered at 0 and rescaled so that one standard deviation equals one unit. The transformation Z = (X − μ)/σ accomplishes exactly this: subtracting μ shifts the center to 0, and dividing by σ rescales the spread to 1. Every normal distribution, regardless of its mean and variance, collapses to the same N(0, 1) under this transformation.

The Z-score Z = (X − μ)/σ has an immediate interpretation: it tells you how many standard deviations the value X sits above or below the mean. A Z-score of 2 means X is two standard deviations above μ; a Z-score of −1.5 means it is 1.5 standard deviations below. This standardized distance is scale-free, which makes it useful for comparison. If a student scores 72 on a test with μ = 65, σ = 10, and 85 on another with μ = 80, σ = 15, the Z-scores are (72−65)/10 = 0.7 and (85−80)/15 = 0.33 respectively — the first score was actually stronger relative to its distribution.

The practical power of standardization comes from probability tables. Computing P(X ≤ x) for an arbitrary N(μ, σ²) requires integrating the normal density, which has no closed form. But the transformation P(X ≤ x) = P(Z ≤ (x−μ)/σ) = Φ((x−μ)/σ) converts the problem to a lookup in a single table of the standard normal CDF Φ(z). This is why a single Z-table can answer probability questions for any normal distribution — the shape is universal once you standardize.

The Z-score framework also underlies the structure of hypothesis testing you will encounter when building on this topic. When you later test hypotheses about a population mean, you compute a test statistic of the form Z = (X̄ − μ₀)/(σ/√n), which is exactly standardization applied to the sample mean. The denominator σ/√n is the standard deviation of X̄, so this Z-score measures how many "sampling standard deviations" the observed mean sits from the hypothesized value. The logic is the same: translate a raw difference into a standardized, scale-free number that can be located on the universal normal curve.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionSine, Cosine, and Tangent RatiosTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionProbability Density Functions and Continuous DistributionsCumulative Distribution FunctionsContinuous Random VariablesProbability Density FunctionsExpected ValueWeak Law of Large NumbersProbability Axioms and RulesConditional ProbabilityConditional DistributionsBivariate Normal DistributionNormal Distribution: Properties and FundamentalsStandard Normal Distribution and Z-Score Standardization

Longest path: 97 steps · 488 total prerequisite topics

Prerequisites (1)

Leads To (8)