nb.density {NB.MClust} | R Documentation |
These functions allow you to compute (log-)density of generalized Negative Binomial distribution.
ldnb(x, theta, mu)
dnb(x, theta, mu)
x |
A positive numeric scalor or vector. Decimals and integers are both allowed. |
theta |
Value of dispersion. |
mu |
Value of mean. |
dnb |
Density of generalized Negative Binomial |
ldnb |
Log-density of generalized Negative Binomial |
ldnb(x=10.4,theta=3.2,mu=5)
dnb(x=10.4,theta=3.2,mu=5)