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

Heteroskedasticity

College Depth 109 in the knowledge graph I know this Set as goal
84topics build on this
571prerequisites beneath it
See this on the map →
Classical OLS Assumptions (Gauss-Markov)Variance and Standard Deviation of Random Variables+2 moreRobust Standard ErrorsSerial Correlation (Autocorrelation) in Regression+3 more
heteroskedasticity variance Breusch-Pagan White-test

Core Idea

Heteroskedasticity means the variance of the regression error u is not constant across observations: Var(u|x) ≠ σ². This violates the Gauss-Markov homoskedasticity assumption, so OLS remains unbiased but is no longer efficient, and reported standard errors are incorrect (usually too small), making inference invalid. It is common in cross-sectional economic data — for instance, expenditure variance typically rises with income. The Breusch-Pagan and White tests formally detect heteroskedasticity. The practical remedy is heteroskedasticity-robust standard errors, which produce valid inference without changing the coefficient estimates.

How It's Best Learned

Plot residuals against fitted values — a fan-shaped pattern indicates heteroskedasticity. Compare conventional and robust standard errors on real data to see how inference changes.

Common Misconceptions

Explainer

You know from OLS assumptions that the Gauss-Markov theorem requires Var(uᵢ|xᵢ) = σ² — the same constant variance for every observation. Heteroskedasticity is the violation of this assumption: the spread of errors is not constant but varies systematically with the regressors or some other observable. Think of household expenditure: higher-income families have far more discretionary spending and thus more variance in their food budgets than low-income families. If you regress food spending on income, the residuals will fan out as income rises — a classic heteroskedastic pattern.

Here is what heteroskedasticity actually does and does not do. It does not bias OLS coefficient estimates. β̂ remains an unbiased estimator of the true β because bias comes from E[β̂] − β, which depends on whether E[u|x] = 0 — not on variance. What heteroskedasticity destroys is the efficiency claim: OLS is no longer the Best Linear Unbiased Estimator (BLUE), because it gives equal weight to all observations when unequal weighting would be better. More importantly, the standard formula for Var(β̂) — which assumes constant σ² — is simply wrong under heteroskedasticity. It usually underestimates the true variance, making standard errors too small, t-statistics too large, and p-values too low. You end up finding significance that isn't there.

Detection is straightforward. The most direct method is a residual plot: after estimating your regression, plot the squared residuals (or absolute residuals) against fitted values or individual regressors. A random horizontal scatter suggests homoskedasticity; a fan shape or systematic curve reveals heteroskedasticity. Formal tests operationalize this. The Breusch-Pagan test regresses squared residuals on the original regressors and tests whether all slope coefficients are zero. The White test is more general — it includes squares and cross-products of all regressors to capture nonlinear forms of heteroskedasticity. Both tests produce a chi-squared statistic; rejection means heteroskedasticity is present.

The modern remedy is heteroskedasticity-robust standard errors (also called White or Eicker-Huber-White standard errors). Rather than assuming a specific structure for how variance changes, robust standard errors directly estimate the true sampling variance of β̂ from the data. The point estimate β̂ is unchanged — you are only adjusting how you quantify uncertainty around it. In practice, most applied economists use robust standard errors by default, treating them as insurance against an assumption that is rarely tested and often violated in cross-sectional data. Weighted least squares (WLS) can be more efficient if you know the exact form of heteroskedasticity, but since this is rarely known, robust standard errors offer a robust, low-cost alternative that requires no structural assumption about Var(u|x).

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 ProbabilityIndependence of EventsSampling DistributionsStandard Error of EstimatorsHypothesis Testing: Framework and LogicP-values and Statistical SignificanceEffect Size and Practical SignificanceHypothesis Testing: Framework and LogicZ-Tests and T-Tests for MeansOne-Sample Z-Test for MeansOne-Sample and Two-Sample T-TestsInference in Linear RegressionPrediction Intervals in RegressionLinear Regression BasicsResiduals and Goodness of Fit (R²)Simple (Bivariate) OLS RegressionClassical OLS Assumptions (Gauss-Markov)Heteroskedasticity

Longest path: 110 steps · 571 total prerequisite topics

Prerequisites (4)

Leads To (5)