pub fn bootstrap<A, B, T, S>(
a: &Sample<A>,
b: &Sample<B>,
nresamples: usize,
statistic: S,
) -> T::Distributions
Expand description
Performs a two-sample bootstrap
- Multithreaded
- Time:
O(nresamples)
- Memory:
O(nresamples)
pub fn bootstrap<A, B, T, S>(
a: &Sample<A>,
b: &Sample<B>,
nresamples: usize,
statistic: S,
) -> T::Distributions
Performs a two-sample bootstrap
O(nresamples)
O(nresamples)