Example 1
Consider 1D SDE, with and
We can use the Euler-Maruyama method to simulate this.
- Take and set . Let .
- For so ,
- Generate , the standard normal, iid with other ‘s
- Define by:
- 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 .