What this quiz covers
This quiz focuses on Monte Carlo Estimation, giving you a quick way to practice the rules, question types, and explanations that matter most for Statistics Graduate Level.
A target distribution assigns probabilities p(0)=0.8 and p(1)=0.2. The integrand satisfies h(0)=1 and h(1)=9. An importance-sampling estimate of Ep[h(X)] is formed by averaging h(X)p(X)/q(X) over independent draws from a proposal q.
Which proposal gives the smallest variance among the choices, and what is that variance per replication?
Statistics Graduate Level Quiz
Practice Monte Carlo Estimation 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 Monte Carlo Estimation, 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 target distribution assigns probabilities p(0)=0.8 and p(1)=0.2. The integrand satisfies h(0)=1 and h(1)=9. An importance-sampling estimate of Ep[h(X)] is formed by averaging h(X)p(X)/q(X) over independent draws from a proposal q.
Which proposal gives the smallest variance among the choices, and what is that variance per replication?
Two stochastic systems are compared using common random numbers. Under a shared random input, their outputs have variances 9 and 4 and correlation 0.75. The target is the difference between their expected outputs, estimated by the average of paired output differences over n independent shared inputs.
What is the variance of this paired estimator, and how does it compare with using independent random inputs for the two systems?
A target density is known only up to a normalizing constant: p(x)=p(x)/Z. Independent draws are obtained from a proposal density q, and unnormalized weights are w(x)=p(x)/q(x). The self-normalized importance-sampling estimator is μ=∑i=1nwih(Xi)/∑i=1nwi.
Assuming the proposal covers the target support and the needed first moments are finite, which statement is generally correct?
A stationary Markov chain is used to estimate Eπ[h(X)]. Under the stationary distribution, Varπ(h)=4, and the lag-k autocorrelation of h(Xt) is ρk=0.5k. The usual large-sample Markov chain variance approximation is assumed.
Approximately how many post-burn-in iterations are needed for the Monte Carlo standard error of the sample mean to be at most 0.02?
For each independent simulation replication, an output Y and a control variable C are recorded. It is known that E[C]=μC, Var(Y)=25, Var(C)=4, and Corr(Y,C)=0.6. Consider the estimator Y−β(C−μC).
Which coefficient is variance minimizing, and what is the resulting variance per replication before division by the number of replications?
A population is divided into two strata with weights W1=0.8 and W2=0.2. The within-stratum standard deviations are σ1=1 and σ2=4. Independent simulation observations cost c1=1 unit in stratum 1 and c2=4 units in stratum 2. A stratified mean estimator is used under the budget constraint n1+4n2=600.
Ignoring integer-rounding issues in the optimization, which allocation minimizes the estimator's variance?
To estimate E[eU] for U∼Uniform(0,1), an analyst generates one uniform draw U and reports the antithetic-pair average {eU+e1−U}/2. Another analyst uses the average of eU1 and eU2 for two independent uniform draws.
Which statement correctly compares the two estimators?
Let X and Y be independent exponential random variables with rate 1. A crude Monte Carlo estimator of P(X+Y>2) averages indicators of the event. A conditional Monte Carlo estimator instead conditions on the simulated value of X.
Which quantity should be averaged over independent draws of X to obtain the conditional estimator, and what variance guarantee does it satisfy?
The rare-event probability P(Z>5) is to be estimated for Z∼N(0,1). To generate more exceedances, independent observations Xi are sampled from the proposal distribution N(5,1).
Which sample average is an unbiased importance-sampling estimator of the rare-event probability?
A pilot simulation based on 400 independent replications gives a sample variance of 9 for the output whose expectation is being estimated. The investigator treats this variance estimate as the planning value for a larger independent Monte Carlo run.
Using a normal approximation, what is the smallest total number of replications required for a two-sided 95% Monte Carlo confidence interval to have half-width at most 0.10?