CRITBINOM

Returns the smallest value for which the cumulative binomial distribution is greater than or equal to a criterion value. Use this function for quality assurance applications. For example, use CRITBINOM to determine the greatest number of defective parts that are allowed to come off an assembly line run without rejecting the entire lot.

Syntax

CRITBINOM(trials,probability_s,alpha)

Trials   is the number of Bernoulli trials.

Probability_s   is the probability of a success on each trial.

Alpha   is the criterion value.

Remarks

Example

CRITBINOM(6,0.5,0.75) equals 4