Measures of Central Location

Site: Saylor Academy
Course: MA121: Introduction to Statistics
Book: Measures of Central Location
Printed by: Guest user
Date: Friday, April 26, 2024, 1:36 PM

Description

This section elaborates on mean, median, and mode at the population level and sample level. This section also contains many interesting examples of range, variance, and standard deviation. Complete the exercises and check your answers.

Measures of Central Location

LEARNING OBJECTIVES

  1. To learn the concept of the "center" of a data set.
  2. To learn the meaning of each of three measures of the center of a data set - the mean, the median, and the mode - and how to compute each one.
This section could be titled "three kinds of averages of a data set". Any kind of "average" is meant to be an answer to the question "Where do the data center?" It is thus a measure of the central location of the data set. We will see that the nature of the data set, as indicated by a relative frequency histogram, will determine what constitutes a good answer. Different shapes of the histogram call for different measures of central location.


Creative Commons License This text was adapted by Saylor Academy under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 License without attribution as requested by the work's original creator or licensor.

The Mean

The first measure of central location is the usual "average" that is familiar to everyone. In the formula in the following definition we introduce the standard summation notation \Sigma, where \Sigma is the capital Greek letter sigma. In general, the notation \Sigma followed by a second mathematical symbol means to add up all the values that the second symbol can take in the context of the problem. Here is an example to illustrate this.


EXAMPLE 1

Find \Sigma x, \Sigma x^{2}, and \Sigma(x-1)^{2} for the data set

 1 \quad 3 \quad 4 


Solution:

\begin{aligned} \Sigma x &=1+3+4=8 \\ \Sigma x^{2} &=1^{2}+3^{2}+4^{2}=1+9+16=26 \\ \Sigma(x-1)^{2} &=(1-1)^{2}+(3-1)^{2}+(4-1)^{2}=0^{2}+2^{2}+3^{2}=13 \end{aligned}

In the definition we follow the convention of using lowercase \mathrm{n} to denote the number of measurements in a sample, which is called the sample size.


Definition

The sample mean of a set of n sample data is the number \bar{x} defined by the formula

\bar{x}=\frac{\Sigma x}{n}


EXAMPLE 2

Find the mean of the sample data

2 \quad −1 \quad 0 \quad 2


Solution:

\bar{x}=\frac{\Sigma x}{n}=\frac{2+(-1)+0+2}{4}=\frac{3}{4}=0.75


EXAMPLE 3

A random sample of ten students is taken from the student body of a college and their GPAs are recorded as follows.

\begin{array}{llllllllll}1.90 & 3.00 & 2.53 & 3.71 & 2.12 & 1.76 & 2.71 & 1.39 & 4.00 & 3.33\end{array}

Find the sample mean.


Solution:

\begin{aligned} \bar{x} &=\frac{\Sigma x}{n}=\frac{1.90+3.00+2.53+3.71+2.12+1.76+2.71+1.39+4.00+3.33}{10} \\ &=\frac{26.45}{10}=2.645 \end{aligned}



EXAMPLE 4

A random sample of \mathrm{19} women beyond child-bearing age gave the following data, where x is the number of children and f is the frequency of that value, the number of times it occurred in the data set.

 \begin{array}{l|lllllll} x & 0 & 1 & 2 & 3 & 4 \\ \hline f & 3 & 6 & 6 & 3 & 1 \end{array} 

Find the sample mean.


Solution:

In this example the data are presented by means of a data frequency table. Each number in the first line of the table is a number that appears in the data set; the number below it is how many times it occurs. Thus the value \mathrm{0} is observed three times, that is, three of the measurements in the data set are \mathrm{0}, the value \mathrm{1} is observed six times, and so on. In the context of the problem this means that three women in the sample have had no children, six have had exactly one child, and so on. The explicit list of all the observations in this data set is therefore

\begin{array}{lllllllllllllllllll}0 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 2 & 2 & 2 & 2 & 2 & 2 & 3 & 3 & 3 & 4\end{array}

The sample size can be read directly from the table, without first listing the entire data set, as the sum of the frequencies: n=3+6+6+3+1=19. The sample mean can be computed directly from the table as well:

