- Recursive Bayesian estimation
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.Model
The true state is assumed to be an unobserved
Markov process , and the measurements are the observed states of aHidden Markov Model (HMM).Because of the Markov assumption, the probability of the current true state given the immediately previous one is conditionally independent of the other earlier states.
:
Similarly, the measurement at the "k"-th timestep is dependent only upon the current state, so 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 "k"-th and the probability distribution associated with the previous state, with the true state at ("k" - 1) integrated out.
:
The probability distribution of updated is proportional to the product of the measurement likelihood and the predicted state.:
The denominator:is constant relative to , so we can always substitute it for a coefficient , which can usually be ignored in practice. The numerator can be calculated and then simply normalized, since its integral must be unitary.
Applications
*
Kalman filter , a recursive Bayesian filter formultivariate normal distribution s
*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 gridequential Bayesian filtering
Sequential Bayesian filtering is the extension of the Bayesian estimation for the case when the observed value changes in time. It is a method to estimate the real value of an observed variable that evolves in time. The method is named filtering when we estimate the current value given past observations,
smoothing when estimating past value given present and past measures, and prediction when estimating a probable future value.The notion of Sequential Bayesian filtering is extensively used in control and
robotics .External links
* [http://citeseer.ist.psu.edu/504843.html A Tutorial on Particle Filters for On-line Non-linear/Non-Gaussian Bayesian Tracking] , IEEE Transactions on Signal Processing (2001)
* [http://julien.diard.free.fr/articles/CIRAS03.pdf A survey of probabilistic models, using the Bayesian Programming methodology as a unifying framework]
Wikimedia Foundation. 2010.