Microsoft Windows SharePoint Services
HomeBackForwardPrint

CRITBINOM

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

TrialsProbability_sAlphaFormula Description (Result)
60.50.75=CRITBINOM([Trials],[Probability_s],[Alpha]) Smallest value for which the cumulative binomial distribution is greater than or equal to a criterion value (4)
©2003 Microsoft Corporation. All rights reserved.