Lesson 39 Variance of Continuous Random Variables

Theory

The variance is defined for continuous random variables in exactly the same way as for discrete random variables, except the expected values are now computed with integrals and p.d.f.s, as in Lessons 37 and 38, instead of sums and p.m.f.s.
Definition 39.1 (Variance) Let \(X\) be a random variable. Then, the variance of \(X\), symbolized \(\text{Var}[X]\) is defined as \[\begin{equation} \text{Var}[X] \overset{\text{def}}{=} E[(X - E[X])^2]. \tag{39.1} \end{equation}\]
The “shortcut formula” also works for continuous random variables.
Theorem 39.1 (Shortcut Formula for Variance) The variance can also be computed as: \[\begin{equation} \text{Var}[X] = E[X^2] - E[X]^2. \tag{39.2} \end{equation}\]

The standard deviation is also defined in the same way, as the square root of the variance, as a way to correct the units of variance.. \[ \text{SD}[X] = \sqrt{\text{Var}[X]}. \]

We apply the shortcut formula to derive formulas for the expected values of the uniform and exponential distributions.

Example 39.1 (Variance of the Uniform Distribution) Let \(X\) be a \(\text{Uniform}(a, b)\) random variable. We calculated \(E[X]\) in Example 37.1 and \(E[X^2]\) in Example 38.1, so most of the work has already been done. \[\begin{align*} \text{Var}[X] &= E[X^2] - E[X]^2 \\ &= \frac{b^3 - a^3}{3(b-a)} - \left( \frac{a + b}{2} \right)^2 \\ &= \frac{(b-a)^2}{12} \end{align*}\]
Example 39.2 (Variance of the Exponential Distribution) Let \(X\) be a \(\text{Exponential}(\lambda)\) random variable. We calculated \(E[X]\) in Example 37.2 and \(E[X^2]\) in Example 38.2, so most of the work has already been done. \[\begin{align*} \text{Var}[X] &= E[X^2] - E[X]^2 \\ &= \frac{2}{\lambda^2} - \left( \frac{1}{\lambda} \right)^2 \\ &= \frac{1}{\lambda^2} \end{align*}\]

Formulas for the variance of named continuous distributions can be found in Appendix A.2.

Essential Practice

  1. The distance (in hundreds of miles) driven by a trucker in one day is a continuous random variable \(X\) whose cumulative distribution function (c.d.f.) is given by: \[ F(x) = \begin{cases} 0 & x < 0 \\ x^3 / 216 & 0 \leq x \leq 6 \\ 1 & x > 6 \end{cases}. \]

    1. Calculate the standard deviation of \(X\).
    2. What is the probability that \(X\) is within 1 standard deviation of the mean (i.e., expected value)?
  2. Small aircraft arrive at San Luis Obispo airport according to a Poisson process at a rate of 6 per hour.

    1. What is the expected value and standard deviation of the time between two arrivals (in hours)?
    2. What is the probability that the time between two arrivals will be more than 1 standard deviation above the mean (i.e., expected value)?

Additional Practice

  1. The article “Modeling Sediment and Water Column Interactions for Hydrophobic Pollutants” (Water Res., 1984: 1169–1174) suggests the uniform distribution on the interval \([7.5, 20]\) as a model for depth (cm) of the bioturbation layer in sediment in a certain region.

    1. What are the mean and variance of depth?
    2. What is the probability that the observed depth is within 1 standard deviation of the expected value?