Lines Matching refs:quantile
138 quantile( in test_spots()
143 quantile( in test_spots()
148 quantile( in test_spots()
153 quantile( in test_spots()
191 quantile( in test_spots()
198 quantile( in test_spots()
205 quantile(complement( in test_spots()
212 quantile(complement( in test_spots()
228 BOOST_MATH_CHECK_THROW(quantile(dist, 2), std::domain_error); in test_spots()
229 BOOST_MATH_CHECK_THROW(quantile(complement(dist, -1)), std::domain_error); in test_spots()
230 BOOST_MATH_CHECK_THROW(quantile(dist, -1), std::domain_error); in test_spots()
231 BOOST_MATH_CHECK_THROW(quantile(complement(dist, -1)), std::domain_error); in test_spots()
248 BOOST_MATH_CHECK_THROW(quantile(b, +nan), std::domain_error); // p = + nan in test_spots()
249 BOOST_MATH_CHECK_THROW(quantile(complement(b, +nan)), std::domain_error); // p = + nan in test_spots()
269 BOOST_MATH_CHECK_THROW(quantile(w, +inf), std::domain_error); // p = + inf in test_spots()
270 BOOST_MATH_CHECK_THROW(quantile(complement(w, +inf)), std::domain_error); // p = + inf in test_spots()