Searched defs:EstimatedRate (Results 1 – 1 of 1) sorted by relevance
77 pub struct EstimatedRate { struct84 impl EstimatedRate { argument90 impl fmt::Display for EstimatedRate { implementation110 fn linear_regression(x: &[f64], y: &[f64]) -> Result<EstimatedRate> { in linear_regression()