JSL
JSL copied to clipboard
Improve Kalman (KF) filter API
Calling KF on a dataset returns a tuple; using EKF returns a dictionary. Refactor KF so that
- [ ] Calling KF on a dataset returns a dictionary of results
- [ ] Modify demos that make use of KF