• Home
  • Raw
  • Download

Lines Matching refs:cdf

61       cdf(dist, cs), P, tol);  in test_spot()
71 cdf(complement(dist, cs)), Q, tol); in test_spot()
204 using ::boost::math::cdf; in test_spots()
237 cdf(fisher_f_distribution<RealType>( in test_spots()
245 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
253 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
261 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
269 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
277 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
285 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
293 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
301 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
309 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
317 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
325 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
333 cdf(complement(fisher_f_distribution<RealType>( in test_spots()
385 , pdf(dist, x) / cdf(complement(dist, x)), tol2); in test_spots()
389 , -log(cdf(complement(dist, x))), tol2); in test_spots()
421 cdf(fisher_f_distribution<RealType>(1, 1), static_cast<RealType>(0)) in test_spots()
424 cdf(fisher_f_distribution<RealType>(2, 2), static_cast<RealType>(0)) in test_spots()
427 cdf(fisher_f_distribution<RealType>(3, 3), static_cast<RealType>(0)) in test_spots()
430 cdf(complement(fisher_f_distribution<RealType>(1, 1), static_cast<RealType>(0))) in test_spots()
433 cdf(complement(fisher_f_distribution<RealType>(2, 2), static_cast<RealType>(0))) in test_spots()
436 cdf(complement(fisher_f_distribution<RealType>(3, 3), static_cast<RealType>(0))) in test_spots()
455 cdf( in test_spots()
460 cdf( in test_spots()
465 cdf(complement( in test_spots()
470 cdf(complement( in test_spots()