Sidereon.Estimation.TrackPrediction (Sidereon v0.21.0)

Copy Markdown View Source

Result of one constant-velocity track prediction.

Summary

Types

t()

@type t() :: %Sidereon.Estimation.TrackPrediction{
  dt_s: float(),
  predicted: Sidereon.Estimation.TrackState.t(),
  process_noise: [[float()]],
  transition: [[float()]]
}