Validity Checks

Property 1: Ensure f(x) 0 for all x by plotting it.

In[25]:=

Plot[f[x], {x, lowsupport, highsupport}] ;

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

Property 2:  Ensure f(x) integrates to exactly 1 over the random variable's support.

In[26]:=

∫_lowsupport^highsupport f[x] x

Out[26]=

1.

Property 3: P(X =c)=0,or the probability assigned to any particular value c is zero is true by inspection of the functions involved.


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