Lines Matching refs:cdf
59 cdf(dist, cs), P, tol); in test_spot()
69 cdf(complement(dist, cs)), Q, tol); in test_spot()
78 cdf(dist2, cs), P, tol); in test_spot()
88 cdf(complement(dist2, cs)), Q, tol); in test_spot()
325 using ::boost::math::cdf; in test_spots()
415 , pdf(dist, x) / cdf(complement(dist, x)), tol2); in test_spots()
419 , -log(cdf(complement(dist, x))), tol2); in test_spots()
459 cdf(chi_squared_distribution<RealType>(1), static_cast<RealType>(0)) in test_spots()
462 cdf(chi_squared_distribution<RealType>(2), static_cast<RealType>(0)) in test_spots()
465 cdf(chi_squared_distribution<RealType>(3), static_cast<RealType>(0)) in test_spots()
468 cdf(complement(chi_squared_distribution<RealType>(1), static_cast<RealType>(0))) in test_spots()
471 cdf(complement(chi_squared_distribution<RealType>(2), static_cast<RealType>(0))) in test_spots()
474 cdf(complement(chi_squared_distribution<RealType>(3), static_cast<RealType>(0))) in test_spots()
488 cdf( in test_spots()
493 cdf( in test_spots()
498 cdf(complement( in test_spots()
503 cdf(complement( in test_spots()