Skip to main content

bootstrap_se

Function bootstrap_se 

Source
pub fn bootstrap_se(
    data: &[f64],
    statistic: impl Fn(&[f64]) -> f64,
    n_boot: usize,
    rng: &mut StatRng,
) -> f64
Expand description

Bootstrap standard error of a statistic.