Statistics Homeworks

H.W. 7 - Optional theory part

Compare also with other possible simulation schemes which have been proposed (eg. Milstein, Runge-Kutta, Heun's, ...), pointing out possible differences.

The Euler-Murayama (E-M) method formula is the following: \[ X_{n+1} - X_{n} = \mu X_n\Delta t_n + \sigma X_n \Delta B_n\] In addition to it, which was used in the homeworks, there are different numerical methods for solving the stochastic differential equations. Let's see them in the next sections.


Milstein method


Runge-Kutta methods


Heun's method
It is known as an improved or modified E-M method, or a similar two-stage R-K method.

References: [1], [2], [3], [4].