• Home
  • Raw
  • Download

Lines Matching refs:quantile

78         quantile(bn, P), k, tol);  in test_spot()
88 BOOST_CHECK(quantile(bn, P) < boost::math::tools::epsilon<RealType>() * 10); in test_spot()
94 quantile(complement(bn, Q)), k, tol); in test_spot()
104 BOOST_CHECK(quantile(complement(bn, Q)) < boost::math::tools::epsilon<RealType>() * 10); in test_spot()
577 quantile( // zero P < cdf(0) so should be exactly zero. in test_spots()
583 quantile( // min P < cdf(0) so should be exactly zero. in test_spots()
589 quantile( // Small P < cdf(0) so should be near zero. in test_spots()
596 quantile( // Small P < cdf(0) so should be exactly zero. in test_spots()
619 quantile( // At P == 1 so k failures should be infinite. in test_spots()
626 quantile( // At 1 == P so should be infinite. in test_spots()
632 quantile(complement( // Q zero 1 so P == 1 < cdf(0) so should be exactly infinity. in test_spots()
640 quantile( // At P == 1 so k failures should be infinite. in test_spots()
646 quantile(complement( // Q zero 1 so P == 1 < cdf(0) so should be exactly infinity. in test_spots()
652 quantile(complement( // Q very near to 1 so P nearly 1 < so should be large > 384. in test_spots()
658 quantile( // P == 0 < cdf(0) so should be zero. in test_spots()
666 quantile(complement( // Q = 1 so P = 0 < cdf(0) so should be exactly zero. in test_spots()
673 quantile(complement( // Q very near 1 so P == epsilon < cdf(0) so should be exactly zero. in test_spots()
724 quantile( // Negative success_fraction! in test_spots()
729 quantile( // Success_fraction > 1! in test_spots()
754 RealType x = quantile(p1, negative_binomial_quantile_data[i][2]); in test_spots()
756 x = quantile(complement(p1, negative_binomial_quantile_data[i][2])); in test_spots()
762 x = quantile(p2, negative_binomial_quantile_data[i][2]); in test_spots()
764 x = quantile(complement(p2, negative_binomial_quantile_data[i][2])); in test_spots()
770 x = quantile(p3, negative_binomial_quantile_data[i][2]); in test_spots()
772 x = quantile(complement(p3, negative_binomial_quantile_data[i][2])); in test_spots()
778 x = quantile(p4, negative_binomial_quantile_data[i][2]); in test_spots()
780 x = quantile(complement(p4, negative_binomial_quantile_data[i][2])); in test_spots()
786 x = quantile(p5, negative_binomial_quantile_data[i][2]); in test_spots()
788 x = quantile(complement(p5, negative_binomial_quantile_data[i][2])); in test_spots()
794 x = quantile(p6, negative_binomial_quantile_data[i][2]); in test_spots()
796 x = quantile(complement(p6, negative_binomial_quantile_data[i][2])); in test_spots()