This is “The Mean and Standard Deviation of the Sample Mean”, section 6.1 from the book Beginning Statistics (v. 1.0). For details on it (including licensing), click here.

For more information on the source of this book, or why it is available for free, please see the project's home page. You can browse or download additional books there.

Has this book helped you? Consider passing it on:
Creative Commons supports free culture from music to education. Their licenses helped make this book available to you.
DonorsChoose.org helps people like you help teachers fund their classroom projects, from art supplies to books to calculators.

6.1 The Mean and Standard Deviation of the Sample Mean

Learning Objectives

  1. To become familiar with the concept of the probability distribution of the sample mean.
  2. To understand the meaning of the formulas for the mean and standard deviation of the sample mean.

Suppose we wish to estimate the mean μ of a population. In actual practice we would typically take just one sample. Imagine however that we take sample after sample, all of the same size n, and compute the sample mean x- of each one. We will likely get a different value of x- each time. The sample mean x- is a random variable: it varies from sample to sample in a way that cannot be predicted with certainty. We will write X- when the sample mean is thought of as a random variable, and write x- for the values that it takes. The random variable X- has a meanThe number about which means computed from samples of the same size center., denoted μX-, and a standard deviationA measure of the variability of means computed from samples of the same size., denoted σX-. Here is an example with such a small population and small sample size that we can actually write down every single sample.

Example 1

A rowing team consists of four rowers who weigh 152, 156, 160, and 164 pounds. Find all possible random samples with replacement of size two and compute the sample mean for each one. Use them to find the probability distribution, the mean, and the standard deviation of the sample mean X-.

Solution

The following table shows all possible samples with replacement of size two, along with the mean of each:

Sample Mean   Sample Mean   Sample Mean   Sample Mean
152, 152 152   156, 152 154   160, 152 156   164, 152 158
152, 156 154   156, 156 156   160, 156 158   164, 156 160
152, 160 156   156, 160 158   160, 160 160   164, 160 162
152, 164 158   156, 164 160   160, 164 162   164, 164 164

The table shows that there are seven possible values of the sample mean X-. The value x-=152 happens only one way (the rower weighing 152 pounds must be selected both times), as does the value x-=164, but the other values happen more than one way, hence are more likely to be observed than 152 and 164 are. Since the 16 samples are equally likely, we obtain the probability distribution of the sample mean just by counting:

x-152154156158160162164P(x-)116216316416316216116

Now we apply the formulas from Section 4.2.2 "The Mean and Standard Deviation of a Discrete Random Variable" in Chapter 4 "Discrete Random Variables" for the mean and standard deviation of a discrete random variable to X-. For μX- we obtain.

μX-=Σx-P(x-)=152(116)+154(216)+156(316)+158(416)+160(316)+162(216)+164(116)=158

For σX- we first compute Σx-2P(x-):

1522(116)+1542(216)+1562(316)+1582(416)+1602(316)+1622(216)+1642(116)

which is 24,974, so that

σX-=Σx-2P(x-)μx-2=24,9741582=10

The mean and standard deviation of the population {152,156,160,164} in the example are μ = 158 and σ=20. The mean of the sample mean X- that we have just computed is exactly the mean of the population. The standard deviation of the sample mean X- that we have just computed is the standard deviation of the population divided by the square root of the sample size: 10=20/2. These relationships are not coincidences, but are illustrations of the following formulas.

Suppose random samples of size n are drawn from a population with mean μ and standard deviation σ. The mean μX- and standard deviation σX- of the sample mean X- satisfy

μX-=μandσX-=σn

The first formula says that if we could take every possible sample from the population and compute the corresponding sample mean, then those numbers would center at the number we wish to estimate, the population mean μ.

The second formula says that averages computed from samples vary less than individual measurements on the population do, and quantifies the relationship.

Example 2

The mean and standard deviation of the tax value of all vehicles registered in a certain state are μ=$13,525 and σ=$4,180. Suppose random samples of size 100 are drawn from the population of vehicles. What are the mean μX- and standard deviation σX- of the sample mean X-?

Solution

Since n = 100, the formulas yield

μX-=μ=$13,525andσX-=σn=$4180100=$418

Key Takeaways

  • The sample mean is a random variable; as such it is written X-, and x- stands for individual values it takes.
  • As a random variable the sample mean has a probability distribution, a mean μX-, and a standard deviation σX-.
  • There are formulas that relate the mean and standard deviation of the sample mean to the mean and standard deviation of the population from which the sample is drawn.

Exercises

  1. Random samples of size 225 are drawn from a population with mean 100 and standard deviation 20. Find the mean and standard deviation of the sample mean.

  2. Random samples of size 64 are drawn from a population with mean 32 and standard deviation 5. Find the mean and standard deviation of the sample mean.

  3. A population has mean 75 and standard deviation 12.

    1. Random samples of size 121 are taken. Find the mean and standard deviation of the sample mean.
    2. How would the answers to part (a) change if the size of the samples were 400 instead of 121?
  4. A population has mean 5.75 and standard deviation 1.02.

    1. Random samples of size 81 are taken. Find the mean and standard deviation of the sample mean.
    2. How would the answers to part (a) change if the size of the samples were 25 instead of 81?

Answers

  1. μX-=100, σX-=1.33

    1. μX-=75, σX-=1.09
    2. μX- stays the same but σX- decreases to 0.6