Content deleted Content added
No edit summary |
m \dots |
||
Line 1:
{{Merge|Sequential_bayesian_filtering|date=February 2007}}
'''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 ==
Line 10:
Because of the Markov assumption, the true state is conditionally independent of all earlier states given the immediately previous state.
:<math>p(\textbf{x}_k|\textbf{x}_0,
Similarly the measurement at the ''k''
:<math>p(\textbf{z}_k|\textbf{x}_0,
Using these assumptions the probability distribution over all states of the HMM can be written simply as:
:<math>p(\textbf{x}_0,
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.)
Line 27:
The measurement set up to time ''t'' is
:<math> \textbf{Z}_{t} = \left \{ \textbf{z}_{1},
The probability distribution of updated is proportional to the product of the measurement likelihood and the predicted state.
|