What this quiz covers
This quiz focuses on Mcmc Concepts, giving you a quick way to practice the rules, question types, and explanations that matter most for Statistics Graduate Level.
A posterior distribution has two well-separated modes with equal posterior probability. Four overdispersed chains are initialized, but all four happen to enter the first mode during warm-up and never visit the second. Within the first mode, each chain mixes well, and the split rank-normalized potential scale reduction statistic is approximately 1.00 for every monitored scalar parameter.
Which conclusion is best supported by these diagnostics?
Statistics Graduate Level Quiz
Practice Mcmc Concepts 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 Mcmc Concepts, 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 posterior distribution has two well-separated modes with equal posterior probability. Four overdispersed chains are initialized, but all four happen to enter the first mode during warm-up and never visit the second. Within the first mode, each chain mixes well, and the split rank-normalized potential scale reduction statistic is approximately 1.00 for every monitored scalar parameter.
Which conclusion is best supported by these diagnostics?
A target density is positive only on the two intervals [−3,−2] and [2,3]. A random-walk Metropolis sampler proposes Y=X+U, where U is uniformly distributed on [−1,1]. The chain is initialized in [−3,−2] and run indefinitely.
Which statement about this sampler is correct?
A geometrically ergodic chain is used to estimate the posterior mean of a scalar function. A practitioner estimates the Monte Carlo standard error by splitting a run of length N into nonoverlapping batches, computing each batch mean, and using the sample variance of those batch means.
Which asymptotic batching scheme is generally required for a consistent batch-means variance estimator?
For a latent-variable model, the likelihood p(y∣θ) cannot be evaluated. At each proposed value of θ, an auxiliary simulation produces a random estimator L(θ). This estimator is substituted into a pseudo-marginal Metropolis–Hastings acceptance ratio.
Which condition most directly ensures that the resulting extended-state chain has the exact posterior for θ as its marginal stationary distribution?
Consider a Markov chain on the states {1,2,3} that moves deterministically according to 1→2, 2→3, and 3→1. Let π assign probability 1/3 to each state.
Which statement correctly describes this chain?
After burn-in, a stationary MCMC run contains 900 draws of a scalar parameter whose posterior variance is estimated as 4. Its lag-k autocorrelation is well approximated by ρk=0.8k.
Using the usual integrated-autocorrelation approximation, what are the effective sample size and the Monte Carlo standard error of the sample mean, respectively?
A stationary chain has marginal variance σ2 and autocorrelation ρk=0.9k. Under a fixed budget of N transitions and with no storage constraint, one estimator averages all N draws. A second estimator retains and averages only every tenth draw, producing N/10 retained observations.
Using large-sample variance approximations, which statement correctly compares the two estimators?
The target distribution is a standardized bivariate normal distribution for (θ1,θ2) with correlation 0.99. A Gibbs sampler alternately draws exactly from θ1∣θ2 and θ2∣θ1. After a long run, its marginal histograms closely match the target marginals, but successive draws change only slightly.
Which modification most directly improves mixing while preserving the intended target distribution?
A Metropolis–Hastings sampler is currently at state x and proposes state y. The unnormalized target densities satisfy π(y)/π(x)=3/2. The proposal probabilities satisfy q(y∣x)=0.4 and q(x∣y)=0.2.
What is the probability that the sampler accepts the proposed move from x to y?
An adaptive random-walk Metropolis algorithm updates its proposal covariance after every iteration. The magnitude of the covariance update is proportional to 1/t at iteration t, so the amount of adaptation tends to zero. No restriction prevents the learned covariance from becoming arbitrarily large in poorly explored regions.
Which assessment of asymptotic validity is most appropriate?