\bar{x}=\frac{\Sigma x}{n}=\frac{0 \times 3+1 \times 6+2 \times 6+3 \times 3+4 \times 1}{19}=\frac{31}{19}=1.6316

In the examples above the data sets were described as samples. Therefore the means were sample means, denoted by \bar{x}. If the data come from a census, so that there is a measurement for every element of the population, then the mean is calculated by exactly the same process of summing all the measurements and dividing by how many of them there are, but it is now the population mean and is denoted by \mu, the lower case Greek letter mu.


Definition

The population mean of a set of \mathrm{N} population data is the number μ defined by the formula

\mu=\frac{\Sigma x}{N}

The mean of two numbers is the number that is halfway between them. For example, the average of the numbers 5 and 17 is (5+17) / 2=11, which is \mathrm{6} units above \mathrm{5} and \mathrm{6} units below \mathrm{17}. In this sense the average \mathrm{11} is the "center" of the data set \{5,17\}. For larger data sets the mean can similarly be regarded as the "center" of the data.

The Median

To see why another concept of average is needed, consider the following situation. Suppose we are interested in the average yearly income of employees at a large corporation. We take a random sample of seven employees, obtaining the sample data (rounded to the nearest hundred dollars, and expressed in thousands of dollars).

\begin{array}{lllllll}24.8 & 22.8 & 24.6 & 192.5 & 25.2 & 18.5 & 23.7\end{array}

The mean (rounded to one decimal place) is \bar{x}=47.4, but the statement "the average income of employees at this corporation is \$ 47,400" is surely misleading. It is approximately twice what six of the seven employees in the sample make and is nowhere near what any of them makes. It is easy to see what went wrong: the presence of the one executive in the sample, whose salary is so large compared to everyone else's, caused the numerator in the formula for the sample mean to be far too large, pulling the mean far to the right of where we think that the average "ought" to be, namely around \$ 24,000 or \$ 25,000. The number 192.5 in our data set is called an outlier, a number that is far removed from most or all of the remaining measurements. Many times an outlier is the result of some sort of error, but not always, as is the case here. We would get a better measure of the "center" of the data if we were to arrange the data in numerical order,

\begin{array}{lllllll}18.5 & 22.8 & 23.7 & 24.6 & 24.8 & 25.2 & 192.5\end{array}

then select the middle number in the list, in this case 24.6. The result is called the median of the data set, and has the property that roughly half of the measurements are larger than it is, and roughly half are smaller. In this sense it locates the center of the data. If there are an even number of measurements in the data set, then there will be two middle elements when all are lined up in order, so we take the mean of the middle two as the median. Thus we have the following definition.

Definition

The sample median \widetilde{x} of a set of sample data for which there are an odd number of measurements is the middle measurement when the data are arranged in numerical order. The sample median \widetilde{x} of a set of sample data for which there are an even number of measurements is the mean of the two middle measurements when the data are arranged in numerical order.

The population median is defined in a similar way, but we will not have occasion to refer to it again in this text.

The median is a value that divides the observations in a data set so that 50% of the data are on its left and the other 50% on its right. In accordance with Figure 2.6 "A Very Fine Relative Frequency Histogram", therefore, in the curve that represents the distribution of the data, a vertical line drawn at the median divides the area in two, area 0.5 (50% of the total area 1) to the left and area 0.5 (50% of the total area 1) to the right, as shown in Figure 2.7 "The Median". In our income example the median, $24,600, clearly gave a much better measure of the middle of the data set than did the mean $47,400. This is typical for situations in which the distribution is skewed. (Skewness and symmetry of distributions are discussed at the end of this subsection).

Figure 2.7 The Median


EXAMPLE 5

Compute the sample median for the data of Note 2.11 "Example 2".


Solution:

The data in numerical order are -1, \, 0, \, 2, \, 2. The two middle measurements are \mathrm{0} and \mathrm{2}, so \widetilde{x}=(0+2) / 2=1.


EXAMPLE 6

Compute the sample median for the data of Note 2.12 "Example 3".


Solution:

The data in numerical order are

\begin{array}{llllllllll}1.39 & 1.76 & 1.90 & 2.12 & 2.53 & 2.71 & 3.00 & 3.33 & 3.71 & 4.00\end{array}

