Show 

The binomial coefficient, denoted binomial(n,k), is the number of different k-sized groups that can be drawn from a set of n distinct elements.  Its value is given by: binomial(n,k) = n! / (k! * (n-k)!) Within a Netica equation, you can represent it with the binomial function.

Home > P_binomial