Expand description
Code for creating and manipulating observations about clock skew.
Structs§
- Skew
Estimate - An estimate of how skewed our clock is, plus a summary of why we think so.
- Skew
Observation 🔒 - A single observation related to reported clock skew.
Enums§
- Confidence 🔒
- Subjective description of how sure we are that our clock is/isn’t skewed.
Constants§
- SIGNIFICANCE_
THRESHOLD 🔒 - How bad does clock skew need to be before we’ll tell the user that it’s a problem?
Functions§
- discard_
outliers 🔒 - Remove all outliers from
values
, and convert the resulting times intof64
s. - mean_
and_ 🔒standard_ deviation - Compute and return the mean and standard deviation of
values
.