Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 285 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 285 Bytes

Discrete-Kalman-Filter

A Kalman filter is an optimal estimator - i.e. infers parameters of interest from indirect, inaccurate and uncertain observations. It is recursive so that new measurements can be processed as they arrive. (cf batch processing where all data must be present).