The number of observations is ten, which is even, so there are two middle measurements, the fifth and sixth, which are 2.53 and 2.71. Therefore the median of these data is \widetilde{x}=(2.53+2.71) / 2=2.62.


EXAMPLE 7

Compute the sample median for the data of Note 2.13 "Example 4".


Solution:

The data in numerical order are

\begin{array}{lllllllllllllllllll}0 & 0 & 0 & 1 & 1 & 1 & 1 & 1 & 1 & 2 & 2 & 2 & 2 & 2 & 2 & 3 & 3 & 3 & 4\end{array}

The number of observations is \mathrm{19}, which is odd, so there is one middle measurement, the tenth. Since the tenth measurement is \mathrm{2}, the median is \widetilde{x}=2.

It is important to note that we could have computed the median without first explicitly listing all the observations in the data set. We already saw in Note 2.13 "Example 4" how to find the number of observations directly from the frequencies listed in the table: n=3+6+6+3+1=19. As just above we figure out that the median is the tenth observation. The second line of the table in Note 2.13 "Example 4" shows that when the data are listed in order there will be three \mathrm{0}s followed by six \mathrm{1}s, so the tenth observation is a \mathrm{2}. The median is therefore \mathrm{2}.

The relationship between the mean and the median for several common shapes of distributions is shown in Figure 2.8 "Skewness of Relative Frequency Histograms". The distributions in panels (a) and (b) are said to be symmetric because of the symmetry that they exhibit. The distributions in the remaining two panels are said to be skewed. In each distribution we have drawn a vertical line that divides the area under the curve in half, which in accordance with Figure 2.7 "The Median" is located at the median. The following facts are true in general:

  • When the distribution is symmetric, as in panels (a) and (b) of Figure 2.8 "Skewness of Relative Frequency Histograms", the mean and the median are equal.
  • When the distribution is as shown in panel (c) of Figure 2.8 "Skewness of Relative Frequency Histograms", it is said to be skewed right. The mean has been pulled to the right of the median by the long "right tail" of the distribution, the few relatively large data values.
  • When the distribution is as shown in panel (d) of Figure 2.8 "Skewness of Relative Frequency Histograms", it is said to be skewed left. The mean has been pulled to the left of the median by the long "left tail" of the distribution, the few relatively small data values.

Figure 2.8 Skewness of Relative Frequency Histograms

The Mode

Perhaps you have heard a statement like "The average number of automobiles owned by households in the United States is 1.37," and have been amused at the thought of a fraction of an automobile sitting in a driveway. In such a context the following measure for central location might make more sense.


Definition

The sample mode of a set of sample data is the most frequently occurring value.

The population mode is defined in a similar way, but we will not have occasion to refer to it again in this text.

On a relative frequency histogram, the highest point of the histogram corresponds to the mode of the data set. Figure 2.9 "Mode" illustrates the mode.

Figure 2.9 Mode

For any data set there is always exactly one mean and exactly one median. This need not be true of the mode; several different values could occur with the highest frequency, as we will see. It could even happen that every value occurs with the same frequency, in which case the concept of the mode does not make much sense.


EXAMPLE 8

Find the mode of the following data set.

\begin{array}{llll}-1 & 0 & 2 & 0\end{array}


Solution:

The value \mathrm{0} is most frequently observed and therefore the mode is \mathrm{0}.


EXAMPLE 9

Compute the sample mode for the data of Note 2.13 "Example 4".


Solution:

The two most frequently observed values in the data set are \mathrm{1} and \mathrm{2}. Therefore mode is a set of two values: \{1,2\}.

The mode is a measure of central location since most real-life data sets have more observations near the center of the data range and fewer observations on the lower and upper ends. The value with the highest frequency is often in the middle of the data range.


KEY TAKEAWAY

The mean, the median, and the mode each answer the question "Where is the center of the data set?" The nature of the data set, as indicated by a relative frequency histogram, determines which one gives the best answer.

EXERCISES

BASIC

  1. For the sample data set \{1,2,6\} find

a. \Sigma x

b. \Sigma x^{2}

