Statistics Graduate Level Quiz: Posterior Summaries And Credible Intervals
10 questions · exam conditions
0:00
Posterior Summaries And Credible IntervalsQuestion 1 of 10

For every possible dataset yy, a Bayesian procedure constructs a set C(y)C(y) satisfying P(θC(y)y)=0.95P(\theta\in C(y)\mid y)=0.95 under a proper prior and the stated sampling model.

Which coverage statement follows without requiring any additional assumptions?

For every fixed value of θ\theta, repeated-sampling coverage of C(Y)C(Y) is exactly 0.950.95.
Under the joint prior-predictive distribution of θ\theta and YY, P{θC(Y)}=0.95P\{\theta\in C(Y)\}=0.95.
The joint coverage is 0.950.95 only when every C(y)C(y) is an equal-tailed posterior interval.
The joint coverage is 0.950.95 only when the posterior distribution is symmetric for every dataset.
← Back to quizzes

Statistics Graduate Level Quiz

Statistics Graduate Level Quiz: Posterior Summaries And Credible Intervals

Practice Posterior Summaries And Credible Intervals in Statistics Graduate Level with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Posterior Summaries And Credible Intervals, giving you a quick way to practice the rules, question types, and explanations that matter most for Statistics Graduate Level.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

For every possible dataset yy, a Bayesian procedure constructs a set C(y)C(y) satisfying P(θC(y)y)=0.95P(\theta\in C(y)\mid y)=0.95 under a proper prior and the stated sampling model.

Which coverage statement follows without requiring any additional assumptions?

  1. For every fixed value of θ\theta, repeated-sampling coverage of C(Y)C(Y) is exactly 0.950.95.
  2. Under the joint prior-predictive distribution of θ\theta and YY, P{θC(Y)}=0.95P\{\theta\in C(Y)\}=0.95. (correct answer)
  3. The joint coverage is 0.950.95 only when every C(y)C(y) is an equal-tailed posterior interval.
  4. The joint coverage is 0.950.95 only when the posterior distribution is symmetric for every dataset.
Explanation: When you see a question about Bayesian credible sets, the key distinction to keep in mind is the difference between posterior coverage (conditional on observed data) and frequentist coverage (conditional on a fixed parameter). The passage guarantees one specific probability statement — and your job is to trace exactly what that implies without adding anything extra. The passage states that for every dataset yy, P(θC(y)y)=0.95P(\theta \in C(y) \mid y) = 0.95. This is a statement about the posterior. Now consider the joint distribution of (θ,Y)(\theta, Y) induced by the prior and sampling model — the prior-predictive distribution. By the law of total probability: P(θC(Y))=P(θC(y)y)p(y)dy=0.95p(y)dy=0.95.P(\theta \in C(Y)) = \int P(\theta \in C(y) \mid y)\, p(y)\, dy = \int 0.95 \cdot p(y)\, dy = 0.95. This integral collapses cleanly because the integrand is identically 0.95 for every yy. No additional assumptions are needed — it follows immediately. That confirms B is correct. A is wrong because posterior coverage does not imply frequentist coverage. Frequentist coverage, P(θC(Y)θ)P(\theta \in C(Y) \mid \theta), depends on integrating over YY at a fixed θ\theta, not over θ\theta. Without a matching prior structure or a conjugate argument, this need not equal 0.95. C is wrong because the result in B holds for any valid 0.95 posterior credible set — equal-tailed intervals are one choice, but HPD regions or any other construction work equally well. D is wrong for the same structural reason as C: symmetry of the posterior is irrelevant. The marginal coverage result only requires that the posterior probability equals 0.95 for each yy, regardless of shape. The key study tip: whenever a Bayesian procedure guarantees a pointwise posterior probability, averaging over the marginal of YY always preserves that probability — no extra conditions required.

Question 2

In a Bayesian regression, the joint posterior distribution of two coefficients is bivariate normal with posterior means E(β1y)=1E(\beta_1\mid y)=1 and E(β2y)=2E(\beta_2\mid y)=2, posterior variances 0.250.25 and 0.360.36, and posterior covariance 0.12-0.12.

What is the approximate central 9595 percent posterior credible interval for the contrast δ=β1β2\delta=\beta_1-\beta_2?

  1. [0.81, 2.81][-0.81,\ 2.81]
  2. [2.53, 0.53][-2.53,\ 0.53]
  3. [2.19, 0.19][-2.19,\ 0.19]
  4. [2.81, 0.81][-2.81,\ 0.81] (correct answer)
