dymoesco.estimation.filters¶
The filters module contains the
Filter abstract class that is subclassed
by specific filters such as KalmanFilter and
EKF. Filters implement the predict and update
methods which are used to “denoise” noisy state-space trajectories.
Classes
|
|
|
An abstract class for enforcing the predict/update filtering API. |
|
The well-known algorithm for filtering linear dynamical systems. |
|