Validity Checks

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

In[6]:=

Plot[f[x, μ, σ], {x, μ - 3σ, μ + 3σ}] ;

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

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

In[7]:=

∫_lowsupport^highsupport f[x, μ, σ] x

Integrate :: gener : Unable to check convergence.

Out[7]=

1.

Property 3:P(X =c)=0,or the probability assigned to any particular valuecis zero.


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