Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Extended Kalman Filter

Extended Kalman filter on a moving 2D point, but done using factor graphs. This example uses the ExtendedKalmanFilter class to perform filtering on a linear system, demonstrating the same operations as in elaboratePoint2KalmanFilter.

Author: Matt Kielo

Open In Colab
X1 Predict: [1. 0.]
X1 Update: [1. 0.]
X2 Predict: [2. 0.]
X2 Update: [2. 0.]
X3 Predict: [3. 0.]
X3 Update: [3. 0.]

Easy Final Covariance (after update):
 [[0.01930567 0.        ]
 [0.         0.01930567]]