Lines Matching refs:Summary
125 pub struct Summary { struct
140 impl Summary { argument
142 pub fn new(samples: &[f64]) -> Summary { in new() argument
143 Summary { in new()
333 use stats::Summary;
346 fn check(samples: &[f64], summ: &Summary) { in check() argument
348 let summ2 = Summary::new(samples); in check()
375 let summary = Summary::new(xs); in test_min_max_nan()
383 let summ = &Summary { in test_norm2()
411 let summ = &Summary { in test_norm10narrow()
439 let summ = &Summary { in test_norm10medium()
467 let summ = &Summary { in test_norm10wide()
510 let summ = &Summary { in test_norm25verynarrow()
538 let summ = &Summary { in test_exp10a()
566 let summ = &Summary { in test_exp10b()
594 let summ = &Summary { in test_exp10c()
637 let summ = &Summary { in test_exp25()
680 let summ = &Summary { in test_binom25()
723 let summ = &Summary { in test_pois25lambda30()
766 let summ = &Summary { in test_pois25lambda40()
809 let summ = &Summary { in test_pois25lambda50()
852 let summ = &Summary { in test_unif25()