Neg Binomial MOMParameter Estimator
Estimates the probability of success (p) and number of successes (r) until the trials stop for the negative binomial distribution based on the method of moments. The data must not contain negative values. The estimation process assumes that the supplied data are integer valued counts over the range {0,1,2,...}. That is this parameterization represents the number of failures until the rth success. To ensure moment matching, the estimation process does not ensure that r is integer valued.
Properties
Functions
If the estimation process is not successful, then an empty array is returned.
Estimates the parameters associated with some distribution. The returned EstimationResult needs to be consistent with the intent of the desired distribution. Note the meaning of the fields associated with EstimationResult