Questions tagged [objective-bayes]

5 questions
5
votes
1 answer

Significance of parameterisation invariance of Jeffreys prior

I often hear it said that the Jeffreys prior is well-motivated because it is invariant under reparametrization. The proof of this is quite straight-forward (I know the proof on e.g., wiki). I'm a bit confused about what the proof really means,…
innisfree
  • 1,124
  • 6
  • 23
2
votes
0 answers

List of proper Jeffreys priors?

I know that Jeffreys priors are often improper. In fact, the only proper Jeffreys prior that I know is for the success probability in Bernoulli model (the prior arcsine). I am curious to know if there are other proper Jeffreys priors, and eventually…
Celi
  • 21
  • 2
2
votes
0 answers

Using some objective priors (for unbounded space) in a Metropolis-Hastings MCMC

I'm doing some simulations using a M-H MCMC, and I was thinking of using some objective priors for some parameters. These parameters must be in $\mathbb{R}^+$. I was thinking of using $\pi(\theta)\propto 1$. Are there any inconveniences? Should I…
1
vote
1 answer

Example of a uniform prior not being objective

The key feature of a truly objective prior is that it is invariant under change of variables. I understand this concept, however, I'm having a hard time finding a simple 1D or 2D example of when you might need to use something like Jeffreys prior…
Davey
  • 111
  • 2
0
votes
0 answers

Location-scale parameter with non-informative (improper) prior : at what condition is the posterior proper?

Consider the setup: Let $(X_i | \mu = m, \sigma = s)$ be a continuous random variable with pdf$$f_{X_i | \mu, \sigma}(x | m, s) = f_{X_i | \mu , \sigma}\big( \frac{x-m}{s} | 0,1 \big) \ s^{-1}, x \in \mathbb{R}$$ where $( \mu,\sigma)$ is a random…