Module skew

Source
Expand description

Code for creating and manipulating observations about clock skew.

Structs§

SkewEstimate
An estimate of how skewed our clock is, plus a summary of why we think so.
SkewObservation 🔒
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 into f64s.
mean_and_standard_deviation 🔒
Compute and return the mean and standard deviation of values.