pub fn bootstrap_se( data: &[f64], statistic: impl Fn(&[f64]) -> f64, n_boot: usize, rng: &mut StatRng, ) -> f64
Bootstrap standard error of a statistic.