calculate_bin_stats

Function calculate_bin_stats 

Source
pub fn calculate_bin_stats<E: Numeric>(
    numbers: &[E],
    number_of_bins: usize,
    low: f32,
    high: f32,
) -> Vec<BinStats>
Expand description

Sorts the data into bins for ranges of equal sizes