Main content
Statistics and probability
Course: Statistics and probability > Unit 11
Lesson 3: Estimating a population mean- Introduction to t statistics
- Simulation showing value of t statistic
- Conditions for valid t intervals
- Reference: Conditions for inference on a mean
- Conditions for a t interval for a mean
- Example finding critical t value
- Finding the critical value t* for a desired confidence level
- Example constructing a t interval for a mean
- Calculating a t interval for a mean
- Confidence interval for a mean with paired data
- Making a t interval for paired data
- Interpreting a confidence interval for a mean
- Sample size for a given margin of error for a mean
- Sample size and margin of error in a confidence interval for a mean
© 2023 Khan AcademyTerms of usePrivacy PolicyCookie Notice
Making a t interval for paired data
In some studies, we make two observations on the same individual. For instance, we might look at each student's pre-test and post-test scores in a course. In other studies, we might make an observation on each of two similar individuals. For example, some medicine trials involve pairing similar subjects so one receives the medicine and the other receives a placebo.
In both types of studies, we're working with paired data, and whenever we're working with paired data, we're typically interested in the difference between each pair—for example, the difference between the pre-test and the post-test data, or the difference between the medicine and the placebo data.
If certain conditions are met, we can construct a interval to estimate the mean of these differences and draw conclusions.
In this article, we'll be going through two examples of making a interval for paired data. Importantly, you'll have a chance to work through the second example on your own to ensure you've picked up on the main ideas.
Example 1
A running magazine wanted to review two watches—watch A and watch B—that use global position systems (GPS) to calculate the distance someone runs. They noticed that the watches didn't usually agree on the distance someone traveled in a given run.
The magazine took a random sample of subscribers and asked them to run a kilometer route wearing both watches at the same time (they all agreed to participate). At the end of their runs, the participants recorded the distance each watch said they traveled. Here are the data (all distances are in kilometers):
Runner | |||||
---|---|---|---|---|---|
Watch A | |||||
Watch B |
Construct a confidence interval to estimate the mean difference in the distances reported by these watches. Does the interval suggest that there is a difference between the two watches?
Step 1: Calculate the differences
Even though it appears we have two sets of data—watch A and watch B—these data didn't come from two independent samples. The magazine took a single sample of runners, and each runner wore both watches, so this is a matched pairs design. The one set of data we're interested in is the difference between watch A and watch B for each runner. Let's define this variable as and calculate the difference for each runner:
Runner | |||||
---|---|---|---|---|---|
Watch A | |||||
Watch B | |||||
Difference |
Key idea: When dealing with paired data, we're most interested in the distribution of the differences.
Step 2: Check conditions
We want to use these differences to construct a confidence interval for the mean difference. Since we don't know the population standard deviation of the differences, we'll have to use the sample standard deviation in its place. This makes it appropriate to use a interval instead of a interval to estimate the mean difference. Let's check the conditions for making a interval.
- Random: The magazine took a random sample of their subscribers.
- Normal: Since our sample of
runners is small, we need to plot the data. The differences are roughly symmetric with no outliers, so it should be safe to proceed.
- Independent: It's reasonable to assume independence between each runner's measurements. They were randomly selected, and they shouldn't influence each other's results.
Step 3: Construct the interval
Here are the data:
Runner | |||||
---|---|---|---|---|---|
Watch A | |||||
Watch B | |||||
Difference |
Here are the summary statistics:
Mean | Standard deviation | |
---|---|---|
Watch A | ||
Watch B | ||
Difference |
Since we want to construct a confidence interval for the mean difference, we only need the summary statistics for the differences.
We'll use the formula for a one-sample interval for a mean:
Components of formula:
Our statistic is the sample mean .
Our sample size is runners.
Our sample standard deviation is .
Our degrees of freedom is , so for confidence our critical value is .
Computations:
Interval
Step 4: Interpret the interval
Does the interval suggest that there is a difference between the two watches?
We're confident that the interval captures the mean difference between the distances (in kilometers) reported by the watches on this sort of run. Notice that the interval contains —which represents no difference—so it's plausible that there is no difference between the distances reported by Watch A and Watch B.
If the entire interval had been above (all positive values), or if it had been entirely below (all negative values), then it would have suggested a difference between the two watches.
Example 2—Try it!
An educational website offers a practice program for the Law School Admissions Test (LSAT). Users of the program take a pretest and posttest. Here are the scores and gains for a random sample of users:
User | ||||||
---|---|---|---|---|---|---|
Pre | ||||||
Post | ||||||
Gain |
Here are summary statistics:
Mean | Standard deviation | |
---|---|---|
Pre | ||
Post | ||
Gain |
The makers of the website say that this interval provides strong evidence that using their program will cause an increase in a user's LSAT score.
Want to join the conversation?
- What is the difference between z* and t*? When to use z* and when to you t*?(4 votes)
- To be more precise - if you know the standard deviation of the ENTIRE population, then use z*. Otherwise, calculate the standard deviation of the sample and use t*.(17 votes)
- "Since there was no control group for comparison we shouldn't say there's a causal relationship here" I didn't understand this explanation(1 vote)
- The only way to tell if something causes something else (a causal relationship) is with a controlled experiment, where you can make sure that only one variable changes. In this example, we did an observational study instead of an experiment, so we don't know for sure if the program causes better performance. There could be a lurking variable in the mix, so we would need to assign treatments and perform an experiment to know more.
A control group would be a group that doesn't use the program at all between the pretest and post test, so you can compare the performance between both groups and know that the only change was whether someone used the program or not. You would also need to take some more steps to make sure that this experiment is ironclad, which would let you do more with the results. I would recommend checking out the videos on experimental design, observational studies, and surveys, just to get a bit more depth.
Hope this helps.(15 votes)
- How did you find the standard deviation in the table in step 2?(5 votes)
- using our familiar general formula for std,
std_sample = sqrt{sum_on_all_data[(data_i-data_mean)^2]/n-1}
this measures and tells you how each datapoint varies from the mean of them in general
by the way, you can't use the concept and formula for std of the difference between two random variables that sqrt(std_var1^2 + std_var2^2) here. cause the two datasets (pre and post -tests) are not independent here. they are paired each other. thus the std of their difference may be less than that of those from two independent datasets using the formula above. and it is indeed
please, hand on the numbers yourself. it will help you to grasp the concept of variance, standard deviation, and variables more clearly(1 vote)
- how was the standard deviations in example 1 calculated?(4 votes)
- You made a typo. You wrote "here are the data" instead of "here is the date." It's at Step 3.(0 votes)
- Data is a plural word and thus the correct phrase would be "here are the data" instead of "here is the data". The singular form of "data" is "datum".(11 votes)
- Is it okay to use the difference of watch a - watch b? this results in negative numbers but if one keeps in mind we talk about the difference in time intervals, no problem should come up. Isn't that right?( example 1)(2 votes)
- In my opinion, Step 2 of Example 1 shouldn't be considered independent because I don't believe they "shouldn't influence each other's results". They are running at the same time so isn't it likely they are pressured to keep up at the group pace and thus influenced by each other? If this type of question were on the AP exam, should I state this opinion or assume they aren't going to be influenced and go through with the calculations?(1 vote)
- I hope this helps,
It states that they are wearing both watches at the same time, not that they are running in a group together at the same time. Since the runners were randomly selected, and the runners according to the study were not running together, they weren't able to reasonably influence each other's results.(3 votes)
- How did you calculate the standard deviation of the difference between means? You show 8.07; I get 4.49 = [6.48/SQRT(6) + 8.89/SQRT(6)]. Thanks.
Atpm CDT: Math AP®︎ Statistics Confidence intervals Confidence intervals for means, example 2. 5:55(1 vote) - how did he get the standard deviation if it wasnt given?(1 vote)
- For PROBLEM B (EXAMPLE 2), should the correct answer be- 'Yes, since, we are only 95% confident of the interval' ?(0 votes)
- Yes, but we can't attribute the gain to practice on the website. We need the scores of those who don't practice to compare with. An experimental design with a control group would ensure that the gain is indeed caused by practice on the website
So, the confidence interval tells us that the true value for mean gain for those who practice lies within that interval, but not that it is caused by practice on the website. I hope this helps.(1 vote)