Searched refs:__odds_ratio_ (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/libcxx/include/__random/
H A Dbinomial_distribution.h40 double __odds_ratio_; member in class:binomial_distribution::param_type
140 __odds_ratio_ = __p_ / (1 - __p_);
169 __pd *= __rd / (__pr.__odds_ratio_ * (__pr.__t_ - __rd + 1));
180 __pu *= (__pr.__t_ - __ru + 1) * __pr.__odds_ratio_ / __ru;

Completed in 91 milliseconds