Home
last modified time | relevance | path

Searched refs:b_resample (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/criterion/src/stats/univariate/
Dmod.rs58 let b_resample = b_resamples.next(); in bootstrap() localVariable
59 sub_distributions.push(statistic(a_resample, b_resample)); in bootstrap()