HTSykora / PathIntegrationMethod.jl

MIT License
0 stars 0 forks source link

Implicit and Higher order time stepping methods #8

Open HTSykora opened 3 years ago

HTSykora commented 3 years ago

Drift:

https://en.wikipedia.org/wiki/Runge%E2%80%93Kutta_methods https://www.sciencedirect.com/science/article/pii/037704279200114O

Methods: https://diffeq.sciml.ai/stable/solvers/ode_solve/

Diffusion:

Higher order weak approximation:

Source: Peter E. Kloeden - Eckhard Platen: Numerical Solution of Stochastic Differential Equations

HTSykora commented 2 years ago

RK4 produces the same result as the Euler method