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

White Test and Detection of Heteroskedasticity

College Depth 113 in the knowledge graph I know this Set as goal
17topics build on this
586prerequisites beneath it
See this on the map →
F-Test and Joint SignificanceHeteroskedasticity+2 moreGeneralized Least Squares (GLS) for Non-Spherical Errors
heteroskedasticity testing diagnostics

Core Idea

White's test detects heteroskedasticity by regressing squared residuals on all regressors and their interactions, testing whether these variables explain squared residuals. Unlike Breusch-Pagan, it is robust to specific forms of heteroskedasticity, making it practical for applied work when the source of heteroskedasticity is unknown.

Explainer

You know from studying heteroskedasticity that the problem is non-constant error variance — Var(u|X) depends on X. You also know from the F-test that you can test joint significance of a group of variables: does including these regressors significantly improve fit? White's test combines these two ideas into a single diagnostic: it asks whether the squared residuals — your proxy for the unobservable error variance — are systematically explained by the regressors in your model.

The mechanics of White's test follow a structured three-step procedure. First, run your original OLS regression and save the residuals ê. Second, construct a new regression where the dependent variable is ê² and the regressors are all the original X variables, all their squares (X₁², X₂², ...), and all their pairwise cross-products (X₁·X₂, X₁·X₃, ...). Third, test whether this auxiliary regression has any explanatory power, using the test statistic nR² from the auxiliary regression, which follows a chi-squared distribution under the null of homoskedasticity. The null hypothesis is that none of these terms explains variance in ê², meaning heteroskedasticity is absent.

The key advantage of White's test over simpler alternatives like Breusch-Pagan is its generality. Breusch-Pagan assumes that if heteroskedasticity exists, it is a linear function of X — a specific functional form. White's test is nonparametric in its approach: by including squares and interactions, it captures nonlinear and interactive patterns in error variance without assuming a particular structure. This is what "robust to specific forms of heteroskedasticity" means — you do not have to guess how variance depends on X; the test searches broadly.

The practical downside is a trade-off between power and parsimony. With many regressors, the auxiliary regression can include a very large number of terms (k regressors produce up to k + k + k(k−1)/2 auxiliary variables), consuming degrees of freedom and potentially generating spurious detections. An important caution: White's test can reject homoskedasticity even when the true problem is model misspecification rather than genuine heteroskedasticity — a misspecified functional form also produces systematic residual patterns. If White's test triggers, the appropriate diagnostic question is not just "should I use robust standard errors?" but also "is my model correctly specified in the first place?"

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)Multiple RegressionInterpreting Regression CoefficientsHypothesis Testing in RegressionF-Test and Joint SignificanceWhite Test and Detection of Heteroskedasticity

Longest path: 114 steps · 586 total prerequisite topics

Prerequisites (4)

Leads To (1)