Cumulative Distribution Function (CDF).

In[32]:=

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

Plot the CDF.

In[33]:=

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

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


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