Friday, September 10, 2010
Full bayesian way to do regression to the mean
I’ll look on Monday…
Hi Tom,
I came across an excellent series of posts (a year old, but new to me) on the fully Bayesian way to do regression to the mean. The example they use is batting average, and they provide some code to replicate what they’ve done in R. The last three posts in particular I thought were fantastic.
http://lingpipe-blog.com/2009/09/09/what-is-bayesian-statistical-inference/
http://lingpipe-blog.com/2009/09/11/batting-averages-bayesian-vs-mle-estimate/
http://lingpipe-blog.com/2009/09/15/moment-matching-empirical-bayes-beta-priors-batting-average/
http://lingpipe-blog.com/2009/09/23/bayesian-estimators-for-the-beta-binomial-model-of-batting-ability/
http://lingpipe-blog.com/2009/11/04/hierarchicalbayesian-batting-ability-with-multiple-comparisons/Some of this relates to the recent posts by Vic Ferrari about the beta distribution formulation of the Marcels, as well as past work by people like Jim Albert and Brad Null.
- Eli


Although regression to the mean is a useful shortcut in many instances, it feels much “purer” to me to do the full blown Bayesian inference. Thanks for the links. However, one question bugging me is why use the beta distribution as the prior? OK, I actually know the reason: to make the math much easier. But is there any other justification for choosing such a prior? I can’t think of any, but then again, I don’t have a better idea either.