Quiz: Monte Carlo: Antithetic Variates, Control Variates, Quasi-MC

Module 1 of 4 · Medium

Quick Quiz

1. A Monte Carlo estimator uses N=10,000N = 10{,}000 paths and achieves a standard error of $0.05$. How many paths are needed to reduce the standard error to $0.01$?
2. Antithetic variates pair samples ZiZ_i and Zi-Z_i with ZiN(0,1)Z_i\sim\mathcal{N}(0,1). Why are the paired call payoffs negatively correlated under GBM?
3. With the optimal control coefficient c=Cov(f(X),Y)/Var(Y)c^*=\mathrm{Cov}(f(X),Y)/\mathrm{Var}(Y), the variance of the control-adjusted estimator equals:
4. The Koksma-Hlawka inequality implies that quasi-Monte Carlo with a Sobol sequence always outperforms standard Monte Carlo for option pricing, regardless of the payoff's smoothness.
5. In the Brownian-bridge construction for QMC simulation of a GBM path, Sobol dimension 1 is assigned to WTW_T, dimension 2 to WT/2W_{T/2}, and so on. Why is this preferred to the sequential mapping (dimension jj → time step jj)?
6. A control variate Y=erTSTY=e^{-rT}S_T with known mean μY=S0\mu_Y=S_0 has correlation ρf,Y0.9\rho_{f,Y}\approx0.9 with an ATM call payoff. What variance-reduction does this achieve?