Esempio n. 1
0
 public static double BucketValue(this IHistogram histogram, double b)
 => histogram.Bucket(b).CumulativeCount;