Lecture Notes for Simulation

14 February 2005 - Probability Distributions and Statistics


The function C(i, n) is the choice operator; it returns the number of unique i-element subsets that can drawn from an n-element set. The choice operator is defined as

C(i, n) = n!/(i!(n - i)!)

C(i, n) is also known as the binomial coefficient because it's the coefficient of the ith term of the polynomial (x + y)n.


This page last modified on 2 March 2005.