Skip to contents

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