[]
This function returns the criterion binomial, the smallest value for which the cumulative binomial distribution is greater than or equal to a criterion value.
CRITBINOM(n, p, alpha)
This function has these arguments:
Argument | Description |
|---|---|
n | [Required] Number of trials; if not an integer, the number is truncated |
p | [Required] Probability of success on each trial; number between 0 and 1 |
alpha | [Required] Alpha, value for the criterion |
CRITBINOM(B5,0.75,0.92)
CRITBINOM(R5C2,R8C14,0.75)
CRITBINOM(14,0.75,0.85) gives the result 12