jacobnzw / SSMToybox

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

Make noise_rv optional #20

Open jacobnzw opened 5 years ago

jacobnzw commented 5 years ago

TransitionModel: make noise_rv a kwarg noise_rv=None. simulate_continuous() and simulate_discrete() should query noise_rv and generate noise only if noise_rv is not None.