KalmanFilterAlgorithmen
The Kalman filter is an optimal recursive data processing algorithm that estimates the state of a dynamic system from a series of incomplete and noisy measurements. In its standard form, it provides the best linear unbiased estimate for systems with Gaussian noise by combining a model of the system dynamics with incoming measurements.
In the discrete-time linear case, the system is described by x_k = F_k x_{k-1} + B_k u_k + w_k
The algorithm proceeds in two steps: prediction and update. Prediction computes the a priori state estimate
Extensions include the Extended Kalman Filter (EKF) for nonlinear systems, which linearizes around the current estimate,