Sidereon.Estimation.NisGate (Sidereon v0.23.0)

Copy Markdown View Source

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

t()

@type t() :: %Sidereon.Estimation.NisGate{
  dof: pos_integer(),
  in_gate: boolean(),
  nis: float(),
  threshold: float()
}