# `Sidereon.ClockStability.Curve`
[🔗](https://github.com/neilberkman/sidereon-ex/blob/main/lib/sidereon/clock_stability.ex#L20)

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.

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
