| Algorithm 1: Extended Kalman Filter |
| Given the initial state and initial covariance matrix , update the state estimation as follows Compute the predicted state: Compute the process model Jacobian matrix : Compute the predicted covariance matrix : Compute the Kalam gain: Update the state estimation: Update the covariance matrix: |