Skip to main content

statistics_from_data

Function statistics_from_data 

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

Compute statistics from raw data, auto-calculating min, mean, max and percentiles (p25, p50, p75).