Cumulative Distribution Function (CDF).

Once the PDF is defined, the cumulative distribution function (CDF) follows naturally from its general definition.

In[49]:=

F[x_] = ∫_lowsupport^x f[y] y ;

Plot the CDF.

In[57]:=

Plot[F[x], {x, 0, 40}, PlotRange→ {0, 1}] ;                  

[Graphics:../HTMLFiles/index_197.gif]


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