Lines Matching refs:Estimate
36 pub struct Estimate { struct
53 Estimate { in build_estimates() argument
81 Estimate { in build_change_estimates()
107 pub mean: Estimate,
108 pub median: Estimate,
109 pub median_abs_dev: Estimate,
110 pub slope: Option<Estimate>,
111 pub std_dev: Estimate,
114 pub fn typical(&self) -> &Estimate { in typical() argument
117 pub fn get(&self, stat: Statistic) -> Option<&Estimate> { in get() argument
159 pub mean: Estimate,
160 pub median: Estimate,
163 pub fn get(&self, stat: Statistic) -> &Estimate { in get() argument