Cumulative Distribution Function (CDF).

In[81]:=

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

Out[81]=

-3/5 + x/10

Plot the CDF.

In[82]:=

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

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


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