Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
bootstrap in criterion_stats::univariate - Rust
[go: Go Back, main page]

Function bootstrap

Source
pub fn bootstrap<A, B, T, S>(
    a: &Sample<A>,
    b: &Sample<B>,
    nresamples: usize,
    statistic: S,
) -> T::Distributions
where A: Float, B: Float, S: Fn(&Sample<A>, &Sample<B>) -> T + Sync, T: Tuple, T::Distributions: Send, T::Builder: Send,
Expand description

Performs a two-sample bootstrap

  • Multithreaded
  • Time: O(nresamples)
  • Memory: O(nresamples)