f74f06f46f1e61e6c5a5c4939b31bb276bfa8f3f
Python Kalman Filter
A simple Kalman Filter implementation in Python
Dependencies
The python packages numpy, matplotlib and geopy are required:
$ pip install numpy matplotlib geopy
Usage
From the root directory of this repository run
$ python main.py
Description
Languages
Python
100%