Home
last modified time | relevance | path

Searched refs:r_squared (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/criterion/src/stats/bivariate/
Dregression.rs33 pub fn r_squared(&self, data: &Data<'_, A, A>) -> A { in r_squared() function
/external/rust/crates/criterion/src/html/
Dmod.rs373 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()
/external/rust/crates/criterion/src/
Dreport.rs704 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()