Jump to content

Recursive Bayesian estimation

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Forderud (talk | contribs) at 13:53, 1 September 2005 (initial article, copied from the "Kalman filter" article). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Recursive Bayesian estimation is a general probabilistic approach for estimating an unknown probability density function recursively over time using incomming 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 a hidden Markov model.

Hidden Markov Model

Because of the Markov assumption, the true state is conditionally independent all earlier states given the immediately previous state.

Similarly the measurement a 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 the Kalman filter to estimate the state x the probability distribution of interest is that associated with the current states conditioned on the measurements upto 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 upto time t is

The probability distribution of updated is proportional to the product of the measurement likelihood and the predicted state.

The denominator

is an unimportant normalisation term.


Applications

  • Kalman filter, a optimal recursive Bayesian filter for linear models subject to white noise