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

Options for power-law clock-noise identification.

# `t`

```elixir
@type t() :: %Sidereon.ClockStability.PowerLawNoiseOptions{
  basic_tau_s: float(),
  measurement_bandwidth_hz: float(),
  min_points_per_octave: pos_integer(),
  scatter_tolerance: float(),
  slope_tolerance: float()
}
```

---

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