Searched refs:r_squared (Results 1 – 3 of 3) sorted by relevance
33 pub fn r_squared(&self, data: &Data<'_, A, A>) -> A { in r_squared() function
373 Slope(typical_estimate.confidence_interval.lower_bound).r_squared(&data) in measurement_complete()377 Slope(typical_estimate.confidence_interval.upper_bound).r_squared(&data) in measurement_complete()381 Slope(typical_estimate.point_estimate).r_squared(&data) in measurement_complete()
704 Slope(slope_estimate.confidence_interval.lower_bound).r_squared(data), in measurement_complete()705 Slope(slope_estimate.confidence_interval.upper_bound).r_squared(data), in measurement_complete()