Definitions

Define the Probability Density Function (PDF) of the random variable X by entering the function f(x) along with the lowest and highest x-values it supports.

In[74]:=

A = 6

B = 16

lowsupport = A ;

highsupport = B ;

Out[74]=

6

Out[75]=

16

The following parameter values are defined for internal use in this notebook.  They will be shadowed by definitions in the current context when this package is being used.

In[78]:=

f[x_] := 1/(B - A)

NOTE: Devore uses the convention that all PDFs are defined for the entire real line, with appropriate conditional definitions used to set the PDF to zero where appropriate.  It is more convenient in the Mathematica environment to define the PDF over an interval on the real line, called the support, with the convention that the PDF is zero at all other points.


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