Recursive Bayesian estimation
From Wikipedia, the free encyclopedia
Recursive Bayesian estimation is a general probabilistic approach for estimating an unknown probability density function recursively over time using incoming measurements and a mathematical process model.
[edit] Model
The true state is assumed to be an unobserved Markov process, and the measurements are the observed states of a hidden Markov model.
Because of the Markov assumption, the true state is conditionally independent of all earlier states given the immediately previous state.
Similarly the measurement at the k-th timestep is dependent only upon the current state and is conditionally independent of all other states given the current state.
Using these assumptions the probability distribution over all states of the HMM can be written simply as:
However, when using the Kalman filter to estimate the state x, the probability distribution of interest is associated with the current states conditioned on the measurements up to the current timestep. (This is achieved by marginalising out the previous states and dividing by the probability of the measurement set.)
This leads to the predict and update steps of the Kalman filter written probabilistically. The probability distribution associated with the predicted state is product of the probability distribution associated with the transition from the (k - 1) th timestep to the kth and the probability distribution associated with the previous state, with the true state at (k - 1) integrated out.
The measurement set up to time t is
The probability distribution of updated is proportional to the product of the measurement likelihood and the predicted state.
The denominator
is a less significant normalisation term.
[edit] Applications
- Kalman filter, a recursive Bayesian filter for multivariate normal distributions
- Particle filter, a Sequential Monte Carlo (SMC) based technique, which models the PDF using a set of discrete points
- Grid based estimators, which subdivide the PDF into a discrete grid
[edit] External links
- A Tutorial on Particle Filters for On-line Non-linear/Non-Gaussian Bayesian Tracking, IEEE Transactions on Signal Processing (2001)
- Special Issue on Sequential State Estimation - Proceedings of the IEEE (Mar 2004)