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

hinfinity_filter INCORRECT? #270

Open thinkinds opened 2 years ago

thinkinds commented 2 years ago

I found a warning in the code of hinfinity_filter: "This code is likely incorrect. DO NOT USE." Is this true? Anybody tried?