ode_em {GillespieSSA2} | R Documentation |
Euler-Maruyama method (EM)
Description
Euler-Maruyama method implementation of the ODE.
Usage
ode_em(tau = 0.01, noise_strength = 2)
Arguments
tau |
tau parameter |
noise_strength |
noise_strength parameter |
Value
an object of to be used by ssa()
.
[Package GillespieSSA2 version 0.3.0 Index]