Home
last modified time | relevance | path

Searched defs:do_nc_beta_ccdf (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/math/reporting/accuracy/
Dbindings.hpp450 template <class T> T do_nc_beta_ccdf(T a, T b, T nc, T x){ return pnbeta(x, a, b, nc, 0, 0); } in do_nc_beta_ccdf() function
738 template <class T> T do_nc_beta_ccdf(T a, T b, T nc, T x){ return cdf(complement(boost::math::non_c… in do_nc_beta_ccdf() function