Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp6970 …Estimate<double> bootstrap(double confidence_level, Iterator first, Iterator last, sample const& r… in bootstrap() argument
6975 if (n_samples == 1) return { point, point, point, confidence_level }; in bootstrap()
6991 if (prob_n == 0) return { point, point, point, confidence_level }; in bootstrap()
6994 double z1 = normal_quantile((1. - confidence_level) / 2.); in bootstrap()
7006 return { point, resample[lo], resample[hi], confidence_level }; in bootstrap()
7017 …bootstrap_analysis analyse_samples(double confidence_level, int n_resamples, std::vector<double>::…
7718 …bootstrap_analysis analyse_samples(double confidence_level, int n_resamples, std::vector<double>::… in analyse_samples() argument
7735 return bootstrap(confidence_level, first, last, resampled, f); in analyse_samples()
7749 return bootstrap(confidence_level, first, last, resampled, f); in analyse_samples()