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[1]:=

lowsupport = -∞

highsupport = ∞

μ = 28

σ = 8.5

f[x_, μ_, σ_] = 1/((2π)^(1/2) σ) ^-(x - μ)^2/(2σ^2)

Out[1]=

-∞

Out[2]=

∞

Out[3]=

28

Out[4]=

8.5

Out[5]=

0.0469344 ^(-0.00692042 (-28 + x)^2)


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