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

Testing for Heteroskedasticity

College Depth 110 in the knowledge graph I know this Set as goal
81topics build on this
573prerequisites beneath it
See this on the map →
HeteroskedasticityHeteroskedasticity: Types and CausesBreusch-Godfrey Test for Serial CorrelationRobust Standard Errors+1 more
heteroskedasticity testing diagnostics

Core Idea

Tests for heteroskedasticity include: residual scatter plots vs fitted values, Breusch-Pagan regression of squared residuals on X, and White's test using fitted values and squares. Each detects dependence of error variance on regressors; rejection indicates correction is needed.

Explainer

From your study of heteroskedasticity, you know the core problem: when error variance is not constant across observations, OLS estimates remain unbiased but lose efficiency, and — critically — the standard errors become wrong, making t-tests and confidence intervals unreliable. Before choosing a remedy, you need to *detect* the problem. Testing for heteroskedasticity translates an abstract concern about non-constant variance into a concrete empirical question.

The simplest first step is graphical: after running a regression, plot the residuals (or squared residuals) against fitted values or against each explanatory variable. In homoskedastic data, this scatter should look like a random horizontal band with no pattern. Heteroskedasticity reveals itself as a funnel shape — residuals spreading wider as fitted values increase — or as distinct clusters of high versus low variance. This visual inspection is fast and often decisive; many experienced econometricians start here before running formal tests.

The Breusch-Pagan test formalizes this intuition. It runs a secondary regression with the squared OLS residuals as the dependent variable and the original regressors (or some function of them) as predictors. If error variance truly is unrelated to the regressors, this auxiliary regression should have no explanatory power — all coefficients should be zero, and R² should be near zero. The test statistic is n times R² from this auxiliary regression, which follows a chi-squared distribution under the null of homoskedasticity. A significant result means at least one regressor is predicting how large the errors are, which is exactly the definition of heteroskedasticity.

White's test is a more general version that doesn't assume a specific functional form for the variance. Instead of using the raw regressors, it uses the fitted values and their squares — a compact way to capture both linear and quadratic variance patterns without specifying them in advance. White's test catches forms of heteroskedasticity that Breusch-Pagan might miss. The tradeoff is that White's test uses more degrees of freedom and has lower power in small samples. In practice: if you have prior theory about which variable drives variance (e.g., income usually drives variance in consumption data), use Breusch-Pagan. If you're doing general diagnostics without strong priors, White's test is safer. Rejection from either test is a signal to move to robust standard errors or weighted least squares — the topics that follow directly from this one.

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: Types and CausesTesting for Heteroskedasticity

Longest path: 111 steps · 573 total prerequisite topics

Prerequisites (2)

Leads To (3)