// Statistics

BINOMIAL PROBABILITY

Find the probability of k successes in n independent trials.

P(X=k) = C(n,k) · p^k · (1−p)^(n−k).