Kalman Filter Essence
There’s a myriad of ressources for the Kalman filter, so this is definitely not the place to write yet another post about it.
I just want to group a few facts together.
- The Kalman Filter is a Bayes Filter, and thus the following properties are “inherited”.
- The prediction step marginalizes out the prior state , i.e.,
- The update state is a multiplication of the state distribution with the conditional observation distribution (ignoring the normalization), i.e.,
- Should be
Home