All Flashcards
What is a p-value?
The probability of obtaining sample data (or more extreme) if the null hypothesis is true.
What is the null hypothesis (H0)?
A statement of no effect or no difference, which we try to disprove.
What is the alternative hypothesis (Ha)?
A statement that contradicts the null hypothesis, representing what we are trying to find evidence for.
Define significance level (alpha).
The probability of rejecting the null hypothesis when it is actually true (Type I error).
What is a confidence interval?
A range of values, calculated from sample data, that is likely to contain the true population parameter.
What is the general form of a confidence interval?
Point estimate ± (Critical value * Standard error)
What is the test statistic for a one-sample t-test?
What is the test statistic for a one-sample z-test for proportions?
What is the formula for degrees of freedom in a matched pairs t-test?
df = n - 1, where n is the number of pairs.
What is the general form for a test statistic?
What are the differences between a one-sample t-test and a two-sample t-test?
One-sample: Compares a sample mean to a known value. | Two-sample: Compares the means of two independent groups.
What are the differences between a two-sample t-test and a matched pairs t-test?
Two-sample: Compares means of independent groups. | Matched pairs: Compares means of related groups (e.g., before/after).
What are the differences between a t-test and a z-test?
T-test: Used when the population standard deviation is unknown, estimate using sample std. dev. | Z-test: Used when the population standard deviation is known.
What are the differences between a significance test and a confidence interval?
Significance test: Determines if there is evidence to reject a null hypothesis. | Confidence interval: Estimates a range of plausible values for a population parameter.
What are the differences between the conditions for inference for means and proportions?
Means: Random, Independent, Normal (or large sample size). | Proportions: Random, Independent, Large Counts (np ≥ 10 and n(1-p) ≥ 10).