Binomial MOMParameter Estimator
Estimates the probability of success (p) and number of trials (n) for the 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,..., n}. That is this parameterization represents the number of success in n trials. To ensure moment matching, the estimation process does not ensure that n is integer valued.
Properties
Functions
Link copied to clipboard
If the estimation process is not successful, then an empty array is returned.
Link copied to clipboard
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