Null Hypothesis (H0): Statement being tested; usually claims "no effect," "no difference," or no change.
Alternate Hypothesis (Ha): Claim we seek evidence for; usually involves an "effect," "difference," or change.
Standardize the estimate to assess how far it is from the parameter.
General form of test statistics used in hypotheses testing.
Probability of obtaining sample result or a more extreme result under the null hypothesis.
Smaller p-value indicates stronger evidence against H0.
If p-value ≤ alpha (commonly 0.05), results are statistically significant.
Hypotheses: State H0 and Ha.
Conditions: Check conditions for the test.
Calculations: Compute test statistic, find p-value.
Interpretation: Use p-value to state conclusion in context.
Type I Error: Rejecting H0 when it is true (false positive).
Type II Error: Accepting H0 when it is false (false negative).
Probability of Type I error = alpha.
Hypotheses: H0: p = p0; Ha: p < p0, p > p0, or p ≠ p0.
Conditions:
Random sample.
Sample size < 10% of population.
np0 ≥ 10 and n(1-p0) ≥ 10.
Test Statistic:
z = (p̂ - p0) / sqrt[(p0(1-p0))/n].
Conclusion: If p < alpha, reject H0; otherwise fail to reject H0.
Hypotheses: H0: μ = μ0; Ha: μ < μ0, μ > μ0, or μ ≠ μ0.
Conditions:
Random sample.
Sample size < 10% of population.
Normality (given or n ≥ 30).
Test Statistic:
t = (x̄ - μ0) / (s/sqrt(n)).
Conclusion: If p < alpha, reject H0; otherwise fail to reject H0.
Used for comparing two treatments in paired data.
Perform one-sample t analysis on the differences between paired observations (e.g., pre-test vs post-test scores).