Example 1

Consider 1D SDE, with and

We can use the Euler-Maruyama method to simulate this.

  1. Take and set . Let .
  2. For so ,
    1. Generate , the standard normal, iid with other ‘s
    2. Define by:
  3. Return .

Here, approximates , the continuous solution. In fact, converges to the true solution. We want to focus on time , where .

Definition (Discretized Strong Convergence)

In the above example, we say converges strongly to at time with order if

as , and fixed (for all function in this function class)

Remarks:

  • Strong convergence: convergence of sample paths for fixed realization of .
  • Weak: convergence of distributions.
  • Typically, we care about weak convergence.
  • Euler-Maruyama Method has strong order and weak order .