Skip to main content
\(\require{cancel}\newcommand\degree[0]{^{\circ}} \newcommand\Ccancel[2][black]{\renewcommand\CancelColor{\color{#1}}\cancel{#2}} \newcommand{\alert}[1]{\boldsymbol{\color{magenta}{#1}}} \newcommand{\blert}[1]{\boldsymbol{\color{blue}{#1}}} \newcommand{\bluetext}[1]{\color{blue}{#1}} \delimitershortfall-1sp \newcommand\abs[1]{\left|#1\right|} \newcommand{\lt}{<} \newcommand{\gt}{>} \newcommand{\amp}{&} \)

Section2.3Range and Standard Deviation

Consider these three sets of quiz scores:

Section A: 5 5 5 5 5 5 5 5 5 5

Section B: 0 0 0 0 0 10 10 10 10 10

Section C: 4 4 4 5 5 5 5 6 6 6

All three of these sets of data have a mean of 5 and median of 5, yet the sets of scores are clearly quite different. In section A, everyone had the same score; in section B half the class got no points and the other half got a perfect score, assuming this was a 10-point quiz. Section C was not as consistent as section A, but not as widely varied as section B.

In addition to the mean and median, which are measures of the "typical" or "middle" value, we also need a measure of how "spread out" or varied each data set is.

There are several ways to measure this "spread" of the data. The first is the simplest and is called the range.

Range

The range is the difference between the maximum value and the minimum value of the data set.

Example2.25

Using the quiz scores from above,

For section A, the range is 0 since both maximum and minimum are 5 and 5 5 = 0

For section B, the range is 10 since 10 0 = 10

For section C, the range is 2 since 6 4 = 2

In the last example, the range seems to be revealing how spread out the data is. However, suppose we add a fourth section, Section D, with scores 0 5 5 5 5 5 5 5 5 10.

This section also has a mean and median of 5. The range is 10, yet this data set is quite different than Section B. To better illuminate the differences, we'll have to turn to more sophisticated measures of variation.

Standard deviation

The standard deviation is a measure of variation based on measuring how far each data value deviates, or is different, from the mean. A few important characteristics:

Using the data from section D, we could compute for each data value the difference between the data value and the mean:

data value deviation: data value - mean
0 0-5=-5
5 5-5=0
5 5-5=0
5 5-5=0
5 5-5=0
5 5-5=0
5 5-5=0
5 5-5=0
5 5-5=0
10 10-5=5

We would like to get an idea of the "average" deviation from the mean, but if we find the average of the values in the second column the negative and positive values cancel each other out (this will always happen), so to prevent this we square every value in the second column:

data value deviation: data value - mean deviation squared
0 0-5=-5 \((-5)^2\) =25
5 5-5=0 \(0^2\) = 0
5 5-5=0 \(0^2\) = 0
5 5-5=0 \(0^2\) = 0
5 5-5=0 \(0^2\) = 0
5 5-5=0 \(0^2\) = 0
5 5-5=0 \(0^2\) = 0
5 5-5=0 \(0^2\) = 0
5 5-5=0 \(0^2\) = 0
10 10-5=5 \(5^2\) = 25

We then add the squared deviations up to get 25 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 0 + 25 = 50. Ordinarily we would then divide by the number of scores, n, (in this case, 10) to find the mean of the deviations. But we only do this if the data set represents a population; if the data set represents a sample (as it almost always does), we instead divide by n - 1 (in this case, 10 - 1 = 9).

So in our example, we would have 50/10 = 5 if section D represents a population and 50/9 = about 5.56 if section D represents a sample. These values (5 and 5.56) are called, respectively, the population variance and the sample variance for section D.

Variance can be a useful statistical concept, but note that the units of variance in this instance would be points-squared since we squared all of the deviations. What are points-squared? Good question. We would rather deal with the units we started with (points in this case), so to convert back we take the square root and get:

population standard deviation = \(\sqrt{\frac{50}{10}} = \sqrt{5} \approx 2.2 \)

or

sample standard deviation = \(\sqrt{\frac{50}{9}} \approx 2.4 \)

If we are unsure whether the data set is a sample or a population, we will usually assume it is a sample, and we will round answers to one more decimal place than the original data, as we have done above.

To compute standard deviation
  1. Find the deviation of each data from the mean. In other words, subtract the mean from the data value.
  2. Square each deviation.
  3. Add the squared deviations.
  4. Divide by n, the number of data values, if the data represents a whole population; divide by n 1 if the data is from a sample.
  5. Compute the square root of the result.
Example2.26

Computing the standard deviation for Section B above, we first calculate that the mean is 5. Using a table can help keep track of your computations for the standard deviation:

data value deviation: data value - mean deviation squared
0 0-5=-5 \((-5)^2\) =25
0 0-5=-5 \((-5)^2\) =25
0 0-5=-5 \((-5)^2\) =25
0 0-5=-5 \((-5)^2\) =25
0 0-5=-5 \((-5)^2\) =25
5 5-5=0 \(0^2\) = 0
10 10-5=5 \(5^2\) = 25
10 10-5=5 \(5^2\) = 25
10 10-5=5 \(5^2\) = 25
10 10-5=5 \(5^2\) = 25

Assuming this data represents a population, we will add the squared deviations, divide by 10, the number of data values, and compute the square root:

\begin{equation*} \sqrt{\frac{25+25+25+25+25+25+25+25+25+25}{10}} = \sqrt{\frac{250}{10}} = 5 \end{equation*}

Notice that the standard deviation of this data set is much larger than that of section D since the data in this set is more spread out.

For comparison, the standard deviations of all four sections are:

Section A: 5 5 5 5 5 5 5 5 5 5 Standard deviation: 0
Section B: 0 0 0 0 0 10 10 10 10 10 Standard deviation: 5
Section C: 4 4 4 5 5 5 5 6 6 6 Standard deviation: 0.8
Section D: 0 5 5 5 5 5 5 5 5 10 Standard deviation: 2.2
Exploration2.8

The price of a jar of peanut butter at 5 stores were: $3.29, $3.59, $3.79, $3.75, and $3.99. Find the standard deviation of the prices.

Solution

Earlier we found the mean of the data was $3.682.

data value deviation: data value - mean deviation squared
3.29 3.29-3.682=-0.391 0.153664
3.59 3.59-3.682=-0.092 0.008464
3.79 3.79-3.682=0.108 0.011664
3.75 3.75-3.682=0.068 0.004624
3.99 3.99-3.682=0.308 0.094864

This data is from a sample, so we will add the squared deviations, divide by 4, the number of data values minus 1, and compute the square root:

\begin{equation*} \sqrt{\frac{0.153664+0.008464+0.011664+0.004624+0.094864}{4}} \approx $0.261 \end{equation*}