Binomial Distribution

Binomial distribution is used to find the probability of choosing something X times out of N times

Probability of choosing something X times out of N times

Pr(x|n,p)=nCxpx(1−p)n−x

n = total number of trials
x = getting something x times
p = probability of one time

This is also called Binomial Distribution


Related Notes