Kalman-and-Bayesian-Filters-in-Python
Kalman-and-Bayesian-Filters-in-Python copied to clipboard
is there any way that the batch filter for the ukf could support **fx_args?
My fx depends on some parameters that are not part of the state, but change at each dt. I would like to pass these into the batch filter.
Oh the smoother too