Applied track update with predicted and updated states.
Summary
Types
@type t() :: %Sidereon.Estimation.TrackUpdate{ innovation: Sidereon.Estimation.TrackInnovation.t(), kalman_gain: [[float()]], predicted: Sidereon.Estimation.TrackState.t(), updated: Sidereon.Estimation.TrackState.t() }