BayesFiltSmooth¶
-
class
probnum.filtsmooth.BayesFiltSmooth(dynamics_model, measurement_model, initrv)[source]¶ Bases:
abc.ABCBayesian filtering and smoothing.
Methods Summary
filter_step(start, stop, current_rv, data[, …])Filter step.
smooth(filter_posterior[, _previous_posterior])Smoothing.
Methods Documentation