Recorded forward-filter history accepted by the RTS smoother.
Summary
Types
@type t() :: %Sidereon.Estimation.TrackRtsHistory{handle: reference()}
Functions
@spec epoch_count(t()) :: non_neg_integer()
Return the number of recorded epochs.
@spec epochs(t()) :: [Sidereon.Estimation.TrackRtsEpoch.t()]
Return recorded epochs as Elixir structs.