Skip to main content

RESAMPLES

Constant RESAMPLES 

Source
const RESAMPLES: usize = 10_000;
Expand description

How many resamples the interval below is built from.

Ten thousand is enough that the 2.5th and 97.5th percentiles of the resampled statistic are stable to well under a tenth of a percent, and it costs microseconds at the sample counts this harness produces.