probnum.filtsmooth¶
Bayesian Filtering and Smoothing.
This package provides different kinds of Bayesian filters and smoothers which estimate the distribution over observed and hidden variables in a sequential model. The two operations differ by what information they use. Filtering considers all observations up to a given point, while smoothing takes the entire set of observations into account.
Functions¶
|
Estimate a trajectory with a Kalman filter. |
|
Estimate a trajectory with a Rauch-Tung-Striebel smoother. |
Classes¶
|
Bayesian filtering and smoothing. |
|
Posterior Distribution over States after time-series algorithms such as filtering/smoothing or solving ODEs. |