pub fn bootstrap_sample(data: &Array2<f64>, n_samples: usize) -> Array2<f64>
Randomly sample rows from a 2D array (with replacement)