pub fn bootstrap_ci( control: &[f64], treatment: &[f64], seed: u64, resamples: u32, ) -> (Option<f64>, Option<f64>)
95% percentile bootstrap CI on the median delta (treatment − control).