hard · Quantitative Finance numerical
You price a European option by Monte Carlo using an Euler-Maruyama discretization of the underlying SDE with N time steps and M independent paths.
Which statement correctly characterizes the two distinct error sources and how the total root-mean-square error scales?
- Statistical (sampling) error scales as O(M^-1/2) while the Euler discretization bias scales as O(N^-1) (weak order one); the RMSE combines as O(M^-1/2+N^-1), so both must be refined together for an efficient estimator.
- Both statistical and discretization errors scale identically as O(M^-1/2), since increasing the number of simulated Monte Carlo paths also reduces the Euler discretization bias, so only M matters for overall accuracy
- Statistical sampling error scales as O(M^-1/2) and the Euler discretization bias equals O(N^-1/2), the scheme's strong pathwise order, so this bias term always dominates and the total RMSE becomes O(N^-1/2) instead
- The Euler-Maruyama discretization scheme is essentially bias-free for expectations of smooth terminal payoffs, so the only error present in the estimator is the O(M^-1/2) statistical term, regardless of how coarse N is
Sign up free to see the explanation and track your rank →
More Quantitative Finance numerical practice
- To solve for the implied volatility of an option when the market price is known, which num
- Which numerical method for option pricing is generally preferred for high-dimensional cont
- Which numerical method for pricing options is best suited for high-dimensional products, s
- If the trader needs to reduce the standard error to 0.02, how many total paths are require
- If the correlation between the original payoff X and the antithetic payoff X' is ρ = -0.7
- By what factor is the variance of the antithetic estimator reduced compared to two indepen
- To reduce the standard error to $0.05 using only a larger sample size, how many total path
- What is the primary advantage of using a 'control variate' in Monte Carlo simulation for p