https://github.com/sshane/kalman-filters
Playground for experimenting with kalman filters in Python
https://github.com/sshane/kalman-filters
Last synced: 3 months ago
JSON representation
Playground for experimenting with kalman filters in Python
- Host: GitHub
- URL: https://github.com/sshane/kalman-filters
- Owner: sshane
- Created: 2021-10-03T02:49:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-03T09:31:50.000Z (over 4 years ago)
- Last Synced: 2025-09-01T22:40:33.051Z (10 months ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kalman-filters
Playground for experimenting with kalman filters in Python
I'm going through the tutorials on https://www.kalmanfilter.net and will be posting various examples in Python code.