Comprehensive AP Statistics Study Guide: Significance Tests, Confidence Intervals, and Calculator Operations
Significance Tests for Proportions and Means
In AP Statistics, significance tests are structured procedures for evaluating claims about population parameters based on sample data. For proportions, there are two primary tests. The One-sample z-test for a proportion uses the null hypothesis . The alternative hypothesis can state that the true proportion is greater than, less than, or different from the null value. Conditions for inference include a random sample, the sample size being less than or equal to of the population (), and the Large Counts condition ( and ). The test statistic is calculated as . This test is performed on the calculator using the 1-PropZTest function.
The Two-sample z-test for a difference in proportions evaluates the null hypothesis . It requires independent random samples or a randomized experiment. Conditions specify that samples must be less than of their respective populations ( and ). The Large Counts condition for this test uses a pooled (combined) proportion, . The requirements are , , , and . The test statistic is and the calculator function is 2-PropZTest.
For means, the One-sample t-test for a mean (or paired t-test) tests . It assumes a random sample or randomized experiment and that . The Normality condition is satisfied if the population is normal, the sample data show no strong skew or outliers, or the sample size is large enough via the Central Limit Theorem (). The test statistic is with degrees of freedom . The calculator function is T-Test. The Two-sample t-test for a difference in means tests . Conditions involve independent random samples, the rule for both populations, and the Normality condition for both groups ( or normal distributions). The statistic is . Degrees of freedom are taken as the smaller of and or determined via technology. The calculator function is 2-SampTTest.
Inference for Slope
The t-test for a slope is used to determine if there is a linear relationship between two quantitative variables. The null hypothesis is typically (often ). Five conditions must be met: 1) the relationship between and is fairly linear; 2) the sample size is less than of the population (); 3) for each , the distribution of is normal; 4) for each , has approximately the same standard deviation; and 5) the data comes from a random sample or randomized experiment. The test statistic is where is the sample slope and is the standard error of the slope. The degrees of freedom are . The calculator command is LinRegTTest.
Confidence Intervals for Proportions, Means, and Slope
Confidence intervals estimate the true value of a population parameter. For a single proportion, the One-sample z-interval uses the formula , where the Large Counts condition relies on observed counts ( and ). For the difference in proportions, the formula is .
For means, a One-sample t-interval is calculated as with . A Two-sample t-interval for the difference in means is . The t-interval for a slope is given by with . Each interval requires specific conditions such as randomness, independence ( rule), and normality/large sample size as previously detailed for significance tests. Calculator functions include 1-PropZInt, 2-PropZInt, TInterval, 2-SampTInt, and LinRegTInt.
Chi-Square Tests
Chi-Square tests are applied to categorical data. All three Chi-Square tests share the same basic formula for the test statistic: , where is the observed count and is the expected count. In all cases, all expected counts must be greater than .
The Chi-Square test for Goodness-of-Fit (GOF) evaluates if a categorical variable's claimed distribution is correct. states the claimed distribution is correct, while states it is incorrect. The degrees of freedom are df = \text{# of categories} - 1. The calculator command is \chi^2GOF-Test.
The Chi-Square test for Homogeneity determines if the distribution of a categorical variable is the same across multiple populations or treatments. states there is no difference in the distribution across populations. The degrees of freedom are calculated as where is rows and is columns. The calculator command is \chi^2-Test.
The Chi-Square test for Independence checks for an association between two categorical variables within a single population. states there is no association or the variables are independent. The degrees of freedom are also , and the calculator command is \chi^2-Test. Observed counts for these tests (Homogeneity and Independence) must be entered into a matrix, typically Matrix A, on the calculator.
Identifying the Correct Significance Test
To choose the appropriate significance test, first look for indicators like the phrase "Do the data provide convincing statistical evidence." If the data involve Minitab output or a linear relationship, a Linear Regression t-test is required. If the data are presented in a table of frequencies, a Chi-Square test is indicated: use Goodness-of-Fit for one variable across one population, Homogeneity for one variable across multiple populations, and Independence for two variables in one population.
If the data are not in a frequency table, determine if they involve Proportions (%, proportions) or Means (averages). For proportions, check the number of samples: one sample requires a 1-prop z-test, while two samples require a 2-prop z-test. For means, check the number of samples: one sample or a paired experiment requires a 1-mean t-test (paired t-test), while two separate groups require a 2-mean t-test.
Calculator Functions and Usage
For One Variable Data, use 1-Var Stats to find the mean, standard deviation, and five-number summary. For Two Variable Data, LinReg (a + bx) provides the least squares regression line, correlation (), and coefficient of determination (). Use DiagnosticOn to ensure and are displayed.
Probability calculations include:
binompdf(n, p, X): Probability of exactly successes ( trials, probability ).binomcdf(n, p, X): Probability of at most successes ().normalcdf(lower, upper, mean, SD): Find the area/probability for an interval in a normal distribution.invNorm(area left, mean, SD): Find a boundary value for a given area in a normal distribution.tcdf(lower, upper, df): Find the area for an interval in a t-distribution.invT(area left, df): Find a boundary value for a t-distribution.\chi^2cdf(lower, upper, df): Find the area for an interval in a chi-square distribution.
Confidence Intervals and Significance Tests commands require specific inputs such as successes (), sample size (), means (), standard deviations (), and confidence levels (C-Level). Note that for two-sample t-procedures, the "Pooled" option should generally be set to "No."
Statistical Practice Problems
Proportion Significance Test: A random sample of students found support a schedule change. The principal tests if more than support it (, ). Function:
1-PropZTest. Inputs: , , , prop . P-value: .Difference in Means Confidence Interval: Samples of burgers in U.S. (, , ) and Japan (, , ). Function:
2-SampTInt. Inputs: , , , , , , C-Level: , Pooled: No. Result: .Normal Boundary Calculation: Croatian males height . Tallest corresponds to area left = . Function:
invNorm. Inputs: area , , . Answer: .Binomial Probability: . in rounds. Function: . Inputs: . Answer: .
Mean Confidence Interval: Sample of professors, , . Function:
TInterval. Inputs: , , , C-Level: . Result: .Binomial Exact Successes: Siberian Huskies have heterochromia. in sample of . Function:
binompdf. Inputs: , , . Answer: .Difference in Proportions Confidence Interval: 2012 sample: . 2016 sample: . Function:
2-PropZInt. Inputs: , , , , C-Level: . Result: . (Note: Change is ).P-value from t-statistic: Test for mean salary with and . Function:
tcdf(lower, upper, df). Inputs:tcdf(2.51, 999, 9). Answer: .Chi-Square Test Statistic: Vehicles (Car, SUV, Truck) vs. (Owned, Leased). Function:
\chi^2-Test. Matrix A: . Test statistic (calculated ): .Normal Distribution Probability: GRE Verbal . . Function:
normalcdf. Inputs: lower , upper , , . Answer: .Significance Test for Difference in Means: Machine A (, , ), Machine B (, , ). Testing for a difference (). Function:
2-SampTTest. Inputs: Stats, , , , , , , , Pooled: No. P-value: .