StochasticDelayDiffEq.jl is a component package in the DifferentialEquations ecosystem. It holds the stochastic delay differential equation solvers and utilities. It is built on top of StochasticDiffEq to extend those solvers for stochastic delay differential equations. While completely independent and usable on its own, users interested in using this functionality should check out DifferentialEquations.jl (documentation coming soon).
StochasticDelayDiffEq.jl is part of the JuliaDiffEq common interface, but can be used independently of DifferentialEquations.jl. The only requirement is that the user passes a StochasticDiffEq.jl algorithm to solve
.
Both constant and state-dependent lags are supported. Interfacing with StochasticDiffEq.jl for implicit methods for stiff equations is not yet supported, but it is coming soon.
For the list of available solvers, please refer to the DifferentialEquations.jl SDE Solvers page. For options for the solve
command, see the common solver options page.