6

If a prior integrates to a finite constant that is not 1, is it still considered proper? Is a prior only improper if it integrates to an nonfinite value?

Tim
  • 108,699
  • 20
  • 212
  • 390
K23
  • 161
  • 7

2 Answers2

5

Since in the case of $p (\theta) \propto f (\theta) $ with $\int_{\theta \in \Theta} f (\theta) d\theta = c$ integrating to some constant you just need to normalize the density to $f (\theta)/c $, that defines a proper prior.

Björn
  • 21,227
  • 2
  • 26
  • 65
  • 2
    That is true, but also note that you do not even need to take care of that as the c cancels out in the integrals when calculating the posterior. – Erik Oct 07 '15 at 06:42
4

The classical definition of an improper prior in Bayesian statistics is one of a measure $\text{d}\pi$ with infinite mass $$\int_\Theta \text{d}\pi(\theta)=+\infty$$ See, e.g., Hartigan's Bayes Theory, which formalises quite nicely the use of improper priors. Any measure $\text{d}\pi$ with finite mass can be normalised into a probability measure with mass $1$.

See also this related Cross validated entry on improper priors.

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