nbinfit
Negative binomial parameter estimates
Description
phat = nbinfit(data) returns the maximum likelihood estimates
(MLEs) for the parameters of the negative binomial distribution using the sample data
data.
Note
The variance of a negative binomial distribution is greater than its mean. If the
sample variance of the data in data is less than its sample mean,
nbinfit cannot compute MLEs. In this case, use the poissfit function instead.
Examples
Input Arguments
Output Arguments
Extended Capabilities
Version History
Introduced before R2006a