Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
337 views

Computing Mode of Prior

How do you compute the mode of a prior with beta distribution $(\alpha, \beta)$?
munjijoey's user avatar
1 vote
0 answers
301 views

Finding mode of posterior using Newton method in R

I am attempting to approximate the posterior $\tilde{\pi_{G}}(z|\theta,Y)$ which is the Gaussian approximation to the full conditional of $z$, and in order to do this I need to find the mode $z^{*} \...
K.A.S's user avatar
  • 11
4 votes
1 answer
1k views

How can a uniform prior make the posterior mean different from the MLE?

I read the following in Machine Learning: A Probabilistic Perspective: How can a uniform prior move the posterior mean? Isn't a uniform distribution supposed to not bias the result? Are there any ...
Amelio Vazquez-Reina's user avatar
8 votes
1 answer
1k views

Why not use Beta(1,1) as boundary avoiding prior on a transformed correlation parameter?

In Bayesian Data Analysis, chapter 13, page 317, second full paragraph, in the modal and distributional approximations, Gelman et al. write: If the plan is to summarize inference by the posterior ...
Brash Equilibrium's user avatar