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

Gauss-Markov Theorem and OLS Efficiency

Graduate Depth 117 in the knowledge graph I know this Set as goal
659prerequisites beneath it
See this on the map →
Classical OLS Assumptions (Gauss-Markov)Least Squares Regression: Fundamentals and Derivation+1 more
efficiency ols theorem

Core Idea

Under the Gauss-Markov assumptions (linearity, zero-mean errors, homoskedasticity, no autocorrelation, no perfect multicollinearity), OLS is the Best Linear Unbiased Estimator (BLUE)—it has the smallest variance among all linear unbiased estimators. This fundamental result justifies OLS as the primary estimation method in applied econometrics.

Explainer

When you learned least-squares regression, you learned how OLS works mechanically — it minimizes the sum of squared residuals to find coefficients. The Gauss-Markov theorem answers a different and deeper question: *why should you use OLS?* Given that infinitely many estimators could produce an estimate of a regression coefficient, the theorem says OLS is the best among a specific class — linear and unbiased — as long as five assumptions hold.

Let's unpack what BLUE actually means. "Linear" means the estimator is a linear function of the observed outcomes Y. "Unbiased" means the expected value of the estimate equals the true parameter: E[β̂] = β. Many estimators are unbiased — you could just pick one observation's Y/X ratio, and on average it might equal β. But unbiased isn't enough; you also want precision. "Best" means lowest variance among all linear unbiased estimators. The Gauss-Markov theorem says OLS achieves this minimum variance — no other estimator in this class is more efficient.

The five Gauss-Markov assumptions are conditions on the data-generating process, not on the sample. Linearity means the true model is linear in parameters (not necessarily in variables — you can include X² and still satisfy linearity). Zero-mean errors means Cov(X, u) = 0 — errors are uncorrelated with regressors, which is the exogeneity condition. Homoskedasticity means all errors have the same variance: Var(uᵢ) = σ² for all i. No autocorrelation means Cov(uᵢ, uⱼ) = 0 for i ≠ j. No perfect multicollinearity means the regressors aren't exact linear combinations of each other. Each assumption plays a specific role in the proof — violate one and a competing estimator can beat OLS.

What happens when assumptions fail is as instructive as when they hold. If errors are heteroskedastic (unequal variance), OLS is still unbiased but is no longer efficient — Generalized Least Squares (GLS), which weights observations by the inverse of their error variance, produces lower-variance estimates. If errors are autocorrelated, the same logic applies. If the zero-mean/exogeneity assumption fails — as in simultaneous equations or omitted variable bias — OLS is not even unbiased, let alone efficient, and instrumental variables become necessary. The Gauss-Markov theorem thus serves as a diagnostic framework: identify which assumption is violated, and the right alternative estimator follows directly from that diagnosis.

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 HeteroskedasticityGeneralized Least Squares (GLS) for Non-Spherical ErrorsWeighted Least Squares (WLS)Least Squares Regression: Fundamentals and DerivationGauss-Markov Theorem and OLS Efficiency

Longest path: 118 steps · 659 total prerequisite topics

Prerequisites (3)

Leads To (0)

No topics depend on this one yet.