Hypothesis testing is a statistical method used to make decisions based on data. It involves evaluating two competing statements about a population parameter:
When conducting a hypothesis test, there are two possible errors we can make:
Let's look at the outcomes described in the options:
The possible outcomes of a hypothesis test can be summarized in the following table:
| Decision Based on Sample Data | True State of Null Hypothesis ($H_0$) | |
|---|---|---|
| $H_0$ True | $H_0$ False | |
| Accept $H_0$ | Correct Decision (True Negative) | Type II Error (False Negative) ($\beta$) |
| Reject $H_0$ | Type I Error (False Positive) ($\alpha$) |
Correct Decision (True Positive) |
Based on the standard definitions and the summary table, a Type II error occurs specifically when the null hypothesis ($H_0$) is actually false, but the test results lead us to accept or fail to reject it.
Therefore, the correct description is: $H_0$ (Null hypothesis) is false and is accepted.
| LIST-I | LIST-II | |
| A. One-Tailed Test | I. | Null hypothesis is rejected if the sample value is significantly higher or lower than the hypothesized value of the population parameter |
| B. Paired difference Test | II. | A hypothesis test of the difference between the sample means of two independent samples |
| C. Two-Tailed Test | III. | A sample value significantly above the hypothesized population value will lead to rejection of the null hypothesis |
| D. Upper-Tailed Test | IV. | Concerned only with whether the observed value deviates from the hypothesized value in one direction |