Recursive Bayesian estimation: Difference between revisions

Content deleted Content added
m spelling (2)
Mottzo (talk | contribs)
Line 6:
:[[Image:HMMKalmanFilterDerivation.png|463-239|Hidden Markov Model]]
 
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,...,\textbf{x}_{k-1}) = p(\textbf{x}_k|\textbf{x}_{k-1})</math>
Line 33:
:<math>p(\textbf{z}_k|\textbf{Z}_{k-1}) = \int p(\textbf{z}_k|\textbf{x}_k) p(\textbf{x}_k|\textbf{Z}_{k-1}) d\textbf{x}_k</math>
is an unimportant normalisation term.
 
 
== Applications ==