CRITBINOM

CRITBINOM right-tailed critical value of the binomial distribution

Synopsis

CRITBINOM(trials,p,alpha)

Arguments

trials: number of trials

p: probability of success in each trial

alpha: significance level (area of the tail)

Note

If trials is a non-integer it is truncated. If trials < 0 this function returns a #NUM! error. If p < 0 or p > 1 this function returns a #NUM! error. If alpha < 0 or alpha > 1 this function returns a #NUM! error.

Microsoft Excel Compatibility

This function is Excel compatible.

See also

BINOMDIST.