Searched refs:infdf10 (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/libs/math/test/ |
D | test_nc_t.hpp | 544 non_central_t_distribution<RealType> infdf10(inf, 10); in test_big_df() local 545 BOOST_CHECK_EQUAL(infdf10.degrees_of_freedom(), inf); in test_big_df() 546 BOOST_CHECK_EQUAL(infdf10.non_centrality(), 10); in test_big_df() 547 BOOST_CHECK_EQUAL(mean(infdf10), 10); in test_big_df() 550 BOOST_CHECK_CLOSE_FRACTION(pdf(infdf10, 11), pdf(maxdf10, 11), tolerance); // in test_big_df() 552 BOOST_CHECK_CLOSE_FRACTION(cdf(complement(infdf10, 11)), 1 - cdf(infdf10, 11), tolerance); // in test_big_df() 554 BOOST_CHECK_CLOSE_FRACTION(cdf(complement(infdf10, 11)), 1 - cdf(maxdf10, 11), tolerance); // in test_big_df() 561 BOOST_CHECK_CLOSE_FRACTION(quantile(infdf10, 0.5), static_cast<RealType>(10), tolerance); in test_big_df() 574 RealType x = quantile(infdf10, p); in test_big_df() 575 RealType c = cdf(infdf10, x); in test_big_df() [all …]
|