Sections
Chapter Review

Chapter Review

5.1 Continuous Probability Functions

The probability density function (pdf) is used to describe probabilities for continuous random variables. The area under the density curve between two points corresponds to the probability that the variable falls between those two values. In other words, the area under the density curve between points a and b is equal to P(a x b). The cumulative distribution function (cdf) gives the probability as an area. If X is a continuous random variable, the probability density function (pdf), f(x), is used to draw the graph of the probability distribution. The total area under the graph of f(x) is one. The area under the graph of f(x) and between values a and b gives the probability P(a x b).

The graph on the left shows a general density curve, y = f(x). The region under the curve and above the x-axis is shaded. The area of the shaded region is equal to 1. This shows that all possible outcomes are represented by the curve. The graph on the right shows the same density curve. Vertical lines x = a and x = b extend from the axis to the curve, and the area between the lines is shaded. The area of the shaded region represents the probabilit ythat a value x falls between a and b.
Figure 5.35

The cumulative distribution function (cdf) of X is defined by P (Xx). It is a function of x that gives the probability that the random variable is less than or equal to x.

5.2 The Uniform Distribution

If X has a uniform distribution where a x b or axb, then X takes on values between a and b (may include a and b). All values x are equally likely. We write XU(a, b). The mean of X is μ=a+b2μ=a+b2. The standard deviation of X is σ=(ba)212σ=(ba)212. The probability density function of X is f(x)=1baf(x)=1ba for axb. The cumulative distribution function of X is P(Xx) = xabaxaba. X is continuous.

The graph shows a rectangle with total area equal to 1. The rectangle extends from x = a to x = b on the x-axis and has a height of 1/(b-a).
Figure 5.36

The probability P(c X d) may be found by computing the area under f(x), between c and d. Since the corresponding area is a rectangle, the area may be found simply by multiplying the width and the height.

5.3 The Exponential Distribution (Optional)

If X has an exponential distribution with mean μ, then the decay parameter is m = 1μ1μ, and we write X ~ Exp(m) where x ≥ 0 and m > 0 . The probability density function of X is f(x) = me-mx (or equivalently f(x)=1μex/μf(x)=1μex/μ. The cumulative distribution function of X is P(Xx) = 1 – emx.

The exponential distribution has the memoryless property, which says that future probabilities do not depend on any past information. Mathematically, it says that P(X > x + k|X > x) = P(X > k).

If T represents the waiting time between events, and if T ~ Exp(λ), then the number of events X per unit time follows the Poisson distribution with mean λ. The probability density function of X is P(X=k)=λkekk!P(X=k)=λkekk!. This may be computed using a TI-83, 83+, 84, 84+ calculator with the command poissonpdf(λ, k). The cumulative distribution function P(Xk) may be computed using the TI-83, 83+,84, 84+ calculator with the command poissoncdf(λ, k).