filter 0.2.0

Kalman filters and other optimal and non-optimal estimation filters in Rust.
Documentation
1
2
3
4
/*!
This module contains implementations of different version of the Kalman filter.
*/
pub mod kalman_filter;