Content deleted Content added
m →Model: comma usage |
|||
Line 18:
:<math>p(\textbf{x}_0,...,\textbf{x}_k,\textbf{z}_1,...,\textbf{z}_k) = p(\textbf{x}_0)\prod_{i=1}^k p(\textbf{z}_i|\textbf{x}_i)p(\textbf{x}_i|\textbf{x}_{i-1})</math>
However, when using the Kalman filter to estimate the state '''x''', the probability distribution of interest is
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.
|