BayesFiltSmooth¶
-
class
probnum.filtsmooth.BayesFiltSmooth(dynamics_model, measurement_model, initrv)[source]¶ Bases:
abc.ABCBayesian filtering and smoothing.
Methods Summary
filter_step(start, stop, randvar, data, **kwargs)Filter step.
smoother_step(**kwargs)Smoother step.
Methods Documentation