3

An idea that keeps bothering me is if there is some parallel between a Bayesian and Frequentist model in using a non-informative/uniform prior. I have heard that the answer is no, but I am wondering if someone could go into more detail why. The intuition is that using a uniform prior gives equal weight to the parameter space as specified by the likelihood, and so it appeals to intuition to think of it that way. What is the reason why this thinking is wrong? Thanks!

user321627
  • 2,511
  • 3
  • 13
  • 49
  • 1
    An uninformative prior is not necessarily uniform. It depends on the model. – Neil G Feb 09 '17 at 02:56
  • 1
    I think that the answers given in http://stats.stackexchange.com/questions/64259/how-does-a-uniform-prior-lead-to-the-same-estimates-from-maximum-likelihood-and and http://stats.stackexchange.com/questions/180420/why-is-maximum-likelihood-estimation-considered-to-be-a-frequentist-technique contain everything you need – peuhp Feb 09 '17 at 10:35
  • As @Neil_G correctly notes, it depends on the model. For example, in the case of the Beta-Binomial model, the prior which leads to the same estimates a frequentist statistician would make, is the Haldane prior (an improper prior), not the uniform one (see [here](http://stats.stackexchange.com/a/238180/58675)). Actually, a good frequentist statistician would know better than using the Wald confidence interval for a proportion :) – DeltaIV Feb 10 '17 at 07:08

1 Answers1

2

The simplest argument against this intuition is that the uniform distribution is not invariant by a change of parametrisation: if $\theta\sim \mathrm{U}(0,1)$, the parameter $\eta=\theta^2$ is not uniformly distributed. However, if one knows nothing about $\theta$, one knows nothing about $\eta$ as well.

Xi'an
  • 90,397
  • 9
  • 157
  • 575