Home
last modified time | relevance | path

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

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