dist_negative_binomial: The Negative Binomial distribution
Description
stable
Usage
dist_negative_binomial(size, prob)
Arguments
size
target for number of successful trials, or dispersion
parameter (the shape parameter of the gamma mixing distribution).
Must be strictly positive, need not be integer.
prob
probability of success in each trial. 0 < prob <= 1.