pub fn statistics_from_data_simple<I, T>(data: I) -> MetaValuewhere
I: IntoIterator<Item = T>,
T: ToMetaNumber,Expand description
Compute statistics from raw data without percentiles (min, mean, max only).
pub fn statistics_from_data_simple<I, T>(data: I) -> MetaValuewhere
I: IntoIterator<Item = T>,
T: ToMetaNumber,Compute statistics from raw data without percentiles (min, mean, max only).