The Kalman filter is an algorithm that provides an efficient solution
of the general problem to estimate the state of a dynamic process
governed by the state equation
Both the process and the measurement
are contaminated by
independent white noises
and
with normal
probability distributions
and given covariances.
The Kalman filter is a combination of an iterative algorithm
to integrate the state equation with a feedback in form of noisy
measurements. In its original form the integration scheme was
based on the the first order point slope formula
A first example will show that the filter can only partially correct the error due to a poor integration scheme. Using a better algorithm (fourth order Runge-Kutta) brought a significant improvement of the accuracy.
A second example shows the result of the filtering applied to
true experimental data.