Sidereon.ClockStability.Curve (Sidereon v0.12.0)

Copy Markdown View Source

One clock-stability estimator curve.

:tau_s is the averaging time in seconds, :deviation is the estimator value, and :n is the number of estimator terms used at each point.

Summary

Types

t()

@type t() :: %Sidereon.ClockStability.Curve{
  deviation: [float()],
  n: [non_neg_integer()],
  tau_s: [float()]
}