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 cumulative distribution function (cdf) of X is defined by P (X ≤ x). 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 a ≤ x ≤ b, then X takes on values between a and b (may include a and b). All values x are equally likely. We write X ∼ U(a, b). The mean of X is . The standard deviation of X is . The probability density function of X is for a ≤ x ≤ b. The cumulative distribution function of X is P(X ≤ x) = . X is continuous.
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 = , 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 . The cumulative distribution function of X is P(X ≤ x) = 1 – e–mx.
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 . This may be computed using a TI-83, 83+, 84, 84+ calculator with the command poissonpdf(λ, k). The cumulative distribution function P(X ≤ k) may be computed using the TI-83, 83+,84, 84+ calculator with the command poissoncdf(λ, k).