Home
last modified time | relevance | path

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

/third_party/boost/boost/random/
Dnegative_binomial_distribution.hpp37 class negative_binomial_distribution { class
99 explicit negative_binomial_distribution(IntType k_arg = 1, in negative_binomial_distribution() function in boost::random::negative_binomial_distribution
108 explicit negative_binomial_distribution(const param_type& parm) in negative_binomial_distribution() function in boost::random::negative_binomial_distribution
/third_party/boost/boost/math/distributions/
Dnegative_binomial.hpp136 class negative_binomial_distribution class
142 negative_binomial_distribution(RealType r, RealType p) : m_r(r), m_p(p) in negative_binomial_distribution() function in boost::math::negative_binomial_distribution