pub fn histogram<T: AsRef<[Float]>>(
values: T,
bins: usize,
range: (Float, Float),
weights: Option<T>,
) -> HistogramExpand description
A method which creates a histogram from some data by binning it with evenly spaced bins within
the given range