Kalman-and-Bayesian-Filters-in-Python

Kalman Filter book using Jupyter Notebook. Focuses on building intuition and experience, not formal proofs. Includes Kalman filters,extended Kalman filters, unscented Kalman filters, particle filters, and more. All exercises include solutions.

OTHER License

Stars
16.5K
Committers
111

Bot releases are hidden (Show)

Kalman-and-Bayesian-Filters-in-Python - Release 2.0 Latest Release

Published by rlabbe about 4 years ago

Support for Python 3.6+. The main changes are removal of import from future, replacing np.dot with matrix multiply operator, and using f-strings for string formatting.

Kalman-and-Bayesian-Filters-in-Python - Final release before switch to Python 3.6

Published by rlabbe about 4 years ago

I am starting the long overdue switch to Python 3.6. We will start with the notebooks themselves, then update FilterPy.