Lines Matching refs:cdf
66 cdf(bn, k), P, tol); in test_spot()
74 cdf(complement(bn, k)), Q, tol); in test_spot()
226 using ::boost::math::cdf; in test_spots()
366 BOOST_CHECK_CLOSE(cdf( in test_spots()
372 BOOST_CHECK_CLOSE(cdf(complement( in test_spots()
378 …cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(20), static_cast<RealType>(0.25… in test_spots()
384 …cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(20), static_cast<RealType>(0.25… in test_spots()
391 …cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(8), static_cast<RealType>(0.25)… in test_spots()
397 …cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(8), static_cast<RealType>(0.25)… in test_spots()
403 …cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(8), static_cast<RealType>(0.25)… in test_spots()
409 …cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(8), static_cast<RealType>(0.25)… in test_spots()
415 …cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(8), static_cast<RealType>(0.25)… in test_spots()
421 …cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(8), static_cast<RealType>(0.25)… in test_spots()
427 …cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(8), static_cast<RealType>(0.25)… in test_spots()
433 …cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(8), static_cast<RealType>(0.25)… in test_spots()
439 …cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(8), static_cast<RealType>(0.25)… in test_spots()
445 …cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(8), static_cast<RealType>(0.25)… in test_spots()
451 …cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(8), static_cast<RealType>(0.25)… in test_spots()
457 …cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(8), static_cast<RealType>(0.25)… in test_spots()
463 …cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(8), static_cast<RealType>(0.25)… in test_spots()
469 …cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(5), static_cast<RealType>(0.4)), in test_spots()
475 …cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(5), static_cast<RealType>(0.4)), in test_spots()
481 …cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(50), static_cast<RealType>(0.9)… in test_spots()
487 …cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(500), static_cast<RealType>(0.7… in test_spots()
493 …cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(50), static_cast<RealType>(0.7)… in test_spots()
533 , pdf(dist, x) / cdf(complement(dist, x)), tol5eps); in test_spots()
536 chf(dist, x), -log(cdf(complement(dist, x))), tol5eps); in test_spots()
708 cdf( // Negative k argument ! in test_spots()
714 cdf( // Negative success_fraction! in test_spots()
719 cdf( // Success_fraction > 1! in test_spots()