commit
0ed75e1f47
1 changed files with 2 additions and 2 deletions
|
@ -264,8 +264,8 @@ impl Stats for [f64] {
|
||||||
local_sort(&mut tmp);
|
local_sort(&mut tmp);
|
||||||
let first = 25f64;
|
let first = 25f64;
|
||||||
let a = percentile_of_sorted(&tmp, first);
|
let a = percentile_of_sorted(&tmp, first);
|
||||||
let secound = 50f64;
|
let second = 50f64;
|
||||||
let b = percentile_of_sorted(&tmp, secound);
|
let b = percentile_of_sorted(&tmp, second);
|
||||||
let third = 75f64;
|
let third = 75f64;
|
||||||
let c = percentile_of_sorted(&tmp, third);
|
let c = percentile_of_sorted(&tmp, third);
|
||||||
(a, b, c)
|
(a, b, c)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue