ChristopherRabotin / gokalman

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

Xi-squared test #11

Closed ChristopherRabotin closed 7 years ago

ChristopherRabotin commented 7 years ago

Needed to fulfill question 9.

ChristopherRabotin commented 7 years ago

Current limitation: only works with Vanilla KFs. Should check whether it is applicable to other types of KFs as inputs...

Ensure that the NEES works.