ChristopherRabotin / gokalman

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

Allow truth plotting with missing data #40

Closed ChristopherRabotin closed 7 years ago

ChristopherRabotin commented 7 years ago

Use case: in OD there are only a few measurements, but I still need to plot the full time duration of the estimation. So there needs to be a way to plot the error from the truth but also plot the covariance all throughout the estimation (covariance can be predicted without any measurement).