The James–Stein estimator - counterintuitive estimation of the mean. What means it is better than least squares ? (Understanding Wikipedia) - MathOverflow most recent 30 from http://mathoverflow.net2013-05-25T04:09:27Zhttp://mathoverflow.net/feeds/question/93745http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/93745/the-jamesstein-estimator-counterintuitive-estimation-of-the-mean-what-means-iThe James–Stein estimator - counterintuitive estimation of the mean. What means it is better than least squares ? (Understanding Wikipedia)Alexander Chervov2012-04-11T09:00:17Z2012-04-11T13:57:15Z
<p><strong>Background</strong> <a href="http://en.wikipedia.org/wiki/James%E2%80%93Stein_estimator" rel="nofollow">James-Stein estimator </a> and <a href="http://en.wikipedia.org/wiki/Stein%27s_phenomenon" rel="nofollow">Stein's phenomenon</a>, as described in Wikipedia are rather counterintuitive and amazing. </p>
<p>It is claimed that if one wants to estimate the mean $\Theta$ of<br>
Gaussian distributed vector $ y$~$ N(\Theta, \sigma^2 Id)$, then the naive estimation
- (i.e. just take $y$ as an estimation) is not good for size of vector greater or equal 3.</p>
<p>"Not good" means that (quote Wikipedia) "James–Stein estimator always achieves lower (<a href="http://en.wikipedia.org/wiki/Mean_squared_error" rel="nofollow">Mean squared error</a> (MSE) than the least squares estimator".</p>
<p><strong>Question</strong> please clarify the sentence above.
I wonder the following - usually when we calculate MSE we need some distribution
on the estimated parameter $\Theta$ and averaging in MSE is taken over this distribution also.</p>
<p>So what distribution is assumed ? Or may be for ANY distribution it holds true ?</p>
<p><strong>PS</strong> </p>
<p>Stein's example is more general (quote Wikipedia):</p>
<p>Stein's example (or phenomenon or paradox), in decision theory and estimation theory, is the phenomenon that when three or more parameters are estimated simultaneously, there exist combined estimators more accurate on average (that is, having lower expected mean-squared error) than any method that handles the parameters separately. This is surprising since the parameters and the measurements might be totally unrelated.</p>
<h2>A Paradox?</h2>
<p>Popular articles have appeared hailing the James-Stein estimator a paradox; one should use the price of tea in China to obtain a better estimate of the chance of rain in Melbourne!</p>
<p>(Quote from Deane Yang's suggested page <a href="http://jmanton.wordpress.com/2010/06/05/comments-on-james-stein-estimation-theory/" rel="nofollow">http://jmanton.wordpress.com/2010/06/05/comments-on-james-stein-estimation-theory/</a> )</p>
http://mathoverflow.net/questions/93745/the-jamesstein-estimator-counterintuitive-estimation-of-the-mean-what-means-i/93770#93770Answer by R Hahn for The James–Stein estimator - counterintuitive estimation of the mean. What means it is better than least squares ? (Understanding Wikipedia)R Hahn2012-04-11T13:57:15Z2012-04-11T13:57:15Z<p>This has always bothered me. "One should use the price of tea in China to obtain a better estimate of the chance of rain in Melbourne" is not a good characterization at all. One should use the price of tea in China and the chance of rain in Melbourne to obtain a better estimate of the vector which includes both the average price of tea in China and the chance of rain in Melbourne. The Stein result only obtains if you care about a vector-valued parameter; that is the observations are assumed independent probabilistically but clearly interact with one another via the loss function being use. </p>
<p>The idea behind the quote is that you can hedge your bets on any given coordinate dimension by "shrinking" back towards the "global" mean (across all elements of the mean vector). But observe that the "shrinkage" need not in fact be towards the overall mean for the result to hold...you can shrink back towards <em>any</em> value at all and still get the result, which has to do with the definition of admissibility used. My favorite description of what is going on is <a href="http://www-stat.stanford.edu/~omkar/329/chapter1.pdf" rel="nofollow">here</a>.</p>