Explain the importance of random sampling.
Random sampling ensures that the sample is representative of the population, reducing bias and allowing for valid inferences.
Explain the importance of random assignment in experiments.
Random assignment ensures that any observed differences between treatment groups are due to the treatment itself, rather than confounding variables.
Explain the meaning of a 95% confidence level.
If we were to take many samples and construct 95% confidence intervals, about 95% of those intervals would contain the true difference in population means.
How does sample size affect the width of a confidence interval?
Increasing the sample size decreases the width of the confidence interval, providing a more precise estimate of the population parameter.
What does it mean if a confidence interval for the difference of two means contains zero?
It suggests that there is no significant difference between the means of the two populations, as zero is a plausible value for the difference.
What is the formula for the point estimate of the difference of two means?
$\bar{x}_1 - \bar{x}_2$
What is the formula for the margin of error of the difference of two means?
$t^* \times \sqrt{\frac{s_1^2}{n_1} + \frac{s_2^2}{n_2}}$
What is the general form of a confidence interval?
Point Estimate ยฑ Margin of Error
How to calculate degrees of freedom for two-sample t-test (without calculator)?
Use a conservative estimate by taking the smaller of $n_1 - 1$ and $n_2 - 1$.
What is the formula for a confidence interval for the difference of two means?
$(\bar{x}_1 - \bar{x}_2) \pm t^* \times \sqrt{\frac{s_1^2}{n_1} + \frac{s_2^2}{n_2}}$
What are the differences between random sampling and random assignment?
Random Sampling: Selecting individuals randomly from a population to be in the sample. | Random Assignment: Assigning participants to different treatment groups randomly in an experiment.
What are the differences between the t-distribution and the normal distribution?
T-distribution: Used when the population standard deviation is unknown and estimated by the sample standard deviation, heavier tails. | Normal Distribution: Used when the population standard deviation is known or with large sample sizes due to CLT, lighter tails.
What are the differences between Type I and Type II error?
Type I error: Rejecting the null hypothesis when it is true (false positive). | Type II error: Failing to reject the null hypothesis when it is false (false negative).
What are the differences between standard deviation and standard error?
Standard deviation: Measures the spread of data in a single sample. | Standard error: Measures the variability of the sample statistic (e.g., sample mean) across multiple samples.
What are the differences between confidence intervals and hypothesis tests?
Confidence Intervals: Estimate a population parameter with a range of plausible values. | Hypothesis Tests: Assess the evidence against a specific claim about a population parameter.