Home
last modified time | relevance | path

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

/third_party/boost/libs/math/reporting/accuracy/
Dbindings.hpp452 template <class T> T do_nc_chi_squared_ccdf(T df, T nc, T x){ return pnchisq(x, df, nc, 0, 0); } in do_nc_chi_squared_ccdf() function
740 template <class T> T do_nc_chi_squared_ccdf(T df, T nc, T x){ return cdf(complement(boost::math::no… in do_nc_chi_squared_ccdf() function