Kalman-and-Bayesian-Filters-in-Python
Kalman-and-Bayesian-Filters-in-Python copied to clipboard
Interfaces in Unscented Kalman Filter
Hi,
Is it possible to change the interfaces of the UKF so that it matches the one from EKF or KF? For example:
- init method has different signature in UKF case
- EKF provides extra methods not available in UKF predict_update, predict_x