Exercise: Antithetic for Asian options
For an arithmetic Asian call paying where :
Tasks
-
Implement antithetic Monte Carlo for the Asian call. The path generation uses independent normal draws per path; the antithetic twin negates all of them simultaneously.
-
With pairs, estimate between the two arms of each pair and the variance reduction factor.
-
Component-wise antithetic. Instead of negating all draws, negate only half of them. Does this perform better or worse than the full antithetic? Why?
-
Comparison with European. For the European call (same parameters, only matters): antithetic gives variance reduction. For the Asian, expect roughly — verify this numerically. Argue why path-dependent payoffs see less benefit.