c. \Sigma(x-3)

d. \Sigma(x-3)^{2}

  1. Find the mean, the median, and the mode for the sample

\begin{array}{llll}1 & 2 & 3 & 4\end{array}

  1. Find the mean, the median, and the mode for the sample

\begin{array}{llll} 2 & 1 & 2 & 7 \end{array}

  1. Find the mean, the median, and the mode for the sample data represented by the table

\begin{array}{l|lll} x & 1 & 2 & 7 \\ \hline f & 1 & 2 & 1 \end{array}

  1. Create a sample data set of size n=3 for which the mean \bar{x} is greater than the median \widetilde{x}.


  1. Create a sample data set of size n=4 for which the mean \bar{x}, the median \widetilde{x}, and the mode are all identical.


APPLICATIONS

  1. Find the mean and the median for the LDL cholesterol level in a sample of ten heart patients.

\begin{array}{lllll}132 & 162 & 133 & 145 & 148 \\ 139 & 147 & 160 & 150 & 153\end{array}

  1. Find the mean, the median, and the mode for the number of vehicles owned in a survey of 52 households.

  1. Five laboratory mice with thymus leukemia are observed for a predetermined period of 500 days. After 450 days, three mice have died, and one of the remaining mice is sacrificed for analysis. By the end of the observational period, the last remaining mouse still survives. The recorded survival times for the five mice are

\begin{array}{lllll}222 & 421 & 378 & 450^{*} & 500^{*}\end{array}

where * indicates that the mouse survived for at least the given number of days but the exact value of the observation is unknown.

    1. Can you find the sample mean for the data set? If so, find it. If not, explain why not.
    2. Can you find the sample median for the data set? If so, find it. If not, explain why not.
  1. Cordelia records her daily commute time to work each day, to the nearest minute, for two months, and obtains the following data.

 \begin{array}{c|ccccccc} x & 26 & 27 & 28 & 29 & 30 & 31 & 32 \\ \hline f & 3 & 4 & 16 & 12 & 6 & 2 & 1 \end{array} 

    1. Based on the frequencies, do you expect the mean and the median to be about the same or markedly different, and why?
    2. Compute the mean, the median, and the mode.
  1. A man tosses a coin repeatedly until it lands heads and records the number of tosses required. (For example, if it lands heads on the first toss he records a 1; if it lands tails on the first two tosses and heads on the third he records a 3). The data are shown.

 \begin{array}{c|cccccccccc} x & 1 & 2 & 3 & 4 & 5 & 6 & 7 & 8 & 9 & 10 \\ \hline f & 384 & 208 & 98 & 56 & 28 & 12 & 8 & 2 & 3 & 1 \end{array} 

    1. Find the mean of the data.
    2. Find the median of the data.

  1. Show that no matter what kind of average is used (mean, median, or mode) it is impossible for all members of a data set to be above average.


  1. Begin with the following set of data, call it Data Set I.

\begin{array}{lllllllllll}5 & -2 & 6 & 14 & -3 & 0 & 1 & 4 & 3 & 2 & 5\end{array}

    1. Compute the mean, median, and mode.
    2. Form a new data set, Data Set II, by adding 3 to each number in Data Set I. Calculate the mean, median, and mode of Data Set II.
    3. Form a new data set, Data Set III, by subtracting 6 from each number in Data Set I. Calculate the mean, median, and mode of Data Set III.
    4. Comparing the answers to parts (a), (b), and (c), can you guess the pattern? State the general principle that you expect to be true. 

LARGE DATA SET EXERCISES

Note: All of the data sets associated with these questions are missing, but the questions themselves are included here for reference.

  1. Large Data Set 1 lists the SAT scores of 1,000 students.
  1. Regard the data as arising from a census of all students at a high school, in which the SAT score of every student was measured. Compute the population mean \mu.
  2. Regard the first 25 observations as a random sample drawn from this population. Compute the sample mean \bar{x} and compare it to \mu.
  3. Regard the next 25 observations as a random sample drawn from this population. Compute the sample mean \bar{x} and compare it to \mu.

  1. Large Data Sets 7, 7A, and 7B list the survival times in days of 140 laboratory mice with thymic leukemia from onset to death.
    1. Compute the mean and median survival time for all mice, without regard to gender.
    2. Compute the mean and median survival time for the 65 male mice (separately recorded in Large Data Set 7A).
    3. Compute the mean and median survival time for the 75 female mice (separately recorded in Large Data Set 7B).

