Home
last modified time | relevance | path

Searched refs:normal_quantile (Results 1 – 25 of 72) sorted by relevance

123

/dports/math/e-antic/Catch2-ff349a5/include/internal/benchmark/detail/
H A Dcatch_stats.hpp105 double normal_quantile(double p);
131 double bias = normal_quantile(prob_n); in bootstrap()
132 double z1 = normal_quantile((1. - confidence_level) / 2.); in bootstrap()
H A Dcatch_stats.cpp134 double normal_quantile(double p) { in normal_quantile() function
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/benchmark/detail/
H A Dcatch_stats.hpp105 double normal_quantile(double p);
131 double bias = normal_quantile(prob_n); in bootstrap()
132 double z1 = normal_quantile((1. - confidence_level) / 2.); in bootstrap()
H A Dcatch_stats.cpp134 double normal_quantile(double p) { in normal_quantile() function
/dports/www/restbed/restbed-4.8/dependency/catch/include/internal/benchmark/detail/
H A Dcatch_stats.hpp103 double normal_quantile(double p);
129 double bias = normal_quantile(prob_n); in bootstrap()
130 double z1 = normal_quantile((1. - confidence_level) / 2.); in bootstrap()
H A Dcatch_stats.cpp134 double normal_quantile(double p) { in normal_quantile() function
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/internal/benchmark/detail/
H A Dcatch_stats.hpp105 double normal_quantile(double p);
131 double bias = normal_quantile(prob_n); in bootstrap()
132 double z1 = normal_quantile((1. - confidence_level) / 2.); in bootstrap()
H A Dcatch_stats.cpp134 double normal_quantile(double p) { in normal_quantile() function
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/internal/benchmark/detail/
H A Dcatch_stats.hpp105 double normal_quantile(double p);
131 double bias = normal_quantile(prob_n); in bootstrap()
132 double z1 = normal_quantile((1. - confidence_level) / 2.); in bootstrap()
H A Dcatch_stats.cpp134 double normal_quantile(double p) { in normal_quantile() function
/dports/devel/catch/Catch2-2.13.7/include/internal/benchmark/detail/
H A Dcatch_stats.hpp105 double normal_quantile(double p);
131 double bias = normal_quantile(prob_n); in bootstrap()
132 double z1 = normal_quantile((1. - confidence_level) / 2.); in bootstrap()
H A Dcatch_stats.cpp134 double normal_quantile(double p) { in normal_quantile() function
/dports/devel/catch/Catch2-2.13.7/projects/SelfTest/IntrospectiveTests/
H A DInternalBenchmark.tests.cpp172 using Catch::Benchmark::Detail::normal_quantile;
173 CHECK(normal_quantile(0.551780) == Approx(0.13015979861484198));
174 CHECK(normal_quantile(0.533700) == Approx(0.08457408802851875));
175 CHECK(normal_quantile(0.025000) == Approx(-1.95996398454005449));
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/projects/SelfTest/IntrospectiveTests/
H A DInternalBenchmark.tests.cpp172 using Catch::Benchmark::Detail::normal_quantile;
173 CHECK(normal_quantile(0.551780) == Approx(0.13015979861484198));
174 CHECK(normal_quantile(0.533700) == Approx(0.08457408802851875));
175 CHECK(normal_quantile(0.025000) == Approx(-1.95996398454005449));
/dports/math/e-antic/Catch2-ff349a5/projects/SelfTest/IntrospectiveTests/
H A DInternalBenchmark.tests.cpp172 using Catch::Benchmark::Detail::normal_quantile;
173 CHECK(normal_quantile(0.551780) == Approx(0.13015979861484198));
174 CHECK(normal_quantile(0.533700) == Approx(0.08457408802851875));
175 CHECK(normal_quantile(0.025000) == Approx(-1.95996398454005449));
/dports/www/restbed/restbed-4.8/dependency/catch/projects/SelfTest/IntrospectiveTests/
H A DInternalBenchmark.tests.cpp172 using Catch::Benchmark::Detail::normal_quantile;
173 CHECK(normal_quantile(0.551780) == Approx(0.13015979861484198));
174 CHECK(normal_quantile(0.533700) == Approx(0.08457408802851875));
175 CHECK(normal_quantile(0.025000) == Approx(-1.95996398454005449));
/dports/emulators/citra/citra-ac98458e0/externals/catch/projects/SelfTest/IntrospectiveTests/
H A DInternalBenchmark.tests.cpp172 using Catch::Benchmark::Detail::normal_quantile;
173 CHECK(normal_quantile(0.551780) == Approx(0.13015979861484198));
174 CHECK(normal_quantile(0.533700) == Approx(0.08457408802851875));
175 CHECK(normal_quantile(0.025000) == Approx(-1.95996398454005449));
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/projects/SelfTest/IntrospectiveTests/
H A DInternalBenchmark.tests.cpp172 using Catch::Benchmark::Detail::normal_quantile;
173 CHECK(normal_quantile(0.551780) == Approx(0.13015979861484198));
174 CHECK(normal_quantile(0.533700) == Approx(0.08457408802851875));
175 CHECK(normal_quantile(0.025000) == Approx(-1.95996398454005449));
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/tests/cpp/tests/vendor/
H A Dcatch.hpp7030 double normal_quantile(double p);
7056 double bias = normal_quantile(prob_n); in bootstrap()
7057 double z1 = normal_quantile((1. - confidence_level) / 2.); in bootstrap()
7759 double normal_quantile(double p) { in normal_quantile() function
/dports/astro/libosmium/libosmium-2.17.2/test/catch/
H A Dcatch.hpp7028 double normal_quantile(double p);
7054 double bias = normal_quantile(prob_n); in bootstrap()
7055 double z1 = normal_quantile((1. - confidence_level) / 2.); in bootstrap()
7763 double normal_quantile(double p) { in normal_quantile() function
/dports/math/heyoka/heyoka-0.16.0/test/
H A Dcatch.hpp7017 double normal_quantile(double p);
7043 double bias = normal_quantile(prob_n); in bootstrap()
7044 double z1 = normal_quantile((1. - confidence_level) / 2.); in bootstrap()
7731 double normal_quantile(double p) { in normal_quantile() function
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/externals/catch/
H A Dcatch.hpp6969 double normal_quantile(double p);
6995 double bias = normal_quantile(prob_n); in bootstrap()
6996 double z1 = normal_quantile((1. - confidence_level) / 2.); in bootstrap()
7683 double normal_quantile(double p) { in normal_quantile() function
/dports/net/measurement-kit/measurement-kit-0.10.14/include/private/
H A Dcatch.hpp7021 double normal_quantile(double p);
7047 double bias = normal_quantile(prob_n); in bootstrap()
7048 double z1 = normal_quantile((1. - confidence_level) / 2.); in bootstrap()
7754 double normal_quantile(double p) { in normal_quantile() function
/dports/math/gap/gap-4.11.0/pkg/semigroups-3.2.3/libsemigroups/tests/
H A Dcatch.hpp6811 double normal_quantile(double p);
6837 double bias = normal_quantile(prob_n); in bootstrap()
6838 double z1 = normal_quantile((1. - confidence_level) / 2.); in bootstrap()
7453 double normal_quantile(double p) { in normal_quantile() function
/dports/emulators/mess/mame-mame0226/3rdparty/bx/3rdparty/catch/
H A Dcatch.hpp6742 double normal_quantile(double p);
6768 double bias = normal_quantile(prob_n); in bootstrap()
6769 double z1 = normal_quantile((1. - confidence_level) / 2.); in bootstrap()
7384 double normal_quantile(double p) { in normal_quantile() function

123