std::negative_binomial_distribution::p
From cppreference.com
double p() const; |
(since C++11) | |
Returns the p distribution parameter (probability of a trial generating true).
[edit] Parameters
(none)
[edit] Return value
Floating point value identifying the probability of a trial generating true
[edit] See also
gets or sets the distribution parameter object (public member function) | |
returns the k distribution parameter (number of trial failures) (public member function) |