Module: svStochasticIntegratorW2Ito1

class svStochasticIntegratorW2Ito1 : public svIntegratorWeakStochasticRungeKutta<3>
#include <svStochasticIntegratorW2Ito1.h>

Weak-order 2, ODE-order 3 stochastic integrator.

Method is described in the following paper, coefficients according to Table 2:

Tang, X., Xiao, A. Efficient weak second-order stochastic Runge–Kutta methods
for Itô stochastic differential equations. Bit Numer Math 57, 241–260 (2017).
https://doi.org/10.1007/s10543-016-0618-9

Warning

Stochastic integration is in beta.

Public Functions

svStochasticIntegratorW2Ito1(DynamicObject *dyn)

Constructor.

Private Static Functions

static SRKCoefficients<3> getCoefficients()