Cal87 Distribution Functions
Cal87 Distribution Functions
[F(a) F(b)] = 0.
2
It follows from this result that
P(a < b) = P(a b) = P(a < < b) = P(a b)
and
P( a) = P( < a) and P( a) = P( > a).
Figure 15.1 illustrates a representative cdf.
Figure 15.1
Probability Density Function
If F(t) is the cumulative distribution function for a continuous random vari-
able then the probability density function (pdf) f(t) for satises
f(t) = F
(t),
i.e., f(t) is the derivative of the cumulative distribution function F(t).
It follows from the denition of density function and the Fundamental The-
orem of Calculus that
F(t) =
f(x)dx,
i.e. for every real number t, F(t) is the area under the graph of f to the left
of t. Moreover,
P(a < X b) =F(b) F(a)
=
f(t)dt
f(t)dt
=
b
a
f(t)dt
3
Theorem 15.2 (More Properties of f(t))
(a) f(t) 0 for all t.
(b)
f(t)dt = 1.
(c) lim
t
f(t) = 0 = lim
t
f(t).
The density function for a continuous random variable , the model for some
real-life population of data, will usually be a smooth curve as shown in Fig-
ure 15.2.
Figure 15.2
Example 15.2
Suppose that the function f(t) dened below is the density function of some
random variable .
f(t) =
e
t
t 0,
0 t < 0.
Compute P(10 10).
Solution.
P(10 10) =
10
10
f(t)dt
=
0
10
f(t)dt +
10
0
f(t)dt
=
10
0
e
t
dt
= e
t
10
0
= 1 e
10
4