CritBinom(Trials, Probability, Alpha)
Trials. Number of Bernoulli trials. This value must meet the constraint: Trials >=0.
Probability. Success probability for each trial. Available values are taken from the range [0, 1].
Alpha. Criterion value. Available values are taken from the range [0, 1].
The method returns the least value, for which integral binomial distribution is greater than or equal to a specified criterion.
This function is used in quality control applications.
See also: