This Python package aims at providing tools to study stochastic processes: integrate SDEs, solve Fokker-Planck equations, sample rare events,...
GNU General Public License v3.0
8
stars
5
forks
source link
I5 integrate sde #11
Closed
tlestang closed 4 years ago
This ports the
integrate_sde
method from deprecateddiffusion1d
module to theDiffusionProcess
class in thediffusion
module.At the moment only the Euler-Maruyama method is available. Addresses #5