
Answer-first summary for fast verification
Answer: Increasing the number of replications
**Explanation:** In Monte Carlo simulation, the standard error of the estimated mean decreases as the square root of the number of replications (sample size). This is based on the Central Limit Theorem: - **Standard Error = σ/√n**, where σ is the standard deviation and n is the number of replications Therefore: - **Option A**: Increasing variance would actually increase the standard error - **Option B**: Confidence level affects the width of confidence intervals but doesn't reduce standard error - **Option C**: Changing the expected value doesn't affect the precision of the estimate - **Option D**: Increasing the number of replications reduces the standard error proportionally to 1/√n This is a fundamental property of Monte Carlo methods - more simulations lead to more precise estimates.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
An analyst is conducting a Monte Carlo simulation to estimate the expected value of a random variable. Which of the following correctly describes a method for reducing the standard error of the simulated expectation?
A
Increasing the variance of the distribution
B
Increasing the confidence level of the simulation
C
Increasing the expected value of the simulation
D
Increasing the number of replications
No comments yet.