probml / pyprobml

Python code for "Probabilistic Machine learning" book by Kevin Murphy
MIT License
6.53k stars 1.53k forks source link

unscented kalman filtering #469

Closed murphyk closed 3 years ago

murphyk commented 3 years ago

Redo #468 using unscented kalman filtering (aka sigma point kalman filtering) implemented in 3 ways.

murphyk commented 3 years ago

moved to hermes