Conjugate Distributions
Tags |
---|
What is a conjugate distribution?
In Bayesian probability theory, we hold onto . Now, if is in the same distribution, then we say that is a conjugate prior
.
This is a very neat property because it means that more data will only change the parameters of the distribution, not the type.
And often, with known conjugates, we don’t have to apply Bayes rule to the distribution. rather, we can just use the conjugate.
Example of Conjugates
- Bernoulli can be modeled by a Beta distribution , where and are the number of successes and failures. Binomial and negative binomial, and geometric, are also modeled through beta
- Poisson → Gamma
- Categorial, Multinomial → Dirchlet
- Normal → Normal (i.e. the parameters are modeled by a normal distribution itself, which changes as more samples are added)