jacobnzw / SSMToybox

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

Easier Access to Nonlinearities #24

Open jacobnzw opened 3 years ago

jacobnzw commented 3 years ago

When I want to use nonlinearity, say from a UNGMTransitionModel, just for experiments, I have to instantiate the class, which means I have to provide the init_rv and noise_rv arguments, which in turn require of me to instantiate yet another class, e.g. GaussRV. This is waaaay too much hassle! All I want is access the nonlinearity of the UNGM model.

Requirements