Negative Binomial Distribution |
Distributions associated with the Negative Binomial Equation of size n:
dnbinom(k, n, q) Returns the probability density for value k.
pnbinom(k, n, q) Returns the cumulative probability distribution for value k.
qnbinom(p, n, q) Returns the inverse cumulative probability distribution for probability p.
rnbinom(m, n, p) Returns a vector of m random numbers having the negative binomial distribution.