Explanation: When working with linear combinations of jointly normal random variables in a Bayesian context, the key is recognizing that any linear combination of jointly normal posteriors is itself normal — and you need to correctly propagate the variance using the covariance structure. The contrast δ=β1β2\delta = \beta_1 - \beta_2 has posterior mean E(δy)=12=1E(\delta \mid y) = 1 - 2 = -1. For the posterior variance, recall that Var(aX+bY)=a2Var(X)+b2Var(Y)+2abCov(X,Y)\text{Var}(aX + bY) = a^2\text{Var}(X) + b^2\text{Var}(Y) + 2ab\,\text{Cov}(X,Y). Here a=1,b=1a=1, b=-1, so: Var(δy)=0.25+0.362(0.12)=0.25+0.36+0.24=0.85\text{Var}(\delta \mid y) = 0.25 + 0.36 - 2(-0.12) = 0.25 + 0.36 + 0.24 = 0.85 The posterior standard deviation is 0.850.922\sqrt{0.85} \approx 0.922. A central 95% credible interval is then 1±1.96(0.922)1±1.807-1 \pm 1.96(0.922) \approx -1 \pm 1.807, giving approximately [2.81, 0.81][-2.81,\ 0.81], which is D. Choice A [0.81,2.81][-0.81, 2.81] uses the correct width but centers at +1+1 instead of 1-1 — a sign error in computing the posterior mean of δ\delta. Choice B [2.53,0.53][-2.53, 0.53] likely results from ignoring the covariance term entirely, giving Var(δ)=0.61\text{Var}(\delta) = 0.61 and SD0.781\text{SD} \approx 0.781, which underestimates the interval width. Choice C [2.19,0.19][-2.19, 0.19] comes from incorrectly subtracting the covariance correction (treating 2abCov-2ab\,\text{Cov} as 0.24-0.24), which gets the sign of the covariance contribution wrong. The critical study tip: when computing variance of a difference, a negative covariance actually increases the variance — counterintuitive but essential. Always write out the full formula and plug in signs carefully before computing the interval.

Question 3

An analyst estimates the lower endpoint of a central 9595 percent posterior credible interval using 40004000 autocorrelated MCMC draws. The effective sample size for quantile estimation is 400400. At the estimated lower quantile, the posterior density is approximately 0.060.06.

Using the large-sample approximation SE(q^p)p(1p)/neff/f(qp)\operatorname{SE}(\hat q_p)\approx\sqrt{p(1-p)/n_{\mathrm{eff}}}/f(q_p), what is the Monte Carlo standard error of the lower endpoint?

  1. Approximately 0.0080.008, using the binomial quantile variance directly
  2. Approximately 0.1300.130, using the effective sample size and local density (correct answer)
  3. Approximately 0.0410.041, treating all MCMC draws as independent
  4. Approximately 0.4170.417, substituting the median probability for the tail probability
Explanation: When estimating quantiles from MCMC output, you must account for two sources of imprecision: autocorrelation (which inflates effective variance) and the local posterior density (which controls how "steep" the distribution is at the quantile). The key formula here is SE(q^p)p(1p)/nefff(qp)\operatorname{SE}(\hat{q}_p) \approx \frac{\sqrt{p(1-p)/n_{\text{eff}}}}{f(q_p)}, where pp is the tail probability, neffn_{\text{eff}} is the effective sample size, and f(qp)f(q_p) is the posterior density at the quantile. For the lower endpoint of a 95% central interval, p=0.025p = 0.025. Plugging in: the numerator is 0.025×0.975/400=0.024375/400=0.0000609380.00781\sqrt{0.025 \times 0.975 / 400} = \sqrt{0.024375/400} = \sqrt{0.000060938} \approx 0.00781. Dividing by the local density f(qp)=0.06f(q_p) = 0.06 gives 0.00781/0.060.1300.00781 / 0.06 \approx 0.130. This confirms B as correct. Choice A is wrong because it stops at the numerator (roughly 0.0080.008) and never divides by the density — it ignores how the local shape of the posterior amplifies quantile uncertainty when the density is small. Choice C uses the full n=4000n = 4000 raw draws instead of the effective sample size neff=400n_{\text{eff}} = 400, underestimating the standard error by a factor of 10\sqrt{10}; ignoring autocorrelation is a classic MCMC mistake. Choice D substitutes p=0.5p = 0.5 (the median probability) rather than the correct tail probability p=0.025p = 0.025, producing an inflated and meaningless result. A reliable study strategy: always identify which pp to use — it's the cumulative probability at that quantile, not 0.5. Then remember that small local density magnifies quantile Monte Carlo error significantly.

