View source: R/negativeBinomial.R
dneg_binomial_2 | R Documentation |
The Negative Binomial Probability Mass Function (alternative parameterisation)
dneg_binomial_2(x, mu, phi, log = FALSE)
x |
vector of (non-negative integer) quantiles. |
mu |
mean. |
phi |
dispersion. |
log |
logical; if TRUE, probabilities p are given as log(p). |
the (log) probability mass at x, given mu and phi.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.