ode_em: Euler-Maruyama method (EM)

View source: R/ode_em.R

ode_emR 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().


GillespieSSA2 documentation built on Jan. 24, 2023, 1:10 a.m.