Skip to main content

statistics_from_data_simple

Function statistics_from_data_simple 

Source
pub fn statistics_from_data_simple<I, T>(data: I) -> MetaValue
where I: IntoIterator<Item = T>, T: ToMetaNumber,
Expand description

Compute statistics from raw data without percentiles (min, mean, max only).