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
@type t() :: %Sidereon.ClockStability.Curve{ deviation: [float()], n: [non_neg_integer()], tau_s: [float()] }