Variance Reduction — Antithetic Variates and Control Variates
Companion notebook to the Variance Reduction article (Monte Carlo Methods, Module 3). All claims are verified numerically using NumPy and SciPy.
- §0 — Imports and shared pricing functions
- §1 — Antithetic correlation: measure ρ and verify VRF = 1/(1+ρ)
- §2 — AV variance reduction: empirical VRF vs theory across moneyness
- §3 — Control variate: optimal β*, VRF = 1/(1−ρ²), empirical β̂ convergence
- §4 — Combined AV + CV: total VRF and comparison table
- §5 — VRF vs moneyness: both techniques across the smile
- §6 — Validation summary