Normalized innovation squared gate result.
:nis is the statistic, :threshold is the chi-square threshold for the
requested confidence and degrees of freedom, and :in_gate is true when
nis <= threshold.
Summary
Types
@type t() :: %Sidereon.Estimation.NisGate{ dof: pos_integer(), in_gate: boolean(), nis: float(), threshold: float() }