Sidereon.Estimation.TrackRtsEpoch (Sidereon v0.26.1)

Copy Markdown View Source

One recorded forward-filter epoch for RTS smoothing.

Summary

Types

t()

@type t() :: %Sidereon.Estimation.TrackRtsEpoch{
  predicted: Sidereon.Estimation.TrackState.t(),
  t_s: float(),
  transition_from_previous: [[float()]] | nil,
  updated: Sidereon.Estimation.TrackState.t()
}