pub fn gaps(values: &[BrightDateValue]) -> Vec<f64>Expand description
Compute gaps (differences between consecutive sorted values).
Sorts the input first; does not mutate the original.
pub fn gaps(values: &[BrightDateValue]) -> Vec<f64>Compute gaps (differences between consecutive sorted values).
Sorts the input first; does not mutate the original.