Questions: Conjugate Priors

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

You use a Beta(2, 8) prior for a coin's bias p (reflecting a belief the coin is biased toward tails). You observe 6 heads in 10 flips. What is your posterior distribution?

ABeta(6, 4) — the likelihood replaces the prior
BBeta(8, 12) — prior and observed counts add together
CBeta(2, 8) — conjugacy means the prior is preserved unchanged
DBeta(4, 6) — the posterior equals the likelihood alone
Question 2 Multiple Choice

What is the mathematical reason a Beta prior is conjugate to a Binomial likelihood?

ABoth distributions have support on [0, 1] and therefore multiply cleanly
BThe Beta distribution is the maximum entropy prior for a binary parameter
CMultiplying the Beta density by the Binomial likelihood produces a kernel that is recognizable as another Beta density
DThe Beta and Binomial are both members of the exponential family with the same natural parameter
Question 3 True / False

Using a conjugate prior guarantees that the posterior accurately represents your true prior beliefs about the parameter.

TTrue
FFalse
Question 4 True / False

In the Beta-Binomial conjugate pair, the prior hyperparameters α and β can be interpreted as pseudo-counts of prior successes and failures, respectively.

TTrue
FFalse
Question 5 Short Answer

What does it mean for a prior to be 'conjugate' to a likelihood, and why does this property matter computationally?

Think about your answer, then reveal below.