What is the requirement for the sample size of each sample when using the Wilcoxon rank sum test?
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 53m
- 8. Sampling Distributions & Confidence Intervals: Proportion1h 12m
- 9. Hypothesis Testing for One Sample2h 19m
- 10. Hypothesis Testing for Two Samples3h 22m
- 11. Correlation1h 6m
- 12. Regression1h 4m
- 13. Chi-Square Tests & Goodness of Fit1h 20m
- 14. ANOVA1h 0m
10. Hypothesis Testing for Two Samples
Two Means - Unknown, Unequal Variance
Problem 8.R.16
Textbook Question
In Exercises 11–16, test the claim about the difference between two population means μ1 and μ2 at the level of significance α. Assume the samples are random and independent, and the populations are normally distributed.
Claim: μ1> μ2; α=0.10. Assume (σ1)^2 ≠ (σ2)^2
Sample statistics: x̅1= 520, s1= 25, n1= 7 and x̅2= 500, s2= 55, n2= 6

1
Step 1: Identify the null and alternative hypotheses. The null hypothesis (H₀) is μ₁ ≤ μ₂, and the alternative hypothesis (H₁) is μ₁ > μ₂. This is a one-tailed test since the claim specifies μ₁ > μ₂.
Step 2: Determine the test statistic formula for comparing two population means when the population variances are unequal. Use the formula: , where x̅₁ and x̅₂ are the sample means, s₁² and s₂² are the sample variances, and n₁ and n₂ are the sample sizes.
Step 3: Calculate the degrees of freedom using the formula for unequal variances: . This will give an approximate degrees of freedom for the t-distribution.
Step 4: Use the calculated test statistic and degrees of freedom to find the critical value from the t-distribution table at the significance level α = 0.10 for a one-tailed test. Compare the test statistic to the critical value to determine whether to reject or fail to reject the null hypothesis.
Step 5: Interpret the results. If the test statistic exceeds the critical value, reject the null hypothesis and conclude that there is sufficient evidence to support the claim μ₁ > μ₂. Otherwise, fail to reject the null hypothesis and conclude that there is insufficient evidence to support the claim.

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.
Hypothesis Testing
Hypothesis testing is a statistical method used to make decisions about population parameters based on sample data. It involves formulating a null hypothesis (H0) and an alternative hypothesis (H1), then using sample statistics to determine whether to reject H0 in favor of H1. In this case, the claim is that the mean of population 1 (μ1) is greater than the mean of population 2 (μ2).
Recommended video:
Guided course
Step 1: Write Hypotheses
Level of Significance (α)
The level of significance, denoted as α, is the probability of rejecting the null hypothesis when it is actually true. It represents the threshold for determining whether the observed data is statistically significant. In this question, α is set at 0.10, meaning there is a 10% risk of concluding that μ1 is greater than μ2 when it is not.
Recommended video:
Finding Binomial Probabilities Using TI-84 Example 1
Independent Samples and Variance
Independent samples refer to two groups that are not related or paired in any way, allowing for the comparison of their means. In this scenario, the assumption that the variances of the two populations are not equal (σ1^2 ≠ σ2^2) indicates the use of a specific statistical test, such as Welch's t-test, which adjusts for the difference in variances when comparing the means.
Recommended video:
Guided course
Independence Test
Watch next
Master Difference in Means: Hypothesis Tests with a bite sized video explanation from Patrick
Start learningRelated Videos
Related Practice
Textbook Question
8
views