The Five Assumptions That Guarantee Ordinary Least Squares is the Best Linear Unbiased Estimator
For Ordinary Least Squares regression to deliver the most precise, unbiased estimates possible, five strict mathematical conditions must be met. The Gauss-Markov theorem proves that when these assumptions hold, no other linear model can outperform OLS.
- Classical Statisticians
- Focus on the strict mathematical proofs and the absolute necessity of the assumptions for valid inference.
- Applied Econometricians
- Prioritize predictive power and practical utility over strict adherence to the classical assumptions.
Perspectives this story doesn't cover
- Machine Learning Practitioners
For a linear regression model to be mathematically optimal, the errors it makes must be entirely random and independent of the variables being measured. If that single binding constraint fails, the entire apparatus of Ordinary Least Squares (OLS) begins to drift from the truth. The Gauss-Markov theorem establishes exactly what conditions must hold for OLS to be crowned the Best Linear Unbiased Estimator (BLUE). In practice, these conditions almost never hold perfectly, forcing analysts to measure how far their data deviates from the theoretical ideal.[2][6]
The acronym BLUE unpacks the specific guarantees of the theorem. "Linear" means the model's parameters are estimated as a linear combination of the sample data. "Unbiased" ensures that, over infinite repeated samples, the model's average estimate will perfectly match the true population parameter. "Best" is the most mathematically demanding claim: it means the estimator has the lowest possible variance among all linear unbiased estimators. As statistician Jim Frost notes, "Best means it has the tightest sampling distribution" [4].[4]
The first two of the five assumptions establish the basic geometry of the data. Assumption one requires linearity in parameters, meaning the relationship between the independent variables and the dependent variable can be drawn as a straight line, even if the variables themselves are squared or transformed [5]. Assumption two demands random sampling. The data points must be drawn randomly from the population, ensuring that the sample accurately represents the broader reality without systematic selection bias [2].[2][5]
The third assumption prohibits perfect collinearity. In a multiple regression model, no independent variable can be a perfect linear combination of another. If a dataset includes both a temperature in Celsius and a temperature in Fahrenheit, the model's matrix algebra collapses. The design matrix must have full column rank, meaning each variable brings mathematically unique information to the equation [3]. Without this rank of at least 1 for every parameter, the OLS estimator cannot isolate the individual effect of any single variable.[3]
The fourth assumption—zero conditional mean of the error term—is the most difficult to satisfy in the real world. It requires that the unobserved errors in the model are completely uncorrelated with the independent variables [1]. If an analyst is modeling wages based on education, but omits a crucial variable like innate ability, that omitted variable gets absorbed into the error term. If ability is correlated with education, the error term is no longer independent, and the OLS estimate becomes fundamentally biased.[1]
The fourth assumption—zero conditional mean of the error term—is the most difficult to satisfy in the real world.
The final assumption is homoskedasticity, which dictates that the variance of the error term must remain constant across all levels of the independent variables [2]. If a model predicts household spending based on income, the errors typically fan out as income rises, because wealthier households have more discretionary variance. This expanding cone of data violates the fifth assumption, altering the mathematical properties of the resulting regression line.[2]
The mathematical elegance of the Gauss-Markov theorem lies in how these assumptions split the BLUE properties. The proof of unbiasedness relies exclusively on the first four assumptions [2]. If a model suffers from heteroskedasticity (violating the fifth assumption), the OLS estimates remain perfectly unbiased. They will still center on the true population parameter, meaning the model is not systematically overestimating or underestimating the effect.[2][6]
However, violating that fifth assumption strips OLS of its "Best" title. Without homoskedasticity, the estimator no longer possesses the minimum possible variance [4]. The estimates become wider and less precise, and the standard errors calculated by the model become mathematically invalid. This destroys the reliability of p-values and confidence intervals, making it impossible to accurately test hypotheses even if the core coefficient is unbiased.[4]
The theorem's origins trace back to Carl Friedrich Gauss in 1821 and Andrey Markov in 1900. Gauss initially proved the least squares method's optimality under the assumption of normally distributed errors. Markov later generalized the proof, demonstrating that normality was not required—only the specific moments of the error distribution outlined in the five assumptions [3]. According to the Wolfram MathWorld entry, the theorem states that "in a linear regression model in which the errors have expectation zero and are uncorrelated and have equal variances, the best linear unbiased estimator of the coefficients is given by the ordinary least squares estimator" [1].[1][3]
In modern data science, the Gauss-Markov theorem serves less as a guarantee and more as a diagnostic baseline. When the assumptions fail, analysts do not abandon OLS; they apply corrections. Robust standard errors are deployed to fix the variance inflation caused by heteroskedasticity, while instrumental variables are used to force the zero conditional mean assumption back into alignment [5]. The theorem defines the perfect vacuum, allowing statisticians to measure the friction of the real world.[5][6]
Key takeaways
- The Gauss-Markov theorem proves OLS is the Best Linear Unbiased Estimator (BLUE) when five specific mathematical conditions are met.
- The first four assumptions guarantee the estimator is unbiased, centering perfectly on the true population parameter.
- The fifth assumption (homoskedasticity) is required exclusively to ensure the estimator has the minimum possible variance.
- The theorem does not require the error terms to be normally distributed, a generalization proven by Andrey Markov in 1900.
Unsettled ground
- How to definitively prove the zero conditional mean assumption holds in observational data, as the true error term is inherently unobservable.
- The exact threshold at which mild heteroskedasticity degrades the 'Best' variance property enough to alter a model's real-world conclusions.
- 0
- Required conditional mean of the error term
- 1
- Minimum matrix rank required per parameter
- 5
- Total assumptions required for BLUE
Sources
[1]Wolfram MathWorldClassical StatisticiansGauss-Markov Theorem
Read on Wolfram MathWorld →
[2]WikipediaClassical StatisticiansGauss–Markov theorem
Read on Wikipedia →
[3]Gregory GundersenApplied EconometriciansThe Gauss–Markov Theorem
Read on Gregory Gundersen →
[4]Statistics By JimApplied EconometriciansThe Gauss-Markov Theorem and BLUE OLS Coefficient Estimates
Read on Statistics By Jim →
[5]Statistics How ToApplied EconometriciansGauss Markov Theorem & Assumptions
Read on Statistics How To →
[6]Factlen Editorial TeamSynthesis by Factlen editorial team
Read on Factlen Editorial Team →
Comments
More in Data & Analysis
See all →Time Series
How the Three Smoothing Parameters in Holt-Winters Separately Dictate the Weight Given to Level, Trend, and Seasonality
9 sources
Statistical Methods
How Cronbach's Alpha is a Function of Both the Number of Items and the Average Inter-Item Correlation
7 sources
Macroeconomic Modeling
How the Hodrick-Prescott Filter's Smoothing Parameter Balances Fit and Smoothness in Macroeconomic Detrending
6 sources
Biomarker Trends
US Health Data Reveals Rising CO2 Is Altering Human Blood Chemistry
7 sources
Every angle. Every day.
Get Data & Analysis stories with full source coverage and perspective breakdowns delivered to your inbox.




