B.6 Confidence Interval (Women's Heights)

Learning Objectives

By the end of this section, you will be able to:

In this section, you will learn to:
  • construct a \(90\%\) confidence interval for a population mean from a small sample when the population standard deviation is known;
  • read a confidence level as a statement about how often the procedure works, not about how confident you feel in one interval;
  • compare the whole class's intervals against a population mean you are allowed to see, and check the observed coverage against the stated \(90\%\);
  • separate the interval that captures the mean from the interval that would capture most of the data, and explain why they are different questions with very different answers.

B.6.1 Stats Lab: Confidence Interval (Women's Heights)

Class Time:

Names:

Every confidence interval you have built so far in this chapter ended the same way: you wrote down two numbers, said you were \(90\%\) or \(95\%\) confident the population mean was between them, and then had no way whatsoever to check. That is not a shortcoming of the exercises. It is the permanent situation of anyone who uses a confidence interval for real — if you knew \(\mu\), you would not be estimating it.

This lab suspends that condition for one afternoon. Table B.6.1 lists the heights of one hundred women, and because all one hundred values are printed, the population mean is computable rather than hypothetical: \(\mu = 63.4\) inches. You will each draw a sample of ten from that population, build a \(90\%\) confidence interval from your ten values alone, and then put your interval on the board next to everyone else's. At that point the class holds twenty-five or thirty intervals, all built the same way from the same population, and every one of them can be checked against a mean you are permitted to look at.

The confidence level is a property of the method, not of your interval

Your interval either contains \(63.4\) or it does not — there is no probability left in it once the numbers are on the board. What \(90\%\) describes is the procedure: repeat it endlessly and about nine intervals in ten will land on the mean. A class of thirty intervals is a small, visible instalment of that endless repetition, which is exactly why this lab is done as a group rather than alone.

Work carefully and record what you actually did, including anything that went sideways. If your random number generator handed you the same row twice, if you rounded at a different step than your partner, if you used the \(n-1\) key when the problem called for a known \(\sigma\) — write it down. Two intervals that disagree are the most informative thing that can happen in this lab, and they are only informative if you can trace where the disagreement came from.

Try It Now B.6.1

Every student in the class samples from the same one hundred heights, uses the same formula, and asks for the same \(90\%\) confidence. Explain why the class will still end up with thirty different intervals, and say which part of the interval varies from student to student and which part does not.

Solution

Step 1 — write down the interval's two moving parts. A confidence interval for a mean with known \(\sigma\) has the form

$$ (\bar{x} - EBM,\ \bar{x} + EBM), \qquad EBM = z_{\alpha/2} \frac{\sigma}{\sqrt{n}} $$

Step 2 — ask which part depends on the sample. The error bound \(EBM\) is built from \(z_{\alpha/2}\) (fixed by the \(90\%\) confidence level), \(\sigma = 3.3\) inches (given, and a property of the population), and \(n = 10\) (fixed by the lab's instructions). Not one of those three comes from your ten numbers, so every student in the room computes the same \(EBM\). The sample mean \(\bar{x}\) is the only quantity that reads your particular ten heights.

Answer: the intervals differ because \(\bar{x}\) differs — one student's ten women happened to be taller than another's. The width of every interval in the class is identical, \(2 \times EBM\), because width depends only on the confidence level, the population standard deviation, and the sample size. So the thirty intervals on the board are thirty copies of the same ruler, slid to thirty different positions along the height axis. That picture is worth holding onto: what the class is about to measure is not whether the ruler is the right length, but how often a ruler of that length, dropped at a randomly chosen spot, happens to cover \(63.4\).

Try It Now B.6.2

A student reports the interval \((62.91, 66.35)\) and writes underneath it: "There is a \(90\%\) chance that \(\mu\) is between \(62.91\) and \(66.35\)." Explain what is wrong with that sentence, and rewrite it so it says something true.

Solution

Step 1 — identify what is random. The population mean \(\mu\) is a fixed number: for these hundred women it is \(63.4\) inches, and it was \(63.4\) before anyone sampled and will be \(63.4\) afterwards. It has no distribution, so no probability can be assigned to where it "is".

Step 2 — identify what was random. The sample was. Ten women were drawn at random, and those ten produced \(\bar{x}\), which produced the endpoints \(62.91\) and \(66.35\). The interval is the random object; \(\mu\) is the fixed target.

Step 3 — locate the error. The sentence attaches the \(90\%\) to \(\mu\)'s position, as though \(\mu\) were rattling around and might land inside. Once the endpoints are written down, the interval either covers \(63.4\) or it does not. In this case it does, so the "probability" is 1, not \(0.90\) — and had the sample been unluckier it would have been 0. Neither is \(90\%\).

Answer: the sentence is wrong because it treats a fixed constant as random. A true version attaches the \(90\%\) to the method: "This interval was produced by a procedure that captures the true population mean for \(90\%\) of all possible samples of ten." Or, said the way a report usually says it, "we are \(90\%\) confident that the mean height of women in this population is between \(62.91\) and \(66.35\) inches" — where "confident" is deliberately not the word "probable", because the confidence belongs to the process that built the interval, not to the interval sitting in front of you.

B.6.2 Given

Definition B.6.1: Confidence Interval for a Single Population Mean, Known \(\sigma\)

When the population standard deviation \(\sigma\) is known and the sample mean is \(\bar{x}\), a confidence interval for the population mean \(\mu\) at confidence level \(CL\) is

$$ (\bar{x} - EBM,\ \bar{x} + EBM) \qquad \text{where} \qquad EBM = z_{\alpha/2} \frac{\sigma}{\sqrt{n}} $$

Here \(\alpha = 1 - CL\), and \(z_{\alpha/2}\) is the \(z\)-score with area \(\alpha/2\) to its right. For \(CL = 90\%\), \(\alpha = 0.10\), \(\alpha/2 = 0.05\), and \(z_{0.05} = 1.645\).

Definition B.6.2: Error Bound for a Population Mean (EBM)

The error bound for a population mean is the margin of error — the distance from the point estimate \(\bar{x}\) out to either endpoint of the interval:

$$ EBM = z_{\alpha/2} \frac{\sigma}{\sqrt{n}} $$

It carries all three of the things you control or are given: the confidence level through \(z_{\alpha/2}\), the population's spread through \(\sigma\), and the sample size through \(\sqrt{n}\). It carries nothing at all from your particular sample. That is why every interval in this lab has the same width, and why the whole interval can be reconstructed from \(\bar{x}\) and \(EBM\) alone.

The interval above is the one from §7.1, not the Student's \(t\) interval of §7.2, and the reason is stated in the lab's own setup: \(\sigma\) is known to be \(3.3\) inches. Knowing \(\sigma\) is unusual in practice and it is the one condition that lets you use \(z\) rather than \(t\) on a sample as small as ten. Watch for this — you will compute a sample standard deviation \(s\) in a moment, and the temptation to feed it into the formula is strong. Do not. The formula takes \(\sigma\), and \(\sigma\) has been handed to you.

Let \(X =\) the height, in inches, of a woman in this population.

Table B.6.1 — The population: heights of 100 women, in inches.
59.471.669.365.062.966.561.755.2
67.567.263.862.963.063.968.765.5
61.969.658.763.461.860.669.860.0
64.966.166.860.665.663.861.359.2
64.159.364.962.463.560.963.366.3
61.564.362.960.663.858.864.965.7
62.570.962.963.162.258.764.766.0
60.564.765.460.265.064.161.165.3
64.659.261.462.063.561.465.562.3
65.564.758.866.164.966.957.969.8
58.563.469.265.962.260.058.162.5
62.459.166.461.260.458.766.767.5
63.256.667.762.5

Read the table as one long list of one hundred numbers that happens to be printed in rows of eight; the rows carry no meaning, so a sample of ten may take values from anywhere in the grid. The values run from \(55.2\) to \(71.6\) inches, and the population mean, which you will need in the Discussion Questions and which you are being told in advance, is \(\mu = 63.4\) inches.

Try it in rāSHio

One hundred values is a lot to key in twice, so get Table B.6.1 into rāSHio once and reuse the column for every step below: choose File → Delimited List… and type the heights separated by commas, spaces, or one per line — it takes the table's rows of eight exactly as they are printed. Enter all one hundred values, not one row: the rows are a printing convenience, and a column of eight is the most common way this lab starts out wrong.

Figure B.6.1 — Getting all one hundred heights from Table B.6.1 into rāSHio: File → Delimited List… The walkthrough imports its own demo column; the steps are the ones you run on the heights.

Why \(\sigma = 3.3\) is not a coincidence

Compute the standard deviation of all one hundred values in Table B.6.1 and you get about \(3.27\) inches. The lab rounds that to \(3.3\) and calls it known — which is honest, because it is the population's standard deviation, and this is the one setting where somebody can hand it to you. Outside a lab, \(\sigma\) is usually "known" because decades of prior measurements on a stable quantity have pinned it down, not because anyone measured the population you are studying today.

Try It Now B.6.3

Quinn Ackerley's random number generator returns these ten heights from Table B.6.1: 59.4, 71.6, 69.3, 65.0, 62.9, 66.5, 61.7, 55.2, 67.5, 67.2 inches. Using \(\sigma = 3.3\) inches, construct the \(90\%\) confidence interval for \(\mu\) they should report, and state whether it captures the population mean.

Solution

Step 1 — find the sample mean. The ten values total \(646.3\).

$$ \bar{x} = \frac{646.3}{10} = 64.63 \text{ inches} $$

Step 2 — find the error bound. With \(CL = 90\%\), \(z_{\alpha/2} = 1.645\); the lab supplies \(\sigma = 3.3\) and \(n = 10\).

$$ EBM = 1.645 \cdot \frac{3.3}{\sqrt{10}} = 1.645 \cdot \frac{3.3}{3.1623} = 1.645 \cdot 1.0436 \approx 1.72 \text{ inches} $$

Step 3 — assemble the interval.

$$ (\bar{x} - EBM,\ \bar{x} + EBM) = (64.63 - 1.72,\ 64.63 + 1.72) = (62.91,\ 66.35) $$

Answer: Quinn's \(90\%\) confidence interval is \((62.91, 66.35)\) inches, and since \(62.91 < 63.4 < 66.35\), it does capture \(\mu\). Notice how close the call was on one side. This sample's mean, \(64.63\), sits \(1.23\) inches above the population mean — a fairly unlucky draw, since it happened to include the two tallest women in the table — and the interval still reached back far enough to cover \(63.4\) with about half an inch to spare. Had the sample been only a little more extreme, the interval would have missed entirely, and they would have had no way to tell from the ten numbers in front of them. That is the failure mode you are about to see several examples of on the board, and none of those students did anything wrong either.

Try it in rāSHio

The whole interval comes out in one step. In rāSHio choose Stats → Z Stats, switch it to the confidence-interval option rather than the hypothesis test, and enter this sample's summary values — 64.63 for the sample mean, 3.3 for the population standard deviation, 10 for the sample size, and 0.90 for the confidence level. It returns the same \((62.91, 66.35)\) the three steps above produce, which makes it a way to check your work rather than skip it.

Figure B.6.2 — Checking a known-sigma interval in one step in rāSHio: Stats → Z Stats. The walkthrough demonstrates the panel's hypothesis-test mode on its own numbers; the confidence-interval mode is the same four fields.

Try It Now B.6.4

Mateo Reyes borrows Quinn's ten values. Using the same sample mean \(\bar{x} = 64.63\), the same \(\sigma = 3.3\), and the same \(n = 10\), find the \(95\%\) confidence interval he would report. Compare it to the \(90\%\) interval from Try It Now B.6.3 and say what the extra confidence bought him and what it cost.

Solution

Step 1 — find the new \(z\). At \(CL = 95\%\), \(\alpha = 0.05\) and \(\alpha/2 = 0.025\), so \(z_{0.025} = 1.96\).

Step 2 — recompute the error bound. Only \(z\) changed; \(\sigma/\sqrt{n} = 1.0436\) as before.

$$ EBM = 1.96(1.0436) \approx 2.05 \text{ inches} $$

Step 3 — assemble the interval.

$$ (64.63 - 2.05,\ 64.63 + 2.05) = (62.58,\ 66.68) $$

Answer: Mateo's \(95\%\) interval is \((62.58, 66.68)\) inches, which is \(4.09\) inches wide against the \(90\%\) interval's \(3.43\) — about \(19\%\) wider. What the extra confidence bought him is a procedure that misses one time in twenty instead of one in ten. What it cost is precision: the claim now spans over four inches, and a claim that wide is harder to act on. Both intervals sit at the same center, \(64.63\), because the confidence level moves only the endpoints. It is worth noticing that the wider interval is not a better estimate of \(\mu\) — the point estimate did not change at all. Widening only makes the net easier to catch a fish with; it does not tell you where the fish is.

Try it in rāSHio

The only thing that changed between the two intervals is the critical value, and you can pull any of them without a calculator: open rāSHio, choose Distributions → Normal, set the mean to 0 and the standard deviation to 1, and ask for the value with an area of 0.975 below it — the panel returns the 1.96 this Try It Now uses. Swapping in 0.95 and 0.995 gives the 1.645 and 2.576 the other two confidence levels in this section need.

Figure B.6.3 — Pulling the critical value behind each confidence level in rāSHio: Distributions → Normal. The walkthrough reads an area from a cutoff; the critical value is the same two fields filled the other way round.

B.6.3 Build Your Interval

Definition B.6.3: Confidence Level

The confidence level \(CL\) is the proportion of confidence intervals, among all the intervals the procedure could produce from all possible samples, that contain the true population parameter.

It attaches to the method, over repeated sampling. It does not attach to the interval in front of you, which either contains \(\mu\) or does not, and it is not the probability that \(\mu\) "falls inside" — \(\mu\) is a fixed number and does not fall anywhere. The interval is the thing that moves.

Now run the lab.

  1. Table B.6.1 lists the heights of 100 women. Use a random number generator to select ten data values randomly.
  2. Calculate the sample mean and the sample standard deviation. Assume that the population standard deviation is known to be \(3.3\) inches. With these values, construct a \(90\%\) confidence interval for your sample of ten values. Write the confidence interval you obtained in the first space of Table B.6.2.
  3. Now write your confidence interval on the board. As others in the class write their confidence intervals on the board, copy them into Table B.6.2.
Table B.6.2 — 90% confidence intervals: yours in the first cell, then the rest of the class's.
——————————
——————————
——————————
——————————
——————————
——————————
——————————
——————————

Try it in rāSHio

Step 1 needs ten of the hundred rows chosen at random, and doing that by eye is the one part of this lab you can actually bias. In rāSHio choose File → Random Numbers…, set the minimum to 1, the maximum to 100, and the count to 10, then read off the ten positions and take those heights from Table B.6.1. If a number repeats, draw again — the lab wants ten distinct values.

Figure B.6.4 — Drawing the ten sample positions in rāSHio: File → Random Numbers… The walkthrough uses its own range; the steps are the ones you run with a minimum of 1 and a maximum of 100.

Step 2 asks for a statistic it then refuses to use

You are told to calculate the sample standard deviation \(s\), and then told to build the interval from \(\sigma = 3.3\). That is not a slip. Computing \(s\) and setting it aside is the point: with only ten values, \(s\) bounces around wildly from sample to sample. Every student's \(s\) will be different, and if the class had used \(s\), every interval would have had a different width too, and the tidy comparison this lab depends on would fall apart. Keep your \(s\) written down; it is evidence for why §7.2 needed a wider distribution when \(\sigma\) genuinely is unknown.

Try it in rāSHio

Step 2 asks for both statistics, and rāSHio returns them together: with your ten heights in the column, choose Stats → Summary Statistics and read the mean and the standard deviation off the panel. The mean is the \(\bar{x}\) your interval is built from; the standard deviation is the \(s\) this note is about, and comparing it to the \(3.3\) the lab gave you is the point of writing it down.

Figure B.6.5 — Getting the sample mean and sample standard deviation together in rāSHio: Stats → Summary Statistics. The walkthrough runs on rāSHio's built-in sample data, so the numbers it returns are not yours; the steps are.

Try It Now B.6.5

Erin Halloway, who is working through the lab with her wife Dana in the same group, checks the ten heights from Try It Now B.6.3 and finds the sample standard deviation works out to \(s \approx 4.91\) inches, while the population standard deviation is \(\sigma \approx 3.27\) inches. Explain what this gap says about small samples, and say what would have happened to that interval had the lab told her to use \(s\) with a Student's \(t\) distribution instead.

Solution

Step 1 — read the gap. The sample overestimates the population's spread by about \(50\%\) (\(4.91\) against \(3.27\)). Nothing went wrong: these ten women included both of the table's tallest values, \(71.6\) and \(69.3\), and its shortest, \(55.2\). Ten values simply do not pin down a spread, and \(s\) from a sample of ten is a noisy estimate of \(\sigma\) in a way that \(\bar{x}\) is not nearly as bad an estimate of \(\mu\).

Step 2 — see what a \(t\) interval would have done. With \(\sigma\) unknown you would use \(t_{0.05}\) at \(df = n - 1 = 9\), which is \(1.833\) rather than \(1.645\), and you would put \(s = 4.91\) in place of \(\sigma\):

$$ EBM = 1.833 \cdot \frac{4.91}{\sqrt{10}} = 1.833(1.5527) \approx 2.85 \text{ inches} $$ $$ (64.63 - 2.85,\ 64.63 + 2.85) = (61.78,\ 67.48) $$

Answer: Erin's \(t\) interval would have been \(5.69\) inches wide against the \(z\) interval's \(3.43\) — two thirds wider from the same ten numbers. Both changes push the same way: \(t\) is fatter than \(z\) at nine degrees of freedom, and this particular \(s\) came in high. That widening is not a defect of the \(t\) procedure; it is the honest price of not knowing \(\sigma\), and it is exactly why §7.2 exists. This lab dodges that price by handing you \(\sigma\), which is also why the whole class can compare intervals of identical width. Real work rarely gets that gift.

Try It Now B.6.6

Four students go to the board. Anh Tran reports \((61.19, 64.63)\), Cody Marsh reports \((63.55, 66.99)\), Lucía Ontiveros reports \((61.83, 65.27)\), and Jamal Whitfield reports \((59.75, 63.19)\). Without recomputing anything, check that all four are consistent with the lab's instructions, recover each student's sample mean, and count how many of their intervals capture \(\mu = 63.4\).

Solution

Step 1 — check the widths. Every interval built in this lab must be \(2 \times EBM = 2(1.7166) \approx 3.43\) inches wide. Subtracting: \(64.63 - 61.19 = 3.44\); \(66.99 - 63.55 = 3.44\); \(65.27 - 61.83 = 3.44\); \(63.19 - 59.75 = 3.44\). All four match to rounding, so all four followed the instructions.

Step 2 — recover each sample mean. The sample mean sits at the midpoint, \(\bar{x} = \frac{\text{lower} + \text{upper}}{2}\):

$$ \frac{61.19 + 64.63}{2} = 62.91, \quad \frac{63.55 + 66.99}{2} = 65.27, \quad \frac{61.83 + 65.27}{2} = 63.55, \quad \frac{59.75 + 63.19}{2} = 61.47 $$

Step 3 — check each against \(\mu = 63.4\). Anh's contains it (\(61.19 < 63.4 < 64.63\)). Cody's does not — his lower endpoint \(63.55\) is already above \(63.4\). Lucía's contains it. Jamal's does not — his upper endpoint \(63.19\) falls short.

Answer: all four are valid \(90\%\) intervals, with sample means \(62.91\), \(65.27\), \(63.55\) and \(61.47\) inches, and two of the four capture \(\mu\). Two misses out of four is nowhere near \(90\%\) coverage, and it is also not evidence that anything is broken — four intervals is far too few to measure a rate. That is precisely why the lab collects the whole class's intervals rather than asking you to judge from your own. Notice also that the two misses failed in opposite directions, one entirely above \(\mu\) and one entirely below, which is what you should expect from a symmetric procedure.

B.6.4 Discussion Questions

Answer these with your group, in complete sentences, using the intervals actually written on your board rather than the ones the theory says you should have gotten.

  1. The actual population mean for the 100 heights given in Table B.6.1 is \(\mu = 63.4\). Using the class listing of confidence intervals, count how many of them contain the population mean \(\mu\); i.e., for how many intervals does the value of \(\mu\) lie between the endpoints of the confidence interval?
  2. Divide this number by the total number of confidence intervals generated by the class to determine the percent of confidence intervals that contains the mean \(\mu\). Write this percent here: ____.
  3. Is the percent of confidence intervals that contain the population mean \(\mu\) close to \(90\%\)?
  4. Suppose we had generated 100 confidence intervals. What do you think would happen to the percent of confidence intervals that contained the population mean?
  5. When we construct a \(90\%\) confidence interval, we say that we are \(90\%\) confident that the true population mean lies within the confidence interval. Using complete sentences, explain what we mean by this phrase.
  6. Some students think that a \(90\%\) confidence interval contains \(90\%\) of the data. Use the list of data given (the heights of women) and count how many of the data values lie within the confidence interval that you generated based on that data. How many of the 100 data values lie within your confidence interval? What percent is this? Is this percent close to \(90\%\)?
  7. Explain why it does not make sense to count data values that lie in a confidence interval. Think about the random variable that is being used in the problem.
  8. Suppose you obtained the heights of ten women and calculated a confidence interval from this information. Without knowing the population mean \(\mu\), would you have any way of knowing for certain if your interval actually contained the value of \(\mu\)? Explain.

Question 3 is the one to argue about, and the honest answer is usually "close enough, and I cannot tell". With thirty intervals, \(90\%\) coverage predicts twenty-seven hits; getting twenty-five or twenty-nine is entirely ordinary, and a class that lands exactly on twenty-seven has been slightly lucky rather than especially careful. Do not read a shortfall as a broken procedure until the shortfall is bigger than the wobble you would expect from thirty coin-flip-like trials.

Questions 6 and 7 are a matched pair, and question 7 is the one that does the teaching. Counting data values inside your interval is not a slightly-inaccurate check; it is a check on a different quantity altogether. Your interval is an estimate of \(\mu\), and the random variable it is built from is \(\bar{X}\), the sample mean — a quantity with a standard deviation of \(\sigma/\sqrt{n} \approx 1.04\) inches. Individual heights are the random variable \(X\), whose standard deviation is \(3.3\) inches, more than three times larger. An interval sized to catch an average is far too narrow to catch individuals, and it was never meant to.

Question 8 has a one-word answer and it is worth sitting with anyway. No. And every genuine use of a confidence interval is question 8 — this lab is the exception, not the rule.

Try It Now B.6.7

Take the interval from Try It Now B.6.3, \((62.91, 66.35)\). Exactly \(37\) of the \(100\) heights in Table B.6.1 fall inside it. Answer question 6 for that interval, then find the interval you would need if the goal really were to capture \(90\%\) of individual heights.

Solution

Step 1 — answer the counting question. \(37\) of the \(100\) values lie in \((62.91, 66.35)\), which is \(37\%\). That is not close to \(90\%\); it is not close to half.

Step 2 — see why the number is so small. The interval is \(2(1.7166) \approx 3.43\) inches wide, and it is that width because it was sized to a standard error of \(\sigma/\sqrt{n} = 3.3/\sqrt{10} \approx 1.04\) inches. Individual heights are spread out by \(\sigma = 3.3\) inches, so an interval a little over three inches wide covers only about one standard deviation's worth of the population.

Step 3 — size the interval that would do the job. To capture the middle \(90\%\) of individual heights you would use the spread of \(X\) itself, not of \(\bar{X}\):

$$ \mu \pm z_{0.05}\sigma = 63.4 \pm 1.645(3.3) = 63.4 \pm 5.43 = (57.97,\ 68.83) $$

Answer: the confidence interval captures \(37\%\) of the data, not \(90\%\). The interval that would capture about \(90\%\) of individual heights runs from roughly \(58.0\) to \(68.8\) inches — nearly \(11\) inches wide, more than three times the confidence interval, because it has to accommodate the full scatter of individual women rather than the much smaller scatter of ten-woman averages. The \(\sqrt{n}\) in the denominator of the standard error is the entire difference between the two, and it is why a bigger sample makes a confidence interval narrower without making the population any less varied. Two intervals, two questions: one asks where the average is, the other asks where the women are.

Try It Now B.6.8

Cruz Ibarra tallies their class's board: thirty students built thirty \(90\%\) intervals, and twenty-five of them contain \(\mu\). Answer question 3 for that class: is \(83\%\) close enough to \(90\%\) to be consistent with the procedure working correctly?

Solution

Step 1 — treat the thirty intervals as thirty trials. Each interval either hits or misses, hits are supposed to happen with probability \(0.90\), and the students sampled independently. That is a binomial setting with \(n = 30\) and \(p = 0.90\).

Step 2 — find the expected count and the wobble around it.

$$ \mu_{\text{hits}} = np = 30(0.90) = 27, \qquad \sigma_{\text{hits}} = \sqrt{npq} = \sqrt{30(0.90)(0.10)} = \sqrt{2.7} \approx 1.64 $$

Step 3 — measure the shortfall in units of that wobble.

$$ \frac{25 - 27}{1.64} \approx -1.22 $$

Answer: yes, \(83\%\) is entirely consistent with a correctly working \(90\%\) procedure, and Cruz should say so. Twenty-five hits sits about \(1.2\) standard deviations below the expected twenty-seven, and a result that close to the middle is unremarkable — a class doing this lab would land at twenty-five or below a fair fraction of the time by luck alone. The useful move here is not to compare \(83\%\) against \(90\%\) directly, which invites the answer "no, it is seven points off", but to compare the shortfall against the size of the random wobble a class of thirty carries. With only thirty intervals that wobble is roughly \(5\) percentage points, so \(83\%\) and \(93\%\) are equally ordinary results and neither one is evidence about the method. This is also the answer to question 4: with a hundred intervals the wobble shrinks to about \(3\) points, and the observed percent would cluster more tightly around \(90\%\).

Try It Now B.6.9

Your \(90\%\) interval came out \(3.43\) inches wide. Find the width of the interval you would have reported at \(99\%\) confidence from the same ten values, and the width of the \(90\%\) interval you would have reported from a sample of forty instead of ten. Say which change buys the better interval and what it costs.

Solution

Step 1 — change the confidence level, hold \(n = 10\). At \(CL = 99\%\), \(\alpha/2 = 0.005\) and \(z_{0.005} = 2.576\).

$$ EBM = 2.576 \cdot \frac{3.3}{\sqrt{10}} = 2.576(1.0436) \approx 2.69, \qquad \text{width} = 5.38 \text{ inches} $$

Step 2 — change the sample size, hold \(CL = 90\%\).

$$ EBM = 1.645 \cdot \frac{3.3}{\sqrt{40}} = 1.645 \cdot \frac{3.3}{6.3246} = 1.645(0.5217) \approx 0.86, \qquad \text{width} = 1.72 \text{ inches} $$

Answer: raising the confidence to \(99\%\) widens the interval from \(3.43\) to \(5.38\) inches, while quadrupling the sample to forty narrows it from \(3.43\) to \(1.72\). Only one of these is a genuine improvement in precision, and it is the sample size — quadrupling \(n\) exactly halves the width, since \(n\) sits under a square root. Raising the confidence level does not make you better informed; it makes you safer by making the claim vaguer, and the vaguer claim is the price. The only lever that improves precision and reliability together is collecting more data, which is also the only one that costs money — this is the trade-off behind the sample-size formula \(n = z^2\sigma^2/EBM^2\) from §7.1, read from the other direction.

Try It Now B.6.10

Answer question 8 for Dr. Owen Yazzie, a researcher who has measured ten women, knows \(\sigma = 3.3\) inches, and has no access to \(\mu\). Then say what he can legitimately claim, and what would have to happen for him to find out whether his one interval was a hit or a miss.

Solution

Step 1 — answer the question as asked. No. Checking whether an interval contains \(\mu\) requires knowing \(\mu\), and a researcher who knew \(\mu\) would have had no reason to build an interval. When he and his husband, who teaches the other section, compare notes, neither of them can tell either: there is no internal signal — no width, no roundness of the numbers, no property of the ten heights — that distinguishes a hit from a miss from the inside. Every one of the four intervals in Try It Now B.6.6 looked equally respectable, and two of them missed.

Step 2 — say what can be claimed. What survives is a claim about the procedure: the interval was produced by a method that succeeds for \(90\%\) of all possible samples of ten. That is not a hedge, it is the actual content of the result, and it is enough to act on — which is why confidence intervals are used at all despite never being individually verifiable.

Step 3 — say what would settle it. Only measuring the whole population, which for these hundred women is possible and is exactly what this lab did. In the field it usually is not: if you could measure every woman in the population you would report \(\mu\) and skip the interval entirely.

Answer: Dr. Yazzie has no way of knowing for certain, and never will for that one interval. This lab is engineered to be the exception — it prints the whole population so that \(\mu\) can be checked — and the reason it is worth an afternoon is that it lets you watch the \(90\%\) come true across thirty intervals at once, in the only setting where you are allowed to look. Every use of a confidence interval after this one is question 8 again: one interval, no answer key, and a claim that rests entirely on the method having been applied honestly.

Key Terms

confidence interval (CI) — an interval estimate for an unknown population parameter, depending on the confidence level, what is known about the distribution, and the sample and its size.

confidence level (CL) — the percent of all possible intervals the procedure could produce that contain the true population parameter; \(CL = 90\%\) means about 90 out of every 100 such intervals enclose it.

error bound for a population mean (EBM) — the margin of error, \(EBM = z_{\alpha/2}\,\sigma/\sqrt{n}\) when \(\sigma\) is known; it fixes the interval's width.

inferential statistics — the branch of statistics that estimates a population parameter from a sample statistic.

parameter — a numerical characteristic of a population, such as \(\mu = 63.4\) inches here.

point estimate — a single number computed from a sample and used to estimate a population parameter; \(\bar{x}\) is the point estimate for \(\mu\).

standard error of the mean — the standard deviation of the sample mean, \(\sigma/\sqrt{n}\); it is what the error bound is sized against, and it is why an interval for \(\mu\) is far narrower than the spread of the data.