Testing for Heteroskedasticity

College Depth 76 in the knowledge graph I know this Set as goal
Unlocks 18 downstream topics
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

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 ValueReading and Writing DecimalsComparing and Ordering DecimalsAdding and Subtracting DecimalsMultiplying DecimalsDividing DecimalsDividing FractionsMixed Number ArithmeticOrder of OperationsInteger Order of OperationsVariable ExpressionsCombining Like TermsOne-Step EquationsTwo-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 IntroductionTrigonometric 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 VariablesNormal DistributionClassical OLS Assumptions (Gauss-Markov)Heteroskedasticity: Types and CausesTesting for Heteroskedasticity

Longest path: 77 steps · 396 total prerequisite topics

Prerequisites (2)

Leads To (2)