pub fn estimate<I>(time_values: I, seed: Option<u64>) -> f64where
I: IntoIterator<Item = f64>,
Expand description
Estimates the offset between two networked devices based on one-way delay time (OWD) measurements using the method described in:
Edmar Mota-Garcia and Rogelio Hasimoto-Beltran: “A new model-based clock-offset approximation over IP networks” Computer Communications, Volume 53, 2014, Pages 26-36, ISSN 0140-3664, https://doi.org/10.1016/j.comcom.2014.07.006.