Cumulative Distribution Function

The logical analog of the CDF we compute by integration for a continuous distribution is computed by summation for a discrete random variable.

In[53]:=

CDF[x_, n_, p_] = Underoverscript[∑, i = lowsupport, arg3] pmf[i, n, p] ;        


Created by Mathematica  (July 20, 2006) Valid XHTML 1.1!