pub fn calculate_bin_stats<E: Numeric>( numbers: &[E], number_of_bins: usize, low: f32, high: f32, ) -> Vec<BinStats>
Sorts the data into bins for ranges of equal sizes