Skip to main content

Section 3.6 Continuous distributions

Figure 3.6.2 shows a few different hollow histograms of the variable height for 3 million US adults from the mid-90's. 1 This sample can be considered a simple random sample from the US population. It relies on the USDA Food Commodity Intake Database. How does changing the number of bins allow you to make different interpretations of the data?

Solution

Adding more bins provides greater detail. This sample is extremely large, which is why much smaller bins still work well. Usually we do not use so many bins with smaller sample sizes since small counts per bin mean the bin heights are very volatile.

Figure 3.6.2 Four hollow histograms of US adults heights with varying bin widths.

What proportion of the sample is between 180 cm and 185 cm tall (about 5'11" to 6'1")?

Solution

We can add up the heights of the bins in the range 180 cm and 185 and divide by the sample size. For instance, this can be done with the two shaded bins shown in Figure 3.6.4. The two bins in this region have counts of 195,307 and 156,239 people, resulting in the following estimate of the probability:

\begin{gather*} \frac{195307+156239}{3,000,000} = 0.1172 \end{gather*}

This fraction is the same as the proportion of the histogram's area that falls in the range 180 to 185 cm.

Figure 3.6.4 A histogram with bin sizes of 2.5 cm. The shaded region represents individuals with heights between 180 and 185 cm.

Subsection 3.6.1 From histograms to continuous distributions

Examine the transition from a boxy hollow histogram in the top-left of Figure 3.6.2 to the much smoother plot in the lower-right. In this last plot, the bins are so slim that the hollow histogram is starting to resemble a smooth curve. This suggests the population height as a continuous numerical variable might best be explained by a curve that represents the outline of extremely slim bins.

This smooth curve represents a probability density function (also called a density or distribution), and such a curve is shown in Figure 3.6.5 overlaid on a histogram of the sample. A density has a special property: the total area under the density's curve is 1.

Figure 3.6.5 The continuous probability distribution of heights for US adults.

Subsection 3.6.2 Probabilities from continuous distributions

We computed the proportion of individuals with heights 180 to 185 cm in Guided Practice 3.6.3 as a fraction:

\begin{gather*} \frac{\text{ number of people between } 180 \text{ and } 185 }{\text{ total sample size } } \end{gather*}

We found the number of people with heights between 180 and 185 cm by determining the fraction of the histogram's area in this region. Similarly, we can use the area in the shaded region under the curve to find a probability (with the help of a computer):

\begin{gather*} P(\text{height between } 180 \text { and } 185 ) = \text{area between } 180 \text { and } 185 = 0.1157 \end{gather*}

The probability that a randomly selected person is between 180 and 185 cm is 0.1157. This is very close to the estimate from Guided Practice 3.6.3: 0.1172.

Figure 3.6.6 Density for heights in the US adult population with the area between 180 and 185 cm shaded. Compare this plot with Figure 3.6.4.

Three US adults are randomly selected. The probability a single adult is between 180 and 185 cm is 0.1157.

  1. What is the probability that all three are between 180 and 185 cm tall? 2 \(0.1157 \times 0.1157 \times 0.1157 = 0.0015\text{.}\)

  2. What is the probability that none are between 180 and 185 cm? 3 \((1-0.1157)^3 = 0.692\)

What is the probability that a randomly selected person is exactly 180 cm? Assume you can measure perfectly.

Solution

This probability is zero. A person might be close to 180 cm, but not exactly 180 cm tall. This also makes sense with the definition of probability as area; there is no area captured between 180 cm and 180 cm.

Suppose a person's height is rounded to the nearest centimeter. Is there a chance that a random person's measured height will be 180 cm? 4 This has positive probability. Anyone between 179.5 cm and 180.5 cm will have a measured height of 180 cm. This is probably a more realistic scenario to encounter in practice versus Guided Practice 3.6.8.