Topic 1. Basics of Hypothesis Testing
Topic 2. Null Hypothesis and Alternative Hypothesis
Topic 3. Choice of the Null and Alternative Hypotheses
Topic 4. Two-Tailed Hypotheses Testing
Topic 5. One-Tailed Hypotheses Testing
Topic 6. Type I and Type II Errors
Topic 7. Type I and II Errors in Hypothesis Testing
Topic 8. Relation Between Confidence Intervals and Hypothesis Tests
Topic 9. Statistical Significance vs. Practical Significance
Test Statistic: Measures deviation of sample statistic from hypothesized value.
Significance Level (α): Probability of rejecting true H₀ (commonly 0.01, 0.05, 0.10).
Critical Value: Based on α, determines rejection regions.
Decision Rule: "Reject H₀ if test statistic > critical value".
Q1.Austin Roberts believes the mean price of houses in the area is greater than $145,000. A random sample of 36 houses in the area has a mean price of $149,750. The population standard deviation is $24,000, and Roberts wants to conduct a hypothesis test at a 1% level of significance. The appropriate alternative hypothesis is:
A.
B.
C.
D.
Explanation: D is correct.
Hypothesis testing involves two statistics: the test statistic calculated from the sample data and the critical value of the test statistic.
A test statistic is calculated by comparing the point estimate of the population parameter with the hypothesized value of the parameter (i.e., the value specified in the null hypothesis).
The test statistic is the difference between the sample statistic and the hypothesized value, scaled by the standard error of the sample statistic:
The standard error of the sample statistic is the adjusted standard deviation of the sample.
A two-sided test is referred to as a two-tailed test.
A one-sided test is referred to as a one-tailed test. In practice, most hypothesis tests are constructed as two-tailed tests.
Q2. Which of the following statements about hypothesis testing is most accurate?
A. The power of a test is one minus the probability of a Type I error.
B. The probability of a Type I error is equal to the significance level of the test.
C. To test the claim that X is greater than zero, the null hypothesis would be : X > 0.
D. If you can disprove the null hypothesis, then you have proven the alternative hypothesis.
Explanation: B is correct.
The probability of getting a test statistic outside the critical value(s) when the null is true is the level of significance and is the probability of a Type I error. The power of a test is one minus the probability of a Type II error. Hypothesis testing does not prove a hypothesis; we either reject the null or fail to reject it. The appropriate null would be X ≤ 0 with X > 0 as the alternative hypothesis.
Confidence Interval (CI): Range of values where the true population parameter lies with a specified probability.
A confidence interval for a two-tailed test is determined as:
It can also be written as:
Upper tail:
Topic 1. The p-Value
Topic 2. The t-Test
Topic 3. The z-Test
Topic 4. Testing the Equality of Means
Topic 5. Multiple Hypothesis Testing
Q2. Austin Roberts believes the mean price of houses in the area is greater than $145,000. A random sample of 36 houses in the area has a mean price of $149,750. The population standard deviation is $24,000, and Roberts wants to conduct a hypothesis test at a 1% level of significance. The value of the calculated test statistic is closest to:
A. z = 0.67.
B. z = 1.19.
C. z = 4.00.
D. z = 8.13.
Explanation: B is correct.
Employs a test statistic that is distributed according to a t-distribution.
conditions exist:
The sample is small (n < 30), but the distribution of the population is normal or approximately normal.
If the sample is small and the distribution is non-normal, we have no reliable statistical test.
For hypothesis tests of a population mean, a t-statistic with n − 1 degrees of freedom is computed as:
In the real world, the underlying variance of the population is rarely known, so the t-test enjoys widespread application.
Appropriate hypothesis test of the population mean when the population is normally distributed with known variance.
The z-statistic for a hypothesis test for a population mean is computed as follows:
Example:
Sample mean = 2.49, σ = 0.021, n = 49
H₀: µ = 2.5 → z = –3.33 → Reject H₀
Critical z-values for the most common levels of significance are given below (Memorize these).
When the sample size is large and the population variance is unknown, the z-statistic is:
Q3. Austin Roberts believes the mean price of houses in the area is greater than $145,000. A random sample of 36 houses in the area has a mean price of $149,750.
The population standard deviation is $24,000, and Roberts wants to conduct a hypothesis test at a 1% level of significance. The value of the calculated test statistic is closest to:
A. z = 0.67.
B. z = 1.19.
C. z = 4.00.
D. z = 8.13.
Explanation: B is correct.
Q4. The most likely bias to result from testing multiple hypotheses on a single data set is that the value of:
A. a Type I error will increase.
B. a Type II error will increase.
C. the critical value will increase.
D. the test statistic will increase.
Explanation: A is correct.
With multiple testing, the alpha (the probability of incorrectly rejecting a true null) is only accurate for one single hypothesis test. As we test more and more strategies, the actual alpha of this repeated testing grows larger, and as alpha grows larger, the probability of a Type I error increases.