(R11) Hypothesis Testing Flashcards
Null Hypothesis
The hypothesis that the researcher wants to reject, denoted Ho; The hypothesis that is actually tested and is the basis for the selection of the test statistics.
Alternative hypothesis
The hypothesis that we want to validate
Steps in hypothesis testing
- State the hypothesis
- Identify the appropriate test statistic (t or z) and its probability distribution
- Specify level of confidence
- State the decision rule
- Collect data and calculate the test statistic
- Make the decision
- Make the real world decision
Two-tailed test for the population mean
Ho: u = uo,
Ha: u =/ uo
One-tailed test for the population mean
Ho: u <= uo
Ha: u > uo
Test-Statistic Calculation
(Sample Statistic - Hypothesized Value) / SE of sample
2 Types of Errors in Hypothesis Testing
Type 1: The rejection of null hypothesis when it is actually true (alpha = probability of type 1 error)
Type 2: The failure to reject the null hypothesis when it is actually false
Power of a test in hypothesis testing
Probability of correctly rejecting the null (rejecting the null when it is false)
= 1 - probability of type two error
When doing hypothesis testing, what must be compared to the test statistic?
Compare to the critical value (use alpha to look up critical value in tables).
For one tailed tests, if the test statistic is greater than the critical value, you reject the null
P-Value
Smallest level of significance at which null hypothesis can be rejected; the smaller the p-value the stronger the evidence (if you have p-value of .0342, you can reject null hypothesis at an alpha of .05 but not .01)
For two tailed tests with an alpha of 10%, how much percentage would be in each tail?
Divide alpha by two since its a two tailed test (5% in each tail)
Hypothesis for testing the differences between means
Ho: u1 - u2 = 0
Ha: u1 - u2 =/ 0
You can also change the equal signs to greater than or less then
Pooled variances
Used with t-statistics for testing the means of two normally distributed populations are equal, when the variances of the population are unknown but assumed to be equal.
Chi-square Test
Test used for hypothesis testing concerning the variance of a normally distributed population.
Chi-Square Calculation
ChiSquare = (n-1)s^2 / sigma^2
s= sample variance sigma^2 = hypothesized population variance