ANSWERS

  1. a. \mathrm{9}.
    b. \mathrm{41}.
    c. \mathrm{0}.
    d. \mathrm{14}.


  1. \bar{x}=2.5, \widetilde{x}=2.5, mode =\{1,2,3,4\}


  1. \bar{x}=3, \widetilde{x}=2, mode =2


  1. \bar{x}=3, \widetilde{x}=2, mode =2


  1. \{0,0,3\}.


  1. \{0,1,1,2\}.


  1. \bar{x}=146.9, \widetilde{x}=147.5


  1. \bar{x}=2.6, \widetilde{x}=2, mode =2


  1. \bar{x}=48.96, \widetilde{x}=49, mode =49


  1. a. No, the survival times of the fourth and fifth mice are unknown.
    b. Yes, \widetilde{x}=421


  1. \bar{x}=48.96, \widetilde{x}=49, mode =49


  1. \bar{x}=2.05, \widetilde{x}=2, mode =1


  1. Mean: n x_{\min } \leq \sum x so dividing by n yields x_{\min } \leq \bar{x}, so the minimum value is not above average. Median: the middle measurement, or average of the two middle measurements, \widetilde{x}, is at least as large as x_{\min }, so the minimum value is not above average. Mode: the mode is one of the measurements, and is not greater than itself.


  1. a. \bar{x}=3. \overline{18}, \widetilde{x}=3, mode =5.
    b. \bar{x}=6. \overline{18}, \widetilde{x}=6, mode =8
    c. \bar{x}=-2. \overline{81}, \tilde{x}=-3, \operatorname{mode}=-1
    d. If a number is added to every measurement in a data set, then the mean, median, and mode all change by that number.


  1. a. \mu=1528.74
    b. \bar{x}=1502.8
    c. \bar{x}=1535.2


  1. a. \bar{x}=553.4286 and \widetilde{x}=552.5
    b. \bar{x}=665.9692 and \widetilde{x}=667
    c. \bar{x}=455.8933 and \widetilde{x}=448

Measures of Variability

LEARNING OBJECTIVES

  1. To learn the concept of the variability of a data set.
  2. To learn how to compute three measures of the variability of a data set: the range, the variance, and the standard deviation.

Look at the two data sets in Table 2.1 "Two Data Sets" and the graphical representation of each, called a dot plot, in Figure 2.10 "Dot Plots of Data Sets".

Table 2.1 Two Data Sets

Data Set I: 40 38 42 40 39 39 43 40 39 40
Data Set II: 46 37 40 33 42 36 40 47 34 45

Figure 2.10 Dot Plots of Data Sets

The two sets of ten measurements each center at the same value: they both have mean, median, and mode 40. Nevertheless a glance at the figure shows that they are markedly different. In Data Set I the measurements vary only slightly from the center, while for Data Set II the measurements vary greatly. Just as we have attached numbers to a data set to locate its center, we now wish to associate to each data set numbers that measure quantitatively how the data either scatter away from the center or cluster close to it. These new quantities are called measures of variability, and we will discuss three of them.

The Range

The first measure of variability that we discuss is the simplest.


Definition

The range of a data set is the number R defined by the formula

R=x_{\max }-x_{\min }

where x_{\max } is the largest measurement in the data set and x_{\min } is the smallest.


EXAMPLE 10

Find the range of each data set in Table 2.1 "Two Data Sets".


Solution:

For Data Set I the maximum is 43 and the minimum is 38, so the range is R=43-38=5.

For Data Set II the maximum is 47 and the minimum is 33, so the range is R=47-33=14.

The range is a measure of variability because it indicates the size of the interval over which the data points are distributed. A smaller range indicates less variability (less dispersion) among the data, whereas a larger range indicates the opposite.



The Variance and the Standard Deviation

The other two measures of variability that we will consider are more elaborate and also depend on whether the data set is just a sample drawn from a much larger population or is the whole population itself (that is, a census).


