Home
last modified time | relevance | path

Searched refs:dcdflib_f_quantile (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/math/reporting/performance/
Dtable_helper.hpp157 inline double dcdflib_f_quantile(double p, double df1, double df2) in dcdflib_f_quantile() function
Dtest_distributions.cpp721 …n_timed_tests([](const std::vector<double>& v, double x) { return dcdflib_f_quantile(x, v[0], v[1… in main()