Skip to main content

bootstrap_ci

Function bootstrap_ci 

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

95% percentile bootstrap CI on the median delta (treatment − control).