# `Sidereon.Estimation.SmoothedTrackEpoch`
[🔗](https://github.com/neilberkman/sidereon-ex/blob/main/lib/sidereon/estimation.ex#L229)

One fixed-interval smoothed track epoch.

# `t`

```elixir
@type t() :: %Sidereon.Estimation.SmoothedTrackEpoch{
  rts_gain_to_next: [[float()]] | nil,
  state: Sidereon.Estimation.TrackState.t(),
  t_s: float()
}
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
