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.23k stars 614 forks source link

Erroneous reset of state variables in mmae #240

Closed ghost closed 3 years ago

ghost commented 3 years ago

The additional reset causes all but the last of the filters to be ignored when accumulating the weighted state variables.