ChristopherRabotin / gokalman

A Kalman Filter library in go. Includes several examples in statistical orbit determination.
MIT License
22 stars 3 forks source link

Hybrid Classical Kalman Filter #31

Closed ChristopherRabotin closed 7 years ago

ChristopherRabotin commented 7 years ago

For StatOD, we need a filter whose state transition matrix is continuous, but the state is discreet. Ugh.