[][src]Module filter::kalman::kalman_filter

This module implements the linear Kalman filter

Structs

KalmanFilter

Implements a Kalman filter. For a detailed explanation, see the excellent book Kalman and Bayesian Filters in Python [1]_. The book applies also for this Rust implementation and all functions should works similar with minor changes due to language differences.