Binomial Max Parameter Estimator
Estimates the probability of success (p) and number of trials (n) for the binomial distribution based. The number of trials is estimated based on the maximum observed value adjusted based on range estimation for uniform(min, max) distribution.
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. The estimation process does not ensure that n 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