histogram

Function histogram 

Source
pub fn histogram<T: AsRef<[Float]>>(
    values: T,
    bins: usize,
    range: (Float, Float),
    weights: Option<T>,
) -> Histogram
Expand description

A method which creates a histogram from some data by binning it with evenly spaced bins within the given range