• Home
  • Raw
  • Download

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()
378cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(20), static_cast<RealType>(0.25… in test_spots()
384cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(20), static_cast<RealType>(0.25… in test_spots()
391cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(8), static_cast<RealType>(0.25)… in test_spots()
397cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(8), static_cast<RealType>(0.25)… in test_spots()
403cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(8), static_cast<RealType>(0.25)… in test_spots()
409cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(8), static_cast<RealType>(0.25)… in test_spots()
415cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(8), static_cast<RealType>(0.25)… in test_spots()
421cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(8), static_cast<RealType>(0.25)… in test_spots()
427cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(8), static_cast<RealType>(0.25)… in test_spots()
433cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(8), static_cast<RealType>(0.25)… in test_spots()
439cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(8), static_cast<RealType>(0.25)… in test_spots()
445cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(8), static_cast<RealType>(0.25)… in test_spots()
451cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(8), static_cast<RealType>(0.25)… in test_spots()
457cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(8), static_cast<RealType>(0.25)… in test_spots()
463cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(8), static_cast<RealType>(0.25)… in test_spots()
469cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(5), static_cast<RealType>(0.4)), in test_spots()
475cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(5), static_cast<RealType>(0.4)), in test_spots()
481cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(50), static_cast<RealType>(0.9)… in test_spots()
487cdf(negative_binomial_distribution<RealType>(static_cast<RealType>(500), static_cast<RealType>(0.7… in test_spots()
493cdf(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()