Sidereon.GeodeticTimeSeries.TrajectoryFitOptions (Sidereon v0.29.0)

Copy Markdown View Source

Least-squares controls for trajectory fitting.

Summary

Types

t()

@type t() :: %Sidereon.GeodeticTimeSeries.TrajectoryFitOptions{
  f_scale_m: float(),
  loss: :linear | :soft_l1 | :huber | :cauchy | :arctan,
  max_nfev: pos_integer() | nil
}