Definition

The sample variance of a set of n sample data is the number s^{2} defined by the formula

s^{2}=\frac{\Sigma(x-\bar{x})^{2}}{n-1}

which by algebra is equivalent to the formula

s^{2}=\frac{\sum x^{2}-\frac{1}{n}(\Sigma x)^{2}}{n-1}

The sample standard deviation of a set of n sample data is the square root of the sample variance, hence is the number s given by the formulas

s=\sqrt{\frac{\sum(x-\bar{x})^{2}}{n-1}}=\sqrt{\frac{\sum x^{2}-\frac{1}{n}(\Sigma x)^{2}}{n-1}}

Although the first formula in each case looks less complicated than the second, the latter is easier to use in hand computations, and is called a shortcut formula.


EXAMPLE 11

Find the sample variance and the sample standard deviation of Data Set II in Table 2.1 "Two Data Sets".


Solution:

To use the defining formula (the first formula) in the definition we first compute for each observation x its deviation x-\bar{x} from the sample mean. Since the mean of the data is \bar{x}=40, we obtain the ten numbers displayed in the second line of the supplied table.

 \begin{array}{c|cccccccccc} x & 46 & 37 & 40 & 33 & 42 & 36 & 40 & 47 & 34 & 45 \\ \hline x-\bar{x} & 6 & -3 & 0 & -7 & 2 & -4 & 0 & 7 & -6 & 5 \end{array}

Then

\Sigma(x-\bar{x})^{2}=6^{2}+(-3)^{2}+0^{2}+(-7)^{2}+2^{2}+(-4)^{2}+0^{2}+7^{2}+(-6)^{2}+5^{2}=224

so

s^{2}=\frac{\Sigma(x-\bar{x})^{2}}{n-1}=\frac{224}{9}=24 . \overline{8}

and

s=\sqrt{24 . \overline{8}} \approx 4.99

The student is encouraged to compute the ten deviations for Data Set I and verify that their squares add up to 20 , so that the sample variance and standard deviation of Data Set I are the much smaller numbers s^{2}=20 / 9=2 . \overline{2} and s=\sqrt{20 / 9} \approx 1.49.


EXAMPLE 12

Find the sample variance and the sample standard deviation of the ten GPAs in Note 2.12 "Example 3" in Section 2.2 "Measures of Central Location".


Solution:

Since

\Sigma x=1.90+3.00+2.53+3.71+2.12+1.76+2.71+1.39+4.00+3.33=26.45

and

\begin{aligned} \Sigma x^{2} &=1.90^{2}+3.00^{2}+2.53^{2}+3.71^{2}+2.12^{2}+1.76^{2} \\ &=76.7321 \end{aligned}

the shortcut formula gives

s^{2}=\frac{\Sigma x^{2}-\frac{1}{n}(\Sigma x)^{2}}{n-1}=\frac{76.7321-\frac{(26.45)^{2}}{10}}{10-1}=\frac{6.77185}{9}=.75242 \overline{7}

and

s=\sqrt{.75242 \overline{7}} \approx .867

The sample variance has different units from the data. For example, if the units in the data set were inches, the new units would be inches squared, or square inches. It is thus primarily of theoretical importance and will not be considered further in this text, except in passing.

If the data set comprises the whole population, then the population standard deviation, denoted \sigma (the lower case Greek letter sigma), and its square, the population variance \sigma^{2}, are defined as follows.


Definition

The population variance a n d population standard deviation of a set of N population data are the numbers \sigma^{2} and \sigma defined by the formulas

\sigma^{2}=\frac{\Sigma(x-\mu)^{2}}{N} and \sigma=\sqrt{\frac{\Sigma(x-\mu)^{2}}{N}}

Note that the denominator in the fraction is the full number of observations, not that number reduced by one, as is the case with the sample standard deviation. Since most data sets are samples, we will always work with the sample standard deviation and variance.

Finally, in many real-life situations the most important statistical issues have to do with comparing the means and standard deviations of two data sets. Figure 2.11 "Difference between Two Data Sets" illustrates how a difference in one or both of the sample mean and the sample standard deviation are reflected in the appearance of the data set as shown by the curves derived from the relative frequency histograms built using the data.

