pub const DEFAULT_ITERATIONS: usize = 1000;
Default number of bootstrap iterations. Set on the high side of the bias/variance tradeoff; pair-resamples are cheap (O(n) per iter) so 1000 is fine even for n=1k samples.