CRITBINOM (binomial distribution)

<< Click to Display Table of Contents >>

CRITBINOM (binomial distribution)

Note: CRITBINOM is supplemented by the new identical function BINOM.INV, which is available in newer versions of Microsoft Excel (2010 or later).

Syntax:

CRITBINOM(n, p, Alpha)

Description:

This returns the smallest value for which the cumulative binomial distribution is greater than or equal to the criterion value Alpha.

You thus calculate the maximum number of times a certain event with probability p may occur when performing a sample with n repetitions before its cumulative probabilities assume a value greater than or equal to the error probability Alpha.

This function is applicable for binomial distributions only (see also BINOM.DIST/BINOMDIST function); thus, they must be independent draws where only two outcomes are possible: success (event occurs) or failure (event does not occur).

n is the number of independent trial runs.

p is the probability of the success of each trial run. The values must be within the range 0 to 1.

Alpha is the probability of error that must not be exceeded. The values must be within the range 0 to 1.

Example:

You know from previous deliveries that 7% of a certain electronic component is usually defective. To check this statement, you carry out a sample of 100 components for a new delivery. What is the maximum number of them that can be defective if the probability of error is not to exceed 1%?

CRITBINOM(100, 7%, 1%) returns 2

See also:

BINOM.INV, BINOM.DIST.RANGE/BINOM.DIST/BINOMDIST