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

NIS-gated track update result.

# `t`

```elixir
@type t() :: %Sidereon.Estimation.TrackGatedUpdate{
  gate: Sidereon.Estimation.NisGate.t(),
  state: Sidereon.Estimation.TrackState.t(),
  update: Sidereon.Estimation.TrackUpdate.t() | nil
}
```

---

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