Hypothesis Tests for Finance
Learning Outcome Statement:
explain hypothesis testing and its components, including statistical significance, Type I and Type II errors, and the power of a test.
Summary:
Hypothesis testing is a statistical method used to make decisions about a population based on sample data. It involves formulating a null hypothesis (H0) and an alternative hypothesis (Ha), choosing an appropriate test statistic and its distribution, specifying a significance level, and making a decision based on the calculated test statistic compared to critical values. The process aims to control the risks of Type I and Type II errors, which are false positives and false negatives, respectively.
Key Concepts:
Null and Alternative Hypotheses
The null hypothesis (H0) is a statement assumed to be true unless evidence suggests otherwise, while the alternative hypothesis (Ha) is considered if the null is rejected. These hypotheses are mutually exclusive and collectively exhaustive.
Test Statistic and Distribution
A test statistic is calculated from sample data and compared against a theoretical distribution (e.g., t-distribution, Chi-square) to determine whether to reject H0.
Significance Level and Type I Error
The significance level (alpha, α) is the probability of rejecting a true null hypothesis (Type I error). Common levels are 5% or 1%, reflecting the risk of a false positive the researcher is willing to accept.
Type II Error and Power of a Test
Type II error (beta, β) is the risk of failing to reject a false null hypothesis. The power of a test (1 - β) is the probability of correctly rejecting a false null hypothesis, indicating the test's sensitivity.
Formulas:
Test Statistic for Single Mean
Calculates the t-statistic for testing a single population mean when the population standard deviation is unknown.
Variables:
- :
- sample mean
- :
- hypothesized population mean
- :
- sample standard deviation
- :
- sample size
Test Statistic for Difference in Means
Used to compare the means of two independent samples, assuming equal variances.
Variables:
- :
- sample means of two independent samples
- :
- hypothesized population means of the two samples
- :
- pooled standard deviation
- :
- sample sizes of the two samples
Chi-Square Test Statistic for Variance
Used to test a single population variance against a hypothesized value.
Variables:
- :
- sample size
- :
- sample standard deviation
- :
- hypothesized population variance