AP Statistics Reference Guide: Confidence Intervals and Significance Tests
One-Sample and Two-Sample Confidence Intervals for Proportions
One-Sample z-Interval for a Proportion * Statistic: Represents the sample proportion, denoted as . * Parameter: Represents the population proportion, denoted as . * Conditions for Inference: * Randomness: The data must come from a random sample. * Independence (10% Rule): The sample size must be less than or equal to of the population size (). * Large Counts: The number of successes and failures must both be at least 10, specifically and . * Formula: * Calculator Command:
1-PropZIntTwo-Sample z-Interval for a Difference in Proportions * Statistic: The difference between two sample proportions, denoted as . * Parameter: The difference between two population proportions, denoted as . * Conditions for Inference: * Randomness/Independence: Requires independent random samples or a randomized experiment. * Independence (10% Rule): For both samples, the size must be less than or equal to of their respective populations ( and ). * Large Counts: Successes and failures for both groups must be at least 10: , , , and . * Formula: * Calculator Command:
2-PropZInt
Confidence Intervals for Means and Slope
One-Sample t-Interval for a Mean (Including Paired t-Interval) * Statistic: The sample mean, denoted as . * Parameter: The population mean, denoted as . * Conditions for Inference: * Randomness: Data must come from a random sample or a randomized experiment. * Independence (10% Rule): Sample size must satisfy . * Normality/Large Sample: The population distribution must be approximately normal (either given by the problem or sample data must show no strong skew or outliers) OR the sample size must be at least 30 (). * Formula: * Degrees of Freedom (): * Calculator Command:
TIntervalTwo-Sample t-Interval for a Difference in Means * Statistic: The difference between two sample means, denoted as . * Parameter: The difference between two population means, denoted as . * Conditions for Inference: * Randomness/Independence: Independent random samples or a randomized experiment. * Independence (10% Rule): For both groups, and . * Normality/Large Sample: For each group, the population distribution must be approximately normal (given or sample data shows no strong skew/outliers) OR each group's sample size must be at least 30 (). * Formula: * Degrees of Freedom (): Conservatively calculated as the smaller of and , or determined more accurately via technology. * Calculator Command:
2-SampTIntt-Interval for a Slope * Statistic: The sample slope, denoted as . * Parameter: The population slope, denoted as . * Conditions for Inference: * Linearity: The relationship between and must be fairly linear. * Independence (10% Rule): Sample size must satisfy . * Normality: For each value of , the distribution of must be approximately normal. * Equal Variance: For each value of , the variable must have the same standard deviation. * Randomness: Data must come from a random sample or randomized experiment. * Formula: * Degrees of Freedom (): * Calculator Command:
LinRegTInt
Significance Tests for Proportions
One-Sample z-Test for a Proportion * Null Hypothesis (): * Conditions for Inference: * Randomness: Random sample. * Independence (10% Rule): . * Large Counts: Based on the null value (), and . * Test Statistic Formula: * Calculator Command:
1-PropZTestTwo-Sample z-Test for a Difference in Proportions * Null Hypothesis (): * Conditions for Inference: * Randomness/Independence: Independent random samples or localized randomized experiment. * Independence (10% Rule): and . * Large Counts: Based on the pooled proportion , where . The conditions are: , , , and . * Test Statistic Formula: * Calculator Command:
2-PropZTest
Significance Tests for Means and Slope
One-Sample t-Test for a Mean (Including Paired t-Test) * Null Hypothesis (): * Conditions for Inference: * Randomness: Random sample or randomized experiment. * Independence (10% Rule): . * Normality/Large Sample: Population is approximately normal (given or no skew/outliers in sample data) OR . * Test Statistic Formula: * Degrees of Freedom (): * Calculator Command:
T-TestTwo-Sample t-Test for a Difference in Means * Null Hypothesis (): * Conditions for Inference: * Randomness/Independence: Independent random samples or randomized experiment. * Independence (10% Rule): and . * Normality/Large Sample: For each group, the population is approximately normal (given or no skew/outliers) OR . * Test Statistic Formula: * Degrees of Freedom (): Smaller of and , or calculated by technology. * Calculator Command:
2-SampTTestt-Test for a Slope * Null Hypothesis (): * Conditions for Inference: * Linearity: Relationship between and is linear. * Independence (10% Rule): . * Normality: Y-distribution is approximately normal for each . * Equal Variance: Constant standard deviation of for all . * Randomness: Random sample or experiment. * Test Statistic Formula: * Degrees of Freedom (): * Calculator Command:
LinRegTTest
Chi-Square tests
Chi-Square () Test for Goodness-of-Fit * Hypotheses: * Null Hypothesis (): The claimed distribution of the categorical variable is correct. * Alternative Hypothesis (): The claimed distribution of the categorical variable is incorrect. * Conditions for Inference: * Randomness: Data comes from a random sample or randomized experiment. * Independence (10% Rule): . * Expected Counts: All expected counts must be greater than 5. * Formula: * Degrees of Freedom (): * Calculator Command:
χ²GOF-TestChi-Square () Test for Homogeneity * Hypotheses: * Null Hypothesis (): There is no difference in the distribution of the categorical variable across populations or treatments. * Alternative Hypothesis (): There is a difference in the distribution of the categorical variable across populations or treatments. * Conditions for Inference: * Randomness: Random samples from each population or a randomized experiment. * Independence (10% Rule): . * Expected Counts: All expected counts must be greater than 5. * Formula: * Degrees of Freedom (): * Calculator Command:
χ²-TestChi-Square () Test for Independence * Hypotheses: * Null Hypothesis (): There is no association between two categorical variables in a given population (i.e., the variables are independent). * Alternative Hypothesis (): Two categorical variables in a population are associated (i.e., the variables are dependent). * Conditions for Inference: * Randomness: Data comes from a random sample or randomized experiment. * Independence (10% Rule): . * Expected Counts: All expected counts must be greater than 5. * Formula: * Degrees of Freedom (): * Calculator Command:
χ²-Testmatches the homogeneity command.