Exercise: Monte Carlo convergence rate for an ATM call
Black-Scholes parameters: , , , . Closed-form call price: \10.4506$.
Tasks
-
Implement basic Monte Carlo pricing for the European call. For each of , compute and the 95% CI half-width.
-
Plot the half-width against on a log-log scale. Verify the slope is .
-
Compute the absolute error for each . Does the error decrease at the same rate as the CI half-width?
-
Exit polling intuition. Compare the MC sample-size requirement with: an election poll with 1000 respondents has a margin of error of . How does this compare with the precision MC gives for ?