00:01
In this problem, we're going to be looking at data from the boston marathon and comparing the finishing times between the men's overall and the women's wheelchair race.
00:11
Now, if you looked at the link for this problem, it doesn't seem to be working anymore.
00:16
But luckily, i was able to pull this data from the wayback machine.
00:20
And so over here, we have the finishing times of the men from 1977 to 2012, which is when this textbook was written.
00:29
We're going to call this x.
00:30
And then over here, we have the finishing times for the women's wheelchair race, which first started in 1977.
00:38
And we'll call this y.
00:42
And so we want to compute a paired t -test between these two groups to determine whether one or the other has a significantly shorter finishing time.
00:54
And so in order to do that, we take the pairwise difference between each of these points, which is just difference for each point is equal to xi minus yi.
01:08
You do this for each of the pairwise points.
01:11
And to save a little time, i've already computed this.
01:14
And the average difference from that is 308 .9722.
01:29
And the standard deviation of the differences is 2082 .456.
01:43
And this is the seconds of the finishing time...