Hypothesis Testing
This chapter systematically studies the basic ideas and steps of hypothesis testing, two types of errors, and hypothesis testing for the mean and variance of a normal population.
Basic Ideas and Steps of Hypothesis Testing
- Null hypothesis , alternative hypothesis
- Significance level
- Test statistic, P-value
- Rejection region, acceptance region
- Steps: propose hypotheses → select statistic → determine rejection region → calculate sample value → draw conclusion
Two Types of Errors
- Type I error: reject when is true
- Type II error: accept when is false
Hypothesis Testing for a Single Normal Population
- Mean test (variance known/unknown): Z-test/T-test
- Variance test: chi-square test
Hypothesis Testing for Two Normal Populations
- Mean difference test: two-sample T-test
- Variance ratio test: F-test
Exercises
- Briefly describe the general steps of hypothesis testing.
- Let , known, test . Write the test statistic.
- Explain the meaning of Type I and Type II errors.
- If the variances of two normal populations are unknown but equal, which test should be used for the mean difference?
- Let the variances of two populations be . To test , which test should be used?
Reference Answers
1. Steps
Propose hypotheses → select statistic → determine rejection region → calculate sample value → draw conclusion
2. Test statistic
3. Two types of errors
Type I error: reject the true null hypothesis; Type II error: accept the false null hypothesis
4. Test method
Two-sample T-test
5. Test method
F-test