probml / pyprobml

Python code for "Probabilistic Machine learning" book by Kevin Murphy
MIT License
6.46k stars 1.52k forks source link

Add ekf_vs_ukf.ipynb #1018

Closed petergchang closed 2 years ago

petergchang commented 2 years ago

Description

A notebook that demonstrates the UKF's capacity to approximate the target distribution that results from a non-linear transformation with greater accuracy than the EKF. This is because while the EKF approximates the distribution locally at the mean, the UKF utilizes the distribution of the sigma points to more accurately capture the global distribution.

Figure Number

Adapts (with slightly different non-linear transformation) Sarkka's Figures 5.3, 5.4, and 5.5.

Figures

123 456

Issue

1017

Checklist

review-notebook-app[bot] commented 2 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB