Lines Matching refs:complement
69 cdf(complement(dist, cs)), Q, tol); in test_spot()
73 quantile(complement(dist, Q)), cs, tol); in test_spot()
88 cdf(complement(dist2, cs)), Q, tol); in test_spot()
92 quantile(complement(dist2, Q)), cs, tol); in test_spot()
415 , pdf(dist, x) / cdf(complement(dist, x)), tol2); in test_spots()
419 , -log(cdf(complement(dist, x))), tol2); 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()
498 cdf(complement( in test_spots()
503 cdf(complement( in test_spots()
523 quantile(complement( in test_spots()
528 quantile(complement( in test_spots()
533 quantile(complement( in test_spots()