Lines Matching refs:quantile
135 quantile(poisson_distribution<RealType>(static_cast<RealType>(0)), // mean zero. in test_spots()
140 quantile(poisson_distribution<RealType>(static_cast<RealType>(-1)), in test_spots()
145 quantile(poisson_distribution<RealType>(static_cast<RealType>(1)), in test_spots()
150 quantile(poisson_distribution<RealType>(static_cast<RealType>(1)), in test_spots()
155 quantile(complement(poisson_distribution<RealType>(static_cast<RealType>(1)), in test_spots()
160 quantile(poisson_distribution<RealType>(static_cast<RealType>(1)), in test_spots()
165 quantile(complement(poisson_distribution<RealType>(static_cast<RealType>(1)), in test_spots()
184 quantile(dist4, static_cast<RealType>(0.5)), // 39.332839138842637 in test_spots()
356 boost::math::quantile( in test_spots()
368 BOOST_CHECK_CLOSE(boost::math::quantile( in test_spots()
381 BOOST_CHECK_CLOSE(boost::math::quantile( // inverse of cdf above. in test_spots()
394 BOOST_CHECK_CLOSE(boost::math::quantile( // inverse of cdf above. in test_spots()
424 boost::math::quantile( in test_spots()
431 BOOST_CHECK_EQUAL(boost::math::quantile( // Check case when probability < cdf(0) (== pdf(0)) in test_spots()
437 boost::math::quantile( in test_spots()
465 RealType x = quantile(p1, poisson_quantile_data[i][1]); in test_spots()
467 x = quantile(complement(p1, poisson_quantile_data[i][1])); in test_spots()
473 x = quantile(p2, poisson_quantile_data[i][1]); in test_spots()
475 x = quantile(complement(p2, poisson_quantile_data[i][1])); in test_spots()
481 x = quantile(p3, poisson_quantile_data[i][1]); in test_spots()
483 x = quantile(complement(p3, poisson_quantile_data[i][1])); in test_spots()
489 x = quantile(p4, poisson_quantile_data[i][1]); in test_spots()
491 x = quantile(complement(p4, poisson_quantile_data[i][1])); in test_spots()
497 x = quantile(p5, poisson_quantile_data[i][1]); in test_spots()
499 x = quantile(complement(p5, poisson_quantile_data[i][1])); in test_spots()
505 x = quantile(p6, poisson_quantile_data[i][1]); in test_spots()
507 x = quantile(complement(p6, poisson_quantile_data[i][1])); in test_spots()
608 cout << i << ' ' << median(distn) << ' ' << quantile(distn, 0.5) << ' ' in BOOST_AUTO_TEST_CASE()
609 << median(distn) - quantile(distn, 0.5) << endl; // formula appears to be out-by-one?? in BOOST_AUTO_TEST_CASE()