Skip to main content

histogram

Function histogram 

Source
pub fn histogram(
    values: &[f64],
    bucket_count: usize,
) -> Result<Vec<HistogramBucket>, DistributionError>