What are hypothesis tests?
What is the research hypothesis?
The hypothesis that the research is designed to investigate.
What is the null hypothesis?
H0: hypothesis we test, typically a skeptical reaction to the research hypothesis.
What is the alternative hypothesis?
H1: specifies a departure from H0, typically corresponds to the research hypothesis.
What is a test-statistic?
Used to quantify how much our data-estimate differs from the value in our H0.
What does the t-test statstic show us?
t-stat will be small if H0 is true.
When comparing two means, what is the null hypothesis?
That the difference between the values is 0.
How is the p-value obtained?
Compare t-stat to a reference t-distribution, p-value is obtained.
What is the p-value?
The probability of observing a test statistic at least as extreme as the one observed, given H0 is true.
What p-values count as strong evidence against H0?
When do we reject H0?
When the p-value is small. We reject H0 in favour of H1.
What is the non-parametric alternative to the t-test?
The Mann-Whitney test.
What does non-parametric mean? What is another name for it?
Methods to deal with non-normal data.
“distribution-free”
How is the Mann-Whitney test done?
What is the procedure for the Mann-Whitney test?
How is the standardised value for the Mann-Whitney test found?
z = (U - 0.5 - μU)/σU
What is statistical significance?
H0 is rejected, indicates that differences in group means are not likely due to sampling error.
What is practical significance?
Asks are the differences between samples big enough to have real meaning?
What is a type I error?
Conclude there is a genuine difference when there is in fact not (reject H0 when its true).
What is a type II error?
Conclude there is no difference when in reality there is (fail to reject H0 when it’s false).
What does ANOVA mean?
ANalysis Of VAriance
What is an ANOVA test?
One test that compares all means simultaneously.
What type of statistic does an ANOVA test produce?
F-test statistic.
What is s^2B and how is it calculated (for F-test stat)?
s^2B = (Σ ni (x̄ i - x̄)^2)/k-1 = SSB/ k - 1