Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 496 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 496 Bytes

BayesianFilters

Implementation of several Bayesian and Kalman Filters in Julia, based on Roger Labbe's book and Python library

I started this project in an attempt to learn both Julia programming and Kalman filters. I have implemented several algorithms but there's still a lot to add to bring it up to the level of Roger Labbe's repository. Feel free to add to the repo by creating a PR or fork and add to your own. Cheers!