Table of contents
- 1. Intro to Stats and Collecting Data55m
- 2. Describing Data with Tables and Graphs1h 55m
- 3. Describing Data Numerically1h 45m
- 4. Probability2h 16m
- 5. Binomial Distribution & Discrete Random Variables2h 33m
- 6. Normal Distribution and Continuous Random Variables1h 38m
- 7. Sampling Distributions & Confidence Intervals: Mean1h 3m
- 8. Sampling Distributions & Confidence Intervals: Proportion1h 12m
- 9. Hypothesis Testing for One Sample1h 1m
- 10. Hypothesis Testing for Two Samples2h 8m
- 11. Correlation48m
- 12. Regression1h 4m
- 13. Chi-Square Tests & Goodness of Fit1h 20m
- 14. ANOVA1h 0m
10. Hypothesis Testing for Two Samples
Two Means - Matched Pairs (Dependent Samples)
Problem 13.3.13d
Textbook Question
Rank Sums Exercise 12 uses Data Set 33 “Disney World Wait Times” in Appendix B, and the sample size for the 5:00 PM Tower of Terror wait times is n = 50.
d. If we have sample paired data with n nonzero differences and one of the two rank sums is k, find an expression for the other rank sum.

1
Understand that the problem involves paired data and rank sums. In the Wilcoxon signed-rank test, the rank sums are derived from the absolute differences of paired data, with positive and negative signs assigned based on the direction of the differences.
Recall that the total sum of ranks for n nonzero differences is given by the formula: \( T = \frac{n(n+1)}{2} \). This is because the ranks are assigned sequentially from 1 to n.
If one of the rank sums is denoted as \( k \), the other rank sum can be expressed as \( T - k \), where \( T \) is the total sum of ranks.
Substitute the formula for \( T \) into the expression for the other rank sum. This gives: \( \text{Other Rank Sum} = \frac{n(n+1)}{2} - k \).
This expression allows you to calculate the other rank sum if you know the value of \( k \) and the sample size \( n \). Ensure that \( n \) corresponds to the number of nonzero differences in the paired data.

This video solution was recommended by our tutors as helpful for the problem above
Video duration:
3mPlay a video:
Was this helpful?
Key Concepts
Here are the essential concepts you must grasp in order to answer the question correctly.
Rank Sums
Rank sums are a statistical method used to analyze ordinal data by assigning ranks to data points and summing these ranks for different groups. In the context of paired data, each pair is ranked, and the sums of these ranks are calculated separately for each group. This method is particularly useful in non-parametric tests, such as the Wilcoxon signed-rank test, where the focus is on the ranks rather than the actual data values.
Recommended video:
Guided course
Calculating Standard Deviation Example 1
Paired Data
Paired data refers to two sets of related observations, where each observation in one set is uniquely matched with an observation in the other set. This type of data is often used in experiments where the same subjects are measured under different conditions, allowing for a direct comparison. Analyzing paired data helps control for variability between subjects, making it easier to detect differences due to the treatment or condition being tested.
Recommended video:
Guided course
Visualizing Qualitative vs. Quantitative Data
Nonzero Differences
Nonzero differences in paired data indicate that there is a measurable change or effect between the two conditions being compared. When analyzing paired data, it is essential to focus on these differences, as they provide the basis for statistical tests. The presence of nonzero differences allows for the calculation of rank sums and other statistics, which can help determine if the observed changes are statistically significant.
Recommended video:
Guided course
Difference in Means: Confidence Intervals
Watch next
Master Introduction to Matched Pairs with a bite sized video explanation from Patrick
Start learningRelated Videos
Related Practice