Numerical Solution of coupled SDE using Runge kutta

239 Views Asked by At

I am trying to find the Runge-Kutta scheme for the simulation of Coupled Stochastic Differential Equations.

This wikipedia article gives the basic scheme for non coupled equations, and just states that for coupled equations the scheme is longer.

Can anyone point me out to some literature where the scheme is given. Thank you for help.

(I have no background in mathematics and have little knowledge of stochastic differential equations. I would want the code for the simulation of a biological model)