Chapter 4    Continuous Distributions


4.1 Continuous Random Variables and Densities

Recall: X is a continuous random variable if the possible values for X form a continuous range or interval.
 

ex:   Let L = length of leaf picked from tree; could take on any value in interval [0, 10]
 

Important note:

Instead, we'll ask for the probability that the value of X will lie in some range of values, usually an interval:  want to know the probability that the value of X lies between two specified values a and b,  P(a <= X <= b).
 

Can characterise continuous random variables with density function f(x); however, it will have a very different meaning from its interpretation in the discrete case!
 

Def:
Let X be a continous random variable. Then the density function  f  of  X  is the function for which

i.e., the probability that X lies between a & b is the area under the graph of f (x) from a to b.  
 

The density function for a continuous random variable must satisfy 2 properties:

  1. f(x) >= 0 for all x

  2.   this says the height of the graph must be >= 0 for all x

  3.   this says the probability that X lies between - and must equal 1:  X has to take on some value!
 

Note:  The probability of X taking on one specific value should be 0.  Indeed, by the above definition of the density function,

 
 

ex:

 
 
 

Can characterize a continuous random variable by its cumulative distribution fn:

Def: The cumulative distribution function  F of a continuous random variable X is defined to be

If the density function of X is f(x), then since P(X <= x)  equals the area under the graph of  f  to the left of x.
 
 

ex:

The distribution function in the example above illustrates certain features shared by all cumulative distribution functions:

Properties of cumulative distribution functions
 

  1.   0 <= F(x) <= 1   for all x
  2.  
  3.  
Note:  F(x) will be continuous!



 
Previous section  Next section