May 4th, 2015, 9:57 pm
I have a problem about whether one can allow some dependence when using Richardson extrapolation method.Consider the Euler scheme for the numerical solution of a SDE with the Richardson extrapolation: Let [$]X_{T}(h)[$] be the numerical approximation of [$]X_{T}[$], the solution of a SDE at time [$]T[$], with the step size [$]h[$], Richardson extrapolation here typically means the scheme [$]2E(f(X_{T}(h)))-E(f(X_{T}(2h)))[$] to approximate [$]E(f(X_{T}))[$], where [$]f(.)[$] is a payoff function. Suppose [$]N_{h}^{1}[$],....,[$]N_{h}^{T/h}[$] are required standard normal random variables from the simulation to get one path [$]X_{T}(h)[$]. To get [$]X_{T}(2h)[$], can we just collect [$]T/(2h)[$] number of standard normal random variables from [$]N_{h}^{1}[$],....,[$]N_{h}^{T/h}[$], instead of simulating new ones, please? This means [$]X_{T}(h)[$] and [$]X_{T}(2h)[$] are then dependent, instead of independent. I assume this treatment would improve the computational efficiency, but I find no such a discussion in the literature... Thanks for your comments.
Last edited by
fmfreshman on May 4th, 2015, 10:00 pm, edited 1 time in total.