Function File: binocdf (x, n, p)
Function File: binocdf (x, n, p, 'upper')

For each element of x, compute the cumulative distribution function (CDF) at x of the binomial distribution with parameters n and p, where n is the number of trials and p is the probability of success.

binocdf (x, n, p, ’upper’) computes the complement of the cumulative distribution function.

Package: statistics