Suppose you want to estimate three completely unrelated numbers: a baseball player's batting average, the temperature in Buenos Aires next Tuesday, and the closing price of a stock. You have one noisy measurement of each. The obvious thing to do is use each measurement as your estimate for the corresponding quantity. That strategy is called the sample mean (or maximum-likelihood) estimator — and statisticians considered it the gold standard for well over a century.
In 1956, Charles Stein proved it is not optimal. He showed that when you are estimating three or more quantities simultaneously, there always exists a different estimator that has strictly lower total squared error — even though the quantities are completely unrelated. The proof stunned the statistics community. How can knowing the temperature in Buenos Aires help you predict tomorrow's stock price?
The answer is subtle: it cannot help individually, but it can help collectively. The trick is shrinkage — pulling every estimate slightly toward a common point (say, zero). You pay a tiny bias on each coordinate, but you reduce variance so much that the total error across all coordinates goes down. Always.
The result, sharpened by Willard James and Stein in 1961, is called the James-Stein estimator. It demonstrates that the sample mean is inadmissible in three or more dimensions: no matter what the true values are, you can always do better. This article explores why that is true and what it means in practice, connecting to ideas of Bayesian inference and dimensionality reduction.
Comments
Loading comments...