Searched refs:best_fit_slope (Results 1 – 1 of 1) sorted by relevance
55 fn best_fit_slope(&self) -> f64 { in best_fit_slope() method176 let rate = self.lsq.best_fit_slope(); in update_estimated_rate()