Jeffreys’ Priors

Basic Concepts

A commonly used non-informative prior is Jeffreys’ prior, which for parameter θ is defined as

Unitary Jeffreys' prior

where

Jeffreys' prior part 2

and the expectation is with respect to X|θ.

Jeffreys’ prior for multivariate parameters θ = (θ1, …, θk) is defined as

Multivariate Jeffreys' prior

where I(θ) is a k × k matrix whose (i, j) element is

Multivariate Jeffreys' part 2

Binomial data

Suppose x ~ Binom(n, p), and so f(x|p) = C(n, x)px(1–p)n–x. We assume that n is fixed. Thus

Binomial, first derivative

Binomial, derivative part 2

Binomial, second derivative

Second derivative part 2

Since E[x] = np for a binomial distribution, it follows that

I(p)

I(p) part 2

I(p) part 3

I(p) part 4

It follows that Jeffreys’ prior is

Jeffreys' prior, binomial

which is the kernel of Bet(1/2,1/2), the non-informative prior described at Beta Conjugate Prior.

Normally distributed data

Suppose x1, …, xn are data from the distribution N(μ,σ2). The pdf for each xi is

Normal distribution pdf

Thus

log of pdf

It now follows that

Log-likelihood

Setting τ = σ2, it follows that

LL part 2

We now calculate the first partial derivatives.

Derivative LL wrt mu

Derivative wrt tau

The second partial derivatives are as follows:

Second derivative part 1

Second derivative part 2

Second derivative part 3

Note that

Expectation note

Hence, we have the following three expected values:

Matrix mu/mu

Matrix mu/tau

Matrix tau/tau

Matrix tau/tau part 2

Thus

I(mu,tau)

And so, Jeffreys’ prior can be expressed as

Jeffreys' prior

From which it follows that

Jeffreys' prior final form

Normally distributed data with fixed variance

As we saw above

Second derivative

Thus

I(mu)

And so Jeffreys’ prior is

Jeffreys' prior

which is an improper prior.

References

Reich, B. J., Ghosh, S. K. (2019) Bayesian statistics methods. CRC Press

Lee, P. M. (2012) Bayesian statistics an introduction. 4th Ed. Wiley
https://www.wiley.com/en-us/Bayesian+Statistics%3A+An+Introduction%2C+4th+Edition-p-9781118332573

Jordan, M. (2010) Bayesian modeling and inference. Lecture 1. Course notes
https://people.eecs.berkeley.edu/~jordan/courses/260-spring10/lectures/lecture1.pdf

Gelman, A., Carlin, J. B., Stern, H. S., Dunson, D. B., Vehtari, A., Rubin, D. B. (2014) Bayesian data analysis, 3rd Ed. CRC Press
https://statisticalsupportandresearch.files.wordpress.com/2017/11/bayesian_data_analysis.pdf

Leave a Comment