Searched refs:do_nc_beta_cdf (Results 1 – 1 of 1) sorted by relevance
/third_party/boost/libs/math/reporting/accuracy/ |
D | bindings.hpp | 449 template <class T> T do_nc_beta_cdf(T a, T b, T nc, T x){ return pnbeta(x, a, b, nc, 1, 0); } in do_nc_beta_cdf() function 456 #define NC_BETA_CDF_FUNCTION_TO_TEST do_nc_beta_cdf 737 template <class T> T do_nc_beta_cdf(T a, T b, T nc, T x){ return cdf(boost::math::non_central_beta_… in do_nc_beta_cdf() function 744 #define NC_BETA_CDF_FUNCTION_TO_TEST do_nc_beta_cdf
|