Figure 2.11 Difference between Two Data Sets


KEY TAKEAWAY

The range, the standard deviation, and the variance each give a quantitative answer to the question "How variable are the data?"

EXERCISES

BASIC

1. Find the range, the variance, and the standard deviation for the following sample.

Find the range, the variance, and the standard deviation for the following sample.

\begin{array}{llll}2 & 1 & 2 & 7\end{array}

5. Find the range, the variance, and the standard deviation for the sample represented by the data frequency table.

\begin{array}{l|lll} x & 1 & 2 & 7 \\ \hline f & 1 & 2 & 1 \end{array}


APPLICATIONS

7. Find the range, the variance, and the standard deviation for the sample of ten IQ scores randomly selected from a school for academically gifted students.

\begin{array}{lllll}132 & 162 & 133 & 145 & 148 \\ 139 & 147 & 160 & 150 & 153\end{array}


ADDITIONAL EXERCISES

9. Consider the data set represented by the table

11. A random sample of 49 invoices for repairs at an automotive body shop is taken. The data are arrayed in the stem and leaf diagram shown. (Stems are thousands of dollars, leaves are hundreds, so that for example the largest observation is 3,800).

 \begin{array}{l|lllllllllllll}\ 3 & 5 & 6 & 8 & & & & & & \\ 3 & 0 & 0 & 1 & 1 & 2 & 4 & & & & \\ 2 & 5 & 6 & 6 & 7 & 7 & 8 & 8 & 9 & 9 & \\ 2 & 0 & 0 & 0 & 0 & 1 & 2 & 2 & 4 & & & \\ 1 & 5 & 5 & 5 & 6 & 6 & 7 & 7 & 7 & 8 & 8 & 9 \\ 1 & 0 & 0 & 1 & 3 & 4 & 4 & 4 & & & \\\ 0 & 5 & 6 & 8 & 8 & & & & & \\ 0 & 4 & & & & & & & \end{array}

  1. Compute the mean, median, and mode.
  2. Compute the range.
  3. Compute the sample standard deviation.

13. A data set consisting of 25 measurements has standard deviation \mathrm{0}. One of the measurements has value 17. What are the other 24 measurements?

15. Create a sample data set of size \mathrm{n = 3} for which the sample variance is \mathrm{0} and the sample mean is \mathrm{1}.

17. The sample \{-1,0,1\} has mean \bar{x}=0 and standard deviation s=1. Create a sample data set of size n=3 for which \bar{x}=0 and the standard deviation s is less than \mathrm{1} .


LARGE DATA SET EXERCISES

19. Large Data Set 1 lists the SAT scores and GPAs of 1,000 students.

http://www.gone.2012books.lardbucket.org/sites/all/files/data1.xls

  1. Compute the range and sample standard deviation of the 1,000 SAT scores.
  2. Compute the range and sample standard deviation of the 1,000 GPAs.

21. a. Regard the data as arising from a census of all freshman at a small college at the end of their first academic year of college study, in which the GPA of every such person was measured. Compute the population range and population standard deviation \sigma.

b. Regard the first 25 observations as a random sample drawn from this population. Compute the sample range and sample standard deviation s and compare them to the population range and \sigma.

c. Regard the next 25 observations as a random sample drawn from this population. Compute the sample range and sample standard deviation s and compare them to the population range and \sigma.

ANSWERS

1. R=3, s^{2}=1.7, s=1.3

3. R=6, s^{2}=7. \overline{3}, s=2.7

5. R=6, s^{2}=7.3, s=2.7.

7. R=30, s^{2}=103.2, s=10.2.

9. \bar{x}=28.55, s=1.3.

11. a. \bar{x}=2063, \widetilde{x}=2000, mode =2000.

b. R=3400.

c. s=869.

13. All are 17.

15. \{1,1,1\}

17. One example is \{-.5,0,.5\}.

19. a. R=1350 and s=212.5455

b. R=4.00 and s=0.7407

21. a. R=4.00 and \sigma=0.740375

b. R=3.04 and s=0.808045

c. R=2.49 and s=0.657843