Home
last modified time | relevance | path

Searched refs:normal_cdf (Results 1 – 25 of 133) sorted by relevance

123456

/dports/math/stanmath/math-4.2.0/test/unit/math/prim/prob/
H A Dnormal_cdf_test.cpp5 using stan::math::normal_cdf; in TEST()
7 EXPECT_FLOAT_EQ(4.60535300958196e-308, normal_cdf(-37.5, 0, 1)); in TEST()
8 EXPECT_FLOAT_EQ(5.72557122252458e-300, normal_cdf(-37, 0, 1)); in TEST()
9 EXPECT_FLOAT_EQ(5.54472571307484e-292, normal_cdf(-36.5, 0, 1)); in TEST()
10 EXPECT_FLOAT_EQ(4.18262406579728e-284, normal_cdf(-36, 0, 1)); in TEST()
12 EXPECT_FLOAT_EQ(1.12491070647241e-268, normal_cdf(-35, 0, 1)); in TEST()
82 EXPECT_FLOAT_EQ(0.5, normal_cdf(0, 0, 1)); in TEST()
99 EXPECT_FLOAT_EQ(1, normal_cdf(8.5, 0, 1)); in TEST()
100 EXPECT_FLOAT_EQ(1, normal_cdf(9, 0, 1)); in TEST()
101 EXPECT_FLOAT_EQ(1, normal_cdf(9.5, 0, 1)); in TEST()
[all …]
/dports/math/stan/stan-2.28.2/src/test/test-models/good/function-signatures/distributions/univariate/continuous/normal/
H A Dnormal_cdf.stan11 transformed_data_real = normal_cdf(d_int, d_int, d_int);
12 transformed_data_real = normal_cdf(d_int, d_int, d_real);
13 transformed_data_real = normal_cdf(d_int, d_int, d_real_array);
14 transformed_data_real = normal_cdf(d_int, d_int, d_vector);
16 transformed_data_real = normal_cdf(d_int, d_real, d_int);
17 transformed_data_real = normal_cdf(d_int, d_real, d_real);
19 transformed_data_real = normal_cdf(d_int, d_real, d_vector);
26 transformed_data_real = normal_cdf(d_int, d_vector, d_int);
36 transformed_data_real = normal_cdf(d_real, d_int, d_int);
37 transformed_data_real = normal_cdf(d_real, d_int, d_real);
[all …]
/dports/math/stanmath/math-4.2.0/test/unit/math/opencl/rev/
H A Dnormal_cdf_test.cpp42 EXPECT_NO_THROW(stan::math::normal_cdf(y_cl, mu_cl, sigma_cl)); in TEST()
44 EXPECT_THROW(stan::math::normal_cdf(y_size_cl, mu_cl, sigma_cl), in TEST()
46 EXPECT_THROW(stan::math::normal_cdf(y_cl, mu_size_cl, sigma_cl), in TEST()
48 EXPECT_THROW(stan::math::normal_cdf(y_cl, mu_cl, sigma_size_cl), in TEST()
51 EXPECT_THROW(stan::math::normal_cdf(y_value_cl, mu_cl, sigma_cl), in TEST()
53 EXPECT_THROW(stan::math::normal_cdf(y_cl, mu_value_cl, sigma_cl), in TEST()
55 EXPECT_THROW(stan::math::normal_cdf(y_cl, mu_cl, sigma_value_cl), in TEST()
60 return stan::math::normal_cdf(y, mu, sigma); in __anona69a2fd20102()
/dports/math/gretl/gretl-2021d/lib/src/
H A Dgretl_normal.c221 bvn += normal_cdf(d1) * normal_cdf(-k); in genz04()
278 bvn = bvn + normal_cdf(k) - normal_cdf(h); in genz04()
339 ret = normal_cdf(a) + normal_cdf(b) - 1 + bvnorm_cdf(rho, -a, -b); in drezner78()
377 return normal_cdf(a) * normal_cdf(b); in bvnorm_cdf()
382 return normal_cdf(a < b ? a : b); in bvnorm_cdf()
389 return (a <= b) ? 0 : normal_cdf(a) - normal_cdf(b); in bvnorm_cdf()
783 TA = normal_cdf(z); in ghk_tj()
793 TB = normal_cdf(z); in ghk_tj()
853 TA = normal_cdf(-x); in ghk_tj()
855 TA = normal_cdf(x); in ghk_tj()
[all …]
/dports/math/stanmath/math-4.2.0/test/unit/math/mix/prob/
H A Dnormal_cdf_test.cpp4 TEST(mathMixScalFun, normal_cdf) { in TEST() argument
6 return [=](const auto& y) { return stan::math::normal_cdf(y, mu, sigma); }; in TEST()
/dports/math/py-spectral/spectral-0.22.4/spectral/algorithms/
H A Dresampling.py43 def normal_cdf(x): function
50 return normal_cdf(b) - normal_cdf(a)
/dports/devel/catch/Catch2-2.13.7/projects/SelfTest/IntrospectiveTests/
H A DInternalBenchmark.tests.cpp156 using Catch::Benchmark::Detail::normal_cdf;
157 CHECK(normal_cdf(0.000000) == Approx(0.50000000000000000));
158 CHECK(normal_cdf(1.000000) == Approx(0.84134474606854293));
159 CHECK(normal_cdf(-1.000000) == Approx(0.15865525393145705));
160 CHECK(normal_cdf(2.809729) == Approx(0.99752083845315409));
161 CHECK(normal_cdf(-1.352570) == Approx(0.08809652095066035));
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/projects/SelfTest/IntrospectiveTests/
H A DInternalBenchmark.tests.cpp156 using Catch::Benchmark::Detail::normal_cdf;
157 CHECK(normal_cdf(0.000000) == Approx(0.50000000000000000));
158 CHECK(normal_cdf(1.000000) == Approx(0.84134474606854293));
159 CHECK(normal_cdf(-1.000000) == Approx(0.15865525393145705));
160 CHECK(normal_cdf(2.809729) == Approx(0.99752083845315409));
161 CHECK(normal_cdf(-1.352570) == Approx(0.08809652095066035));
/dports/math/e-antic/Catch2-ff349a5/projects/SelfTest/IntrospectiveTests/
H A DInternalBenchmark.tests.cpp156 using Catch::Benchmark::Detail::normal_cdf;
157 CHECK(normal_cdf(0.000000) == Approx(0.50000000000000000));
158 CHECK(normal_cdf(1.000000) == Approx(0.84134474606854293));
159 CHECK(normal_cdf(-1.000000) == Approx(0.15865525393145705));
160 CHECK(normal_cdf(2.809729) == Approx(0.99752083845315409));
161 CHECK(normal_cdf(-1.352570) == Approx(0.08809652095066035));
/dports/www/restbed/restbed-4.8/dependency/catch/projects/SelfTest/IntrospectiveTests/
H A DInternalBenchmark.tests.cpp156 using Catch::Benchmark::Detail::normal_cdf;
157 CHECK(normal_cdf(0.000000) == Approx(0.50000000000000000));
158 CHECK(normal_cdf(1.000000) == Approx(0.84134474606854293));
159 CHECK(normal_cdf(-1.000000) == Approx(0.15865525393145705));
160 CHECK(normal_cdf(2.809729) == Approx(0.99752083845315409));
161 CHECK(normal_cdf(-1.352570) == Approx(0.08809652095066035));
/dports/emulators/citra/citra-ac98458e0/externals/catch/projects/SelfTest/IntrospectiveTests/
H A DInternalBenchmark.tests.cpp156 using Catch::Benchmark::Detail::normal_cdf;
157 CHECK(normal_cdf(0.000000) == Approx(0.50000000000000000));
158 CHECK(normal_cdf(1.000000) == Approx(0.84134474606854293));
159 CHECK(normal_cdf(-1.000000) == Approx(0.15865525393145705));
160 CHECK(normal_cdf(2.809729) == Approx(0.99752083845315409));
161 CHECK(normal_cdf(-1.352570) == Approx(0.08809652095066035));
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/projects/SelfTest/IntrospectiveTests/
H A DInternalBenchmark.tests.cpp156 using Catch::Benchmark::Detail::normal_cdf;
157 CHECK(normal_cdf(0.000000) == Approx(0.50000000000000000));
158 CHECK(normal_cdf(1.000000) == Approx(0.84134474606854293));
159 CHECK(normal_cdf(-1.000000) == Approx(0.15865525393145705));
160 CHECK(normal_cdf(2.809729) == Approx(0.99752083845315409));
161 CHECK(normal_cdf(-1.352570) == Approx(0.08809652095066035));
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DRandomTest.cpp51 static double normal_cdf(double z) { in normal_cdf() function
146 double p = normal_cdf(z); in test_single_gorilla()
/dports/math/e-antic/Catch2-ff349a5/include/internal/benchmark/detail/
H A Dcatch_stats.hpp99 inline double normal_cdf(double x) { in normal_cdf() function
135 return std::lround(normal_cdf(x) * n); }; in bootstrap()
/dports/math/e-antic/e-antic-1.0.0-rc.13/libeantic/test/external/catch2/include/internal/benchmark/detail/
H A Dcatch_stats.hpp99 inline double normal_cdf(double x) { in normal_cdf() function
135 return std::lround(normal_cdf(x) * n); }; in bootstrap()
/dports/www/restbed/restbed-4.8/dependency/catch/include/internal/benchmark/detail/
H A Dcatch_stats.hpp97 inline double normal_cdf(double x) { in normal_cdf() function
133 return std::lround(normal_cdf(x) * n); }; in bootstrap()
/dports/emulators/citra/citra-ac98458e0/externals/catch/include/internal/benchmark/detail/
H A Dcatch_stats.hpp99 inline double normal_cdf(double x) { in normal_cdf() function
135 return std::lround(normal_cdf(x) * n); }; in bootstrap()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/catch/include/internal/benchmark/detail/
H A Dcatch_stats.hpp99 inline double normal_cdf(double x) { in normal_cdf() function
135 return std::lround(normal_cdf(x) * n); }; in bootstrap()
/dports/devel/catch/Catch2-2.13.7/include/internal/benchmark/detail/
H A Dcatch_stats.hpp99 inline double normal_cdf(double x) { in normal_cdf() function
135 return std::lround(normal_cdf(x) * n); }; in bootstrap()
/dports/science/py-dlib/dlib-19.22/dlib/statistics/
H A Drunning_gradient.h115 return normal_cdf(thresh, gradient(), standard_error()); in probability_gradient_less_than()
156 static double normal_cdf(double value, double mean, double stddev) in normal_cdf() function
/dports/science/dlib-cpp/dlib-19.22/dlib/statistics/
H A Drunning_gradient.h115 return normal_cdf(thresh, gradient(), standard_error()); in probability_gradient_less_than()
156 static double normal_cdf(double value, double mean, double stddev) in normal_cdf() function
/dports/textproc/dbacl/dbacl-1.14.1/src/
H A Dutil.h61 double normal_cdf(double x);
H A Dprobs.c60 double normal_cdf(double x) { in normal_cdf() function
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/doc/distributions/
H A Dnormal.qbk47 [equation normal_cdf]
51 [graph normal_cdf]
/dports/devel/boost-docs/boost_1_72_0/libs/math/doc/distributions/
H A Dnormal.qbk47 [equation normal_cdf]
51 [graph normal_cdf]

123456