Question 4

The posterior distribution of a scalar parameter assigns probabilities 0.450.45, 0.350.35, and 0.200.20 to the values 00, 22, and 1010, respectively.

Which option correctly gives the Bayes estimate under squared-error loss, the Bayes estimate under absolute-error loss, and the central 5050 percent equal-tailed credible interval?

  1. Squared-error estimate 2.72.7; absolute-error estimate 00; interval [0,10][0,10]
  2. Squared-error estimate 22; absolute-error estimate 2.72.7; interval [0,2][0,2]
  3. Squared-error estimate 2.72.7; absolute-error estimate 22; interval [0,2][0,2] (correct answer)
  4. Squared-error estimate 22; absolute-error estimate 22; interval [2,10][2,10]
Explanation: When you encounter a Bayesian estimation question, think about three distinct tasks: the loss function determines the optimal point estimate, and the credible interval is built from the posterior CDF. Squared-error loss is minimized by the posterior mean. Computing it directly: E[θ]=0(0.45)+2(0.35)+10(0.20)=0+0.70+2.00=2.70E[\theta] = 0(0.45) + 2(0.35) + 10(0.20) = 0 + 0.70 + 2.00 = 2.70. So the Bayes estimate under squared-error loss is 2.72.7. Absolute-error loss is minimized by the posterior median — the value where cumulative probability first reaches or exceeds 0.500.50. The CDF gives P(θ0)=0.45P(\theta \leq 0) = 0.45 and P(θ2)=0.80P(\theta \leq 2) = 0.80. Since 0.45<0.500.800.45 < 0.50 \leq 0.80, the median is 22. For the central 50% equal-tailed credible interval, you need to cut off 25% from each tail. The lower bound satisfies P(θ<lower)0.25P(\theta < \text{lower}) \leq 0.25: since P(θ<0)=0P(\theta < 0) = 0, the lower bound is 00. The upper bound satisfies P(θ>upper)0.25P(\theta > \text{upper}) \leq 0.25: since P(θ>2)=0.200.25P(\theta > 2) = 0.20 \leq 0.25, the upper bound is 22. This gives the interval [0,2][0, 2], confirming answer C. A is wrong because it correctly identifies the mean as 2.72.7 but assigns the median incorrectly as 00 (that's just P(θ=0)P(\theta=0), not the median). B swaps the mean and median entirely. D uses 22 for both estimates and shifts the interval to [2,10][2,10], which cuts the wrong tails. Remember: mean minimizes squared-error, median minimizes absolute-error — and always build credible intervals from cumulative probabilities, not raw probability masses.

Question 5

The posterior distributions of θ1\theta_1 and θ2\theta_2 are independent standard normal distributions. A rectangular credible region is formed as [z,z]×[z,z][-z,z]\times[-z,z].

Approximately what value of zz makes the posterior probability of this rectangular region equal to 0.950.95?

  1. z=1.64z=1.64, based on two marginal 9090 percent intervals
  2. z=1.96z=1.96, based on two marginal 9595 percent intervals
  3. z=2.24z=2.24, based on marginal probability about 0.97470.9747 (correct answer)
  4. z=2.58z=2.58, based on two marginal 9999 percent intervals
Explanation: When building a rectangular credible region for two independent parameters, the joint posterior probability is the product of the two marginal probabilities. If each marginal interval has probability pp, then the rectangle has joint probability p2p^2. Your task is to find zz such that p2=0.95p^2 = 0.95, which means each marginal must satisfy p=0.950.9747p = \sqrt{0.95} \approx 0.9747. For a standard normal, you need P(zθz)=0.9747P(-z \leq \theta \leq z) = 0.9747, meaning each tail has probability 10.974720.0127\frac{1-0.9747}{2} \approx 0.0127. Looking up the corresponding quantile gives z2.24z \approx 2.24. This confirms C is correct: you need marginal intervals at roughly the 97.47% level, not the familiar 95% level, to achieve 95% joint coverage. Choice A uses z=1.64z = 1.64, which gives each marginal 90% coverage, so the joint probability is only 0.902=0.810.90^2 = 0.81 — far below 0.95. Choice B is the most tempting trap: students often grab z=1.96z = 1.96 because it's the standard 95% cutoff, but applying it to both dimensions gives 0.952=0.90250.95^2 = 0.9025, not 0.95. The rectangle is too small. Choice D uses z=2.58z = 2.58 (99% marginal intervals), yielding 0.992=0.98010.99^2 = 0.9801 — a credible region that is actually too conservative, exceeding 95%. The key study tip: whenever a credible region is formed as the Cartesian product of marginal intervals, you must account for the multiplicative nature of joint probability. Don't default to the familiar univariate critical value — solve pd=targetp^d = \text{target} for the required marginal coverage pp, where dd is the number of dimensions.

Question 6

A normal sampling model has known observation variance. The prior is μN(0,4)\mu \sim N(0,4), and the sample mean from 99 observations is yˉ=1.2\bar y=1.2. Each observation has variance 99.

Which interval is the central 9090 percent posterior credible interval for μ\mu?

  1. (0.51, 2.43)(-0.51,\ 2.43) (correct answer)
  2. (0.45, 2.85)(-0.45,\ 2.85)
  3. (0.67, 2.59)(-0.67,\ 2.59)
  4. (3.73, 3.73)(-3.73,\ 3.73)
Explanation: When you see a Bayesian normal-normal conjugate model, your first task is computing the posterior mean and variance by combining the prior precision and the likelihood precision. Here, the prior is μN(0,τ02)\mu \sim N(0, \tau_0^2) with τ02=4\tau_0^2 = 4, and the likelihood gives yˉ=1.2\bar{y} = 1.2 from n=9n = 9 observations each with variance σ2=9\sigma^2 = 9, so the sampling variance of yˉ\bar{y} is σ2/n=9/9=1\sigma^2/n = 9/9 = 1. The posterior precision is the sum of the prior and likelihood precisions: 1τ02+nσ2=14+99=0.25+1=1.25\frac{1}{\tau_0^2} + \frac{n}{\sigma^2} = \frac{1}{4} + \frac{9}{9} = 0.25 + 1 = 1.25 So the posterior variance is τn2=1/1.25=0.8\tau_n^2 = 1/1.25 = 0.8, and the posterior mean is: μn=τn2(μ0τ02+yˉσ2/n)=0.8(04+1.21)=0.8×1.2=0.96\mu_n = \tau_n^2\left(\frac{\mu_0}{\tau_0^2} + \frac{\bar{y}}{\sigma^2/n}\right) = 0.8\left(\frac{0}{4} + \frac{1.2}{1}\right) = 0.8 \times 1.2 = 0.96 The central 90% credible interval uses z0.95=1.645z_{0.95} = 1.645, giving: 0.96±1.6450.8=0.96±1.645(0.894)0.96±1.470.96 \pm 1.645\sqrt{0.8} = 0.96 \pm 1.645(0.894) \approx 0.96 \pm 1.47 This yields approximately (0.51, 2.43)(-0.51,\ 2.43), confirming A. Choice B uses the wrong posterior variance, likely forgetting to invert the total precision correctly. Choice C may use an incorrect zz-value such as 1.96 (a 95% interval mistake) with the right posterior. Choice D resembles the prior's 90% interval (0±1.645×20 \pm 1.645 \times 2), ignoring the data entirely. Remember: always invert the sum of precisions to get the posterior variance — it's a common slip to add variances instead of precisions.

Question 7

A discrete parameter has posterior probabilities P(θ=2y)=0.36P(\theta=-2\mid y)=0.36, P(θ=1y)=0.14P(\theta=-1\mid y)=0.14, P(θ=1y)=0.16P(\theta=1\mid y)=0.16, and P(θ=2y)=0.34P(\theta=2\mid y)=0.34.

Using the highest-posterior-mass construction, which is a minimum-cardinality credible set having posterior probability at least 0.700.70?

  1. {2,2}\{-2,2\} (correct answer)
  2. {2,1,1,2}\{-2,-1,1,2\}
  3. {2,1,2}\{-2,-1,2\}
  4. {2,1,2}\{-2,1,2\}
Explanation: When building a highest-posterior-mass (HPM) credible set, your goal is to include parameter values in decreasing order of posterior probability until the cumulative mass meets or exceeds your target threshold — while using as few points as possible (minimum cardinality). Start by ranking the values by posterior probability: θ=2:0.36,θ=2:0.34,θ=1:0.16,θ=1:0.14\theta = -2: 0.36, \quad \theta = 2: 0.34, \quad \theta = 1: 0.16, \quad \theta = -1: 0.14 Now greedily add values from highest to lowest mass. Taking θ=2\theta = -2 gives cumulative mass 0.360.36, which falls short of 0.700.70. Adding the next highest, θ=2\theta = 2, gives 0.36+0.34=0.700.36 + 0.34 = 0.70. That meets the threshold exactly, so you stop. The resulting set is {2,2}\{-2, 2\}, which is answer A — the correct choice. Answer B, {2,1,1,2}\{-2,-1,1,2\}, includes all four values (cumulative mass 1.001.00), which certainly covers 0.700.70 but violates the minimum-cardinality requirement — you're adding unnecessary points. Answer C, {2,1,2}\{-2,-1,2\}, has cumulative mass 0.36+0.14+0.34=0.840.700.36 + 0.14 + 0.34 = 0.84 \geq 0.70, but it skips θ=1\theta = 1 (probability 0.160.16) while including θ=1\theta = -1 (probability 0.140.14), which violates the HPM rule of selecting by highest mass first. Answer D, {2,1,2}\{-2,1,2\}, has mass 0.36+0.16+0.34=0.860.36+0.16+0.34 = 0.86, but again uses three points when two suffice. Study tip: Always sort by posterior probability descending and accumulate greedily — stop the moment you hit the threshold. Any set with more elements than necessary, or that skips a higher-probability value to include a lower one, fails the HPM construction.

Question 8

For a positive parameter ϕ\phi, define η=logϕ\eta=\log\phi. After observing the data, the posterior distribution is ηyN(0,1)\eta\mid y\sim N(0,1).

Which pair gives the posterior median of ϕ\phi and its central 9595 percent credible interval, respectively?

  1. Median 11; interval [0.141, 7.10][0.141,\ 7.10] (correct answer)
  2. Median 1.6491.649; interval [0.141, 7.10][0.141,\ 7.10]
  3. Median 11; interval [0.383, 2.61][0.383,\ 2.61]
  4. Median 00; interval [1.96, 1.96][-1.96,\ 1.96]
Explanation: When you apply a monotone transformation to a random variable, quantiles are preserved — meaning the median and credible interval boundaries transform the same way the variable does. This is the central insight for any question involving a change of parameterization in Bayesian inference. Here, η=logϕ\eta = \log\phi, so ϕ=eη\phi = e^\eta. Since ηyN(0,1)\eta \mid y \sim N(0,1), the posterior median of η\eta is 00 (the normal distribution is symmetric about its mean). Applying the exponential transformation, the posterior median of ϕ\phi is e0=1e^0 = 1. For the 95% central credible interval, the endpoints of η\eta are the familiar ±1.96\pm 1.96, giving ϕ\phi bounds of e1.960.141e^{-1.96} \approx 0.141 and e1.967.10e^{1.96} \approx 7.10. This confirms answer A. Answer B is wrong because 1.6491.649 would be the posterior mean of ϕ\phi, not the median. The mean of a log-normal requires the formula eμ+σ2/2=e0+0.51.649e^{\mu + \sigma^2/2} = e^{0 + 0.5} \approx 1.649. Confusing mean with median after a nonlinear transformation is a classic trap — they are no longer equal once you leave the symmetric normal scale. Answer C uses incorrect interval endpoints. The values 0.3830.383 and 2.612.61 correspond to e±1e^{\pm 1}, as if the interval on the η\eta scale were [1,1][-1, 1] rather than [1.96,1.96][-1.96, 1.96]. Answer D simply reports the posterior of η\eta directly — forgetting to back-transform to the ϕ\phi scale entirely. Your study tip: whenever a posterior is given for a transformed parameter, always back-transform quantiles (not moments like the mean) using the inverse transformation. Medians and interval endpoints transform cleanly; means do not.

Question 9

The posterior density of a nonnegative parameter is p(θy)=2e2θp(\theta\mid y)=2e^{-2\theta} for θ0\theta\geq0.

Which of the following is the 9090 percent highest-posterior-density credible set?

  1. [0, 1.151][0,\ 1.151] (correct answer)
  2. [0.0256, 1.498][0.0256,\ 1.498]
  3. [0, 1.498][0,\ 1.498]
  4. [0.0527, 1.151][0.0527,\ 1.151]
Explanation: When you see a question about highest-posterior-density (HPD) credible sets, remember the defining rule: an HPD region contains all parameter values with posterior density above some threshold, and it is the shortest interval achieving the target coverage. For a unimodal, monotonically decreasing posterior like p(θy)=2e2θp(\theta\mid y) = 2e^{-2\theta}, the density is maximized at θ=0\theta = 0 and falls off as θ\theta increases. This means the HPD region always starts at θ=0\theta = 0 — you never exclude the highest-density region near zero. To find the 90% HPD interval [0,c][0, c], integrate the posterior and set it equal to 0.90: 0c2e2θdθ=1e2c=0.90\int_0^c 2e^{-2\theta}\,d\theta = 1 - e^{-2c} = 0.90 Solving: e2c=0.10e^{-2c} = 0.10, so c=ln(10)22.30321.151c = \frac{\ln(10)}{2} \approx \frac{2.303}{2} \approx 1.151. This confirms answer A, [0, 1.151][0,\ 1.151], is correct. Answer C, [0, 1.498][0,\ 1.498], would correspond to a 95% credible interval (since 1e2(1.498)0.951 - e^{-2(1.498)} \approx 0.95), not 90% — a classic coverage-level mix-up. Answers B and D are equal-tailed or symmetric-style intervals that split probability in both tails. For a distribution supported on [0,)[0, \infty) with a mode at zero, excluding any probability below θ=0\theta = 0 makes no sense, and cutting probability from the high-density region near zero violates the HPD principle entirely. Study tip: For any monotone posterior, the HPD interval always anchors at the mode. If the posterior is decreasing on [0,)[0,\infty), the HPD set is always of the form [0,c][0, c] — never a two-sided interval that excludes the boundary.

Question 10

For a normal sampling model, the posterior distribution of the unknown mean is μyN(10,1)\mu\mid y\sim N(10,1). Conditional on μ\mu, a future observation satisfies YnewμN(μ,4)Y_{\mathrm{new}}\mid\mu\sim N(\mu,4).

Which option gives, respectively, a central 9595 percent credible interval for μ\mu and a central 9595 percent posterior predictive interval for YnewY_{\mathrm{new}}?

  1. For μ\mu: [6.08,13.92][6.08,13.92]; for YnewY_{\mathrm{new}}: [6.08,13.92][6.08,13.92]
  2. For μ\mu: [8.04,11.96][8.04,11.96]; for YnewY_{\mathrm{new}}: [8.04,11.96][8.04,11.96]
  3. For μ\mu: [5.62,14.38][5.62,14.38]; for YnewY_{\mathrm{new}}: [8.04,11.96][8.04,11.96]
  4. For μ\mu: [8.04,11.96][8.04,11.96]; for YnewY_{\mathrm{new}}: [5.62,14.38][5.62,14.38] (correct answer)
Explanation: Whenever you see a Bayesian prediction question, keep two distributions carefully separated: the posterior for the parameter and the posterior predictive for a future observation. These have different variances, and confusing them is exactly what the distractors exploit. Here, you're given μyN(10,1)\mu \mid y \sim N(10, 1), where the second argument is the variance (so the posterior standard deviation is 1=1\sqrt{1} = 1). A central 95% credible interval for μ\mu uses 10±1.96×110 \pm 1.96 \times 1, giving [8.04,11.96][8.04, 11.96]. For YnewY_{\text{new}}, you must account for two sources of uncertainty: uncertainty about μ\mu (variance = 1) and sampling variability around μ\mu (variance = 4). The posterior predictive distribution is obtained by marginalizing out μ\mu: YnewyN(10, 1+4)=N(10,5)Y_{\text{new}} \mid y \sim N(10,\ 1 + 4) = N(10, 5) The 95% predictive interval is then 10±1.96510±4.3810 \pm 1.96\sqrt{5} \approx 10 \pm 4.38, giving [5.62,14.38][5.62, 14.38]. This confirms answer D is correct. A is wrong because it uses the wider predictive interval [6.08,13.92][6.08, 13.92] (which corresponds to 4=2\sqrt{4} = 2, ignoring posterior uncertainty) for both quantities — a double error. B applies the narrow posterior interval to both, pretending future observations carry no sampling variability. C reverses the correct assignment — the wider interval belongs to YnewY_{\text{new}}, not to μ\mu. As a study tip: always remember that the predictive variance adds the parameter variance and the sampling variance. The predictive interval must be at least as wide as the credible interval for μ\mu.