Makes a Negative Binomial distribution, corresponding to the number of failures in a sequence of independent trials until a given number of successes are observed.
Examples
d <- dst_nbinom(10, 0.5)
# This version of the Negative Binomial distribution does not count
# the successes.
range(d)
#> [1] 0 Inf