|
A function that can be used in Formulas. The cumulative binomial distribution.
binomialP
(p
, k
, n
)
n
trials an event with probability p
will occur at most k
times.
It is probably more common to use the complement of this function, namely binomialQ
.
© Paul Boersma 2023