What this quiz covers
This quiz focuses on Gibbs And Metropolis Hastings Sampling, giving you a quick way to practice the rules, question types, and explanations that matter most for Statistics Graduate Level.
A deterministic-scan Gibbs sampler targets a standard bivariate normal distribution with correlation ρ=0.8. Each sweep updates X conditional on the previous Y and then updates Y conditional on the new X. At sweep boundaries, what is the integrated autocorrelation time for estimating E[Y], ignoring initialization effects?
Statistics Graduate Level Quiz
Practice Gibbs And Metropolis Hastings Sampling in Statistics Graduate Level with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.
This quiz focuses on Gibbs And Metropolis Hastings Sampling, giving you a quick way to practice the rules, question types, and explanations that matter most for Statistics Graduate Level.
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.
A deterministic-scan Gibbs sampler targets a standard bivariate normal distribution with correlation ρ=0.8. Each sweep updates X conditional on the previous Y and then updates Y conditional on the new X. At sweep boundaries, what is the integrated autocorrelation time for estimating E[Y], ignoring initialization effects?
For a latent-variable model, the likelihood L(θ) is unavailable, but a nonnegative estimator L(θ,U) satisfies E[L(θ,U)∣θ]=L(θ). A pseudo-marginal Metropolis–Hastings algorithm stores both θ and the auxiliary random variable U as its state.
Which implementation preserves the exact posterior marginal for θ?
Suppose a proposed joint posterior kernel on R2 is π(x,y)=exp{−(x−y)2/2}. Its formal full conditionals are X∣Y=y∼N(y,1) and Y∣X=x∼N(x,1), so both can be sampled exactly. What does this imply about the resulting Gibbs chain?
For a two-component target with available full conditionals, compare a random-scan Gibbs chain that chooses one coordinate at random per iteration with a deterministic-scan chain that updates the first coordinate and then the second during each sweep. Which statement is generally correct?
A parameter θ>0 has target density π(θ)∝θe−θ. A random-walk Metropolis update is implemented on the transformed scale Z=logθ using a proposal symmetric in Z. Which acceptance probability is correct for a move from θ to θ′?
A target density is uniform on the union of the two sets [0,1]×[0,1] and [2,3]×[2,3], with equal probability assigned to the two sets. A deterministic-scan Gibbs sampler alternately draws from the exact full conditionals of X and Y. If initialized in the first set, which conclusion is most accurate?
In a hierarchical regression model, the joint posterior kernel for a coefficient vector β and a variance parameter σ2 is available as π(β,σ2). The full conditional for β cannot be sampled directly, so a proposal with density q(β′∣β,σ2) is used while σ2 is held fixed.
Which acceptance probability produces a valid Metropolis-within-Gibbs update of β?
An independence Metropolis–Hastings sampler uses a normal proposal density to target a standard Cauchy density on the real line. Both densities are strictly positive everywhere. Which assessment is most accurate?
A Metropolis–Hastings chain targets a density proportional to x2e−x on x>0. Its independence proposal has density q(y)=e−y on y>0. If the current state is x=1 and the proposed state is y=3, what is the acceptance probability?
A target distribution is bivariate normal with zero means, unit variances, and correlation ρ=0.8. An algorithm simultaneously generates X′=ρY+ϵX and Y′=ρX+ϵY, where the errors are independent N(0,1−ρ2) variables and X,Y are the current values. Which statement is correct?