Explain how to test a population variance or a population standard deviation.
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 26m
- 11. Correlation1h 6m
- 12. Regression1h 35m
- 13. Chi-Square Tests & Goodness of Fit1h 57m
- 14. ANOVA1h 0m
9. Hypothesis Testing for One Sample
Steps in Hypothesis Testing
Problem 11.1.1
Textbook Question
What is a nonparametric test? How does a nonparametric test differ from a parametric test? What are the advantages and disadvantages of using a nonparametric test?

1
A nonparametric test is a type of statistical test that does not assume a specific distribution for the data (e.g., normal distribution). These tests are often used when the data does not meet the assumptions required for parametric tests, such as normality or homogeneity of variance.
Nonparametric tests differ from parametric tests in that parametric tests rely on assumptions about the population parameters (e.g., mean, variance) and the underlying distribution of the data. For example, a t-test assumes the data is normally distributed, while a nonparametric test like the Mann-Whitney U test does not make this assumption.
Advantages of nonparametric tests include their flexibility in handling data that is not normally distributed, their ability to work with ordinal data or data with outliers, and their applicability to small sample sizes. These features make them robust in situations where parametric tests may not be appropriate.
Disadvantages of nonparametric tests include lower statistical power compared to parametric tests when the assumptions of the parametric tests are met. This means that nonparametric tests may require larger sample sizes to detect the same effect size. Additionally, they may not provide as much detailed information about the data as parametric tests do.
In summary, nonparametric tests are useful tools for analyzing data that do not meet the assumptions of parametric tests. However, they should be used judiciously, considering the trade-offs in statistical power and the type of data being analyzed.

This video solution was recommended by our tutors as helpful for the problem above
Video duration:
2mPlay a video:
Was this helpful?
Key Concepts
Here are the essential concepts you must grasp in order to answer the question correctly.
Nonparametric Tests
Nonparametric tests are statistical methods that do not assume a specific distribution for the data. They are often used when the data do not meet the assumptions required for parametric tests, such as normality or homogeneity of variance. Examples include the Mann-Whitney U test and the Kruskal-Wallis test, which are used for comparing medians rather than means.
Recommended video:
Guided course
Independence Test
Parametric Tests
Parametric tests are statistical tests that assume the data follows a certain distribution, typically a normal distribution. These tests, such as the t-test and ANOVA, rely on parameters like mean and standard deviation to make inferences about the population. They are generally more powerful than nonparametric tests when their assumptions are met, leading to more accurate results.
Recommended video:
Guided course
Parameters vs. Statistics
Advantages and Disadvantages
Nonparametric tests have the advantage of being applicable to a wider range of data types, including ordinal data and non-normally distributed interval data. They are also less sensitive to outliers. However, they may have less statistical power than parametric tests when the assumptions of the latter are satisfied, potentially leading to less precise estimates of effect sizes.
Recommended video:
Guided course
Comparing Mean vs. Median
Watch next
Master Step 1: Write Hypotheses with a bite sized video explanation from Patrick
Start learningRelated Videos
Related Practice
Textbook Question
15
views