Skip to main content

summarize

Function summarize 

Source
pub fn summarize(
    control: &[f64],
    treatment: &[f64],
    seed: u64,
    resamples: u32,
) -> Summary
Expand description

Pure stats for a metric. Deterministic given seed.