• Home
  • Raw
  • Download

Lines Matching refs:cdf

46     ::boost::math::cdf(   // Check cdf  in check_inverse_gaussian()
52 ::boost::math::cdf( // Check cdf complement in check_inverse_gaussian()
78 cdf(complement(dist, x)), q, tol); // 1 - cdf in check_inverse_gaussian()
110cdf(complement(w11, 1.)), static_cast<RealType>(1) - cdf(w11, 1.), tolerance); // cdf complement in test_spots()
211 cdf(w11, 1.), static_cast<double>(0.66810200122317065), 10 * tolfeweps); // cdf in BOOST_AUTO_TEST_CASE()
216 cdf(w11, 0.1), static_cast<double>(0.0040761113207110162), 10 * tolfeweps); // cdf in BOOST_AUTO_TEST_CASE()
221 cdf(w11, 0.01), static_cast<double>(4.122313403318778e-23), 10 * tolfeweps); // cdf in BOOST_AUTO_TEST_CASE()
226 cdf(w11, 0.001), static_cast<double>(4.8791443010851493e-219), 1000 * tolfeweps); // cdf in BOOST_AUTO_TEST_CASE()
244 cdf(w11, 0.5), static_cast<double>(0.3649755481729598), tolfeweps); // cdf in BOOST_AUTO_TEST_CASE()
249 cdf(w11, 2), static_cast<double>(.88547542598600637), tolfeweps); // cdf in BOOST_AUTO_TEST_CASE()
254 cdf(w11, 10), static_cast<double>(0.99964958546279115), tolfeweps); // cdf in BOOST_AUTO_TEST_CASE()
259 cdf(w11, 100), static_cast<double>(1), tolfeweps); // cdf in BOOST_AUTO_TEST_CASE()
263 cdf(w11, 1000), static_cast<double>(1.), tolfeweps); // cdf in BOOST_AUTO_TEST_CASE()
267 cdf(w11, 1.), static_cast<double>(0.66810200122317065), tolfeweps); // cdf in BOOST_AUTO_TEST_CASE()
269 cdf(w11, 0.1), static_cast<double>(0.0040761113207110162), tolfeweps * 5); // cdf in BOOST_AUTO_TEST_CASE()
272 cdf(w11, 0.2), static_cast<double>(0.063753567519976254), tolfeweps * 5); // cdf in BOOST_AUTO_TEST_CASE()
274 cdf(w11, 0.5), static_cast<double>(0.3649755481729598), tolfeweps); // cdf in BOOST_AUTO_TEST_CASE()
277 cdf(w11, 0.9), static_cast<double>(0.62502320258649202), tolfeweps); // cdf in BOOST_AUTO_TEST_CASE()
279 cdf(w11, 0.99), static_cast<double>(0.66408247396139031), tolfeweps); // cdf in BOOST_AUTO_TEST_CASE()
281 cdf(w11, 0.999), static_cast<double>(0.66770275955311675), tolfeweps); // cdf in BOOST_AUTO_TEST_CASE()
283 cdf(w11, 10.), static_cast<double>(0.99964958546279115), tolfeweps); // cdf in BOOST_AUTO_TEST_CASE()
285 cdf(w11, 50.), static_cast<double>(0.99999999999992029), tolfeweps); // cdf in BOOST_AUTO_TEST_CASE()
313 cdf(w012, 1.), static_cast<double>(1), tolfeweps ); // pdf in BOOST_AUTO_TEST_CASE()
319 cdf(w0110, 1.), static_cast<double>(1), tolfeweps ); // cdf in BOOST_AUTO_TEST_CASE()
321cdf(complement(w0110, 1.)), static_cast<double>(3.2787685715328683e-179), 1e6 * tolfeweps ); // cd… in BOOST_AUTO_TEST_CASE()
327 cdf(w0110, 0.1), static_cast<double>(0.51989761564832704), 10 * tolfeweps ); // cdf in BOOST_AUTO_TEST_CASE()