Before learning Kalman filter, it's essential to understand Bayes' theorem, as the Kalman filter is fundamentally based on it.
Table of Contents
Bayes' Theorem
The Bayes' Theorem is an approach to statistical inference, where it is used to invert the probability of observations given a model configuration.
Statement of theorem
Bayes' theorem is stated mathmatically as the following equation:
where and are events and .
- is a conditional probability; the probability of event occurring given that is true.
- is also a conditional probability; the probability of event occurring given that is true.
Proof
For events (Discrete)
where is the probability of both and being true. Similarly,
Solving for and substituting into the above expression for
Bayes' Filter
What is Kalman filter?
The Kalman Filter assumes a linear system with Gaussian noise.
State Transition Model
- : State at time
- : State transition matrix
- : Process noise, Gaussian with mean and convariance , representing model uncertainty.