Syntax

expression.CritBinom(Arg1, Arg2, Arg3)

expression A variable that represents a WorksheetFunction object.

Parameters

Name Required/Optional Data Type Description
Arg1 Required Double The number of Bernoulli trials.
Arg2 Required Double The probability of a success on each trial.
Arg3 Required Double The criterion value.

Return Value
Double

Remarks

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.


See also: