jacobnzw / SSMToybox

Nonlinear Sigma-Point Kalman Filters based on Bayesian Quadrature
MIT License
12 stars 0 forks source link

Simulation of SDE #9

Closed jacobnzw closed 5 years ago

jacobnzw commented 5 years ago

Currently I'm simulating an SDE using an ODE integration method, which isn't correct.

The simplest simulation method is the Euler-Maruyama (others can be found in literature).