Bivariate Normal Distribution

College Depth 65 in the knowledge graph I know this Set as goal
Unlocks 881 downstream topics
normal-distribution multivariate continuous-distributions

Core Idea

The bivariate normal distribution is a joint distribution where both marginals are normal and all conditional distributions are normal. It's determined by five parameters: μ₁, μ₂, σ₁, σ₂, and ρ. Contour plots show elliptical level sets.

How It's Best Learned

Simulate data from bivariate normal distributions with different correlations. Create scatterplots and contour plots. Compute marginals and conditionals algebraically. Relate the correlation parameter to the shape of the elliptical contours.

Explainer

You know from studying the normal distribution that a single normal random variable is described by its mean μ and variance σ². And from covariance, you know how to measure the linear relationship between two random variables. The bivariate normal distribution is the natural generalization: a joint distribution for two variables (X, Y) that extends the bell-curve shape into two dimensions and makes covariance a first-class part of the model.

A bivariate normal distribution is fully specified by five parameters: the marginal means μ₁ = E[X] and μ₂ = E[Y], the marginal standard deviations σ₁ and σ₂, and the correlation coefficient ρ = Cov(X,Y)/(σ₁σ₂) ∈ [−1, 1]. The joint density is an explicit formula (involving ρ in the exponent), but the key facts follow from the structure without memorizing the density. First, each marginal distribution is normal: X ~ N(μ₁, σ₁²) and Y ~ N(μ₂, σ₂²). Second, every conditional distribution is also normal: given X = x, the conditional distribution Y|X = x is normal with mean μ₂ + ρ(σ₂/σ₁)(x − μ₁) and variance σ₂²(1 − ρ²). The conditional mean is a linear function of x — this is the population version of a regression line.

The geometry is vivid: level curves of the joint density (where the density equals a constant) are ellipses centered at (μ₁, μ₂). When ρ = 0, the ellipses are axis-aligned — X and Y are independent (in the normal case, zero correlation implies independence, which is not true for distributions in general). As |ρ| increases toward 1, the ellipses tilt and elongate: ρ > 0 tilts them northeast, ρ < 0 tilts them southeast. At ρ = ±1 the ellipses collapse to a line, corresponding to a perfect linear relationship.

The bivariate normal is the building block for multivariate statistics. Linear combinations of jointly normal variables are normal: aX + bY ~ N(aμ₁ + bμ₂, a²σ₁² + 2abρσ₁σ₂ + b²σ₂²). This additivity, plus the normal marginals and normal conditionals, is what makes the bivariate normal so tractable analytically and so central to regression, factor analysis, and Gaussian process models. Understanding it deeply — especially the role of ρ in shaping the conditional distribution — prepares you directly for the general multivariate normal.

Practice Questions 5 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication 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 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineOpposites and Additive InversesAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesLiteral EquationsSlope-Intercept FormPoint-Slope FormWriting Linear EquationsParallel and Perpendicular Line SlopesGraphing Linear EquationsPiecewise FunctionsStep FunctionsComposition of FunctionsInverse FunctionsRadical Functions and GraphsRational ExponentsExponential Functions and GraphsGeometric Sequences and SeriesSigma NotationBinomial TheoremProbability with CombinatoricsNormal Distribution IntroductionBivariate Normal Distribution

Longest path: 66 steps · 291 total prerequisite topics

Prerequisites (2)

Leads To (2)