Cumulative Distribution Function (CDF).

In[73]:=

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

Plot the CDF.

In[77]:=

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

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


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