Stochastic Simulation Variance reduction methods
Bo Friis Nielsen
Applied Mathematics and Computer Science Technical University of Denmark 2800 Kgs. Lyngby – Denmark Email: bfni@dtu.dk Bo Friis Nielsen 8/6 2016 02443 – lecture 7 2
DTU
Variance reduction methods Variance reduction methods
- To obtain better estimates with the same ressources
- Exploit analytical knowledge and/or correlation
- Methods:
⋄ Antithetic variables ⋄ Control variates ⋄ Stratified sampling ⋄ Importance sampling
Bo Friis Nielsen 8/6 2016 02443 – lecture 7 3
DTU
Case: Monte Carlo evaluation of integral Case: Monte Carlo evaluation of integral
Consider the integral 1 exdx We can interpret this interval as E
- eU
= 1 exdx = θ U ∈ U(0, 1) To estimate the integral: sample of the random variable eU and take the average. Xi = eUi ¯ X = n
i=1 Xi
n This is the crude Monte Carlo estimator , “crude” because we use no refinements whatsoever.
Bo Friis Nielsen 8/6 2016 02443 – lecture 7 4
DTU
Analytical considerations Analytical considerations
It is straightforward to calculate the integral in this case 1 exdx = e − 1 ≈ 1.72 The estimator X E(X) = e − 1 V (X) = E(X2) − E(X)2 E(X2) = 1 (ex)2 dx = 1 2
- e2 − 1
- Based on one observation
V (X) = 1 2
- e2 − 1
- − (e − 1)2 = 0.2420