What are the six steps of hypothesis testing?
What is the null hypothesis (H₀)?
The hypothesis assumed to be true unless evidence suggests otherwise; it contains an equality (=, ≥, ≤).
What is the alternative hypothesis (H₁ or Hₐ)?
The hypothesis accepted if the null hypothesis is rejected; represents the claim being tested.
What is the significance level (α)?
The probability of making a Type I error (rejecting a true null hypothesis).
What is the decision rule in hypothesis testing?
A rule that determines whether to reject or not reject H₀ based on the test statistic or p-value.
What determines whether we reject the null hypothesis using a test statistic?
If the test statistic falls in the rejection region defined by the critical value.
What is the structure of hypotheses in a two-tailed test?
H₀: μ = μ₀ ; H₁: μ ≠ μ₀
What is the structure of hypotheses in a right-tailed test?
H₀: μ ≤ μ₀ ; H₁: μ > μ₀
What is the structure of hypotheses in a left-tailed test?
H₀: μ ≥ μ₀ ; H₁: μ < μ₀
What is the critical value for a two-tailed test at α = 0.05 (normal distribution)?
±1.96
What is the critical value for a one-tailed test at α = 0.05 (normal distribution)?
1.645
What is the Z-test statistic for a single mean?
Z = (X̄ − μ₀) / σₓ̄
When is the Z-test used instead of the t-test?
When the population variance is known or the sample size is large.
What is the t-test statistic for a single mean?
t = (X̄ − μ₀) / (s / √n)
What is the t-test statistic for the difference in means (independent samples)?
t = [(X̄₁ − X̄₂) − (μ₁ − μ₂)] / √(s₁²/n₁ + s₂²/n₂)
What is the paired sample t-test (mean difference) statistic?
t = (d̄ − μd₀) / (sd / √n)
What is a Type I error?
Rejecting the null hypothesis when it is true.
What is a Type II error?
Failing to reject the null hypothesis when it is false.
What is the relationship between α and Type I error?
The significance level α equals the probability of a Type I error.
What is the power of a test?
The probability of correctly rejecting a false null hypothesis (1 − Type II error).
What is a p-value?
The smallest significance level at which the null hypothesis can be rejected.
What is the decision rule using a p-value?
Reject H₀ if p-value ≤ α.
What is the chi-square test used for in hypothesis testing?
Testing hypotheses about a single population variance.
What is the chi-square test statistic for variance?
χ² = (n − 1)s² / σ₀²