rlabbe / filterpy

Python Kalman filtering and optimal estimation library. Implements Kalman filter, particle filter, Extended Kalman filter, Unscented Kalman filter, g-h (alpha-beta), least squares, H Infinity, smoothers, and more. Has companion book 'Kalman and Bayesian Filters in Python'.
MIT License
3.22k stars 612 forks source link

Optimize KF parameters #299

Open dogs-vs-cats opened 6 months ago

dogs-vs-cats commented 6 months ago

Is there an example to optimize (estimate) KF matrices (parameters) from data for best fit, say MLE? Thx