AP Statistics Exam Notes
Confidence Intervals for Proportions
- One-sample z-interval:
- Parameter: p
- Conditions: Random sample, n≤10%N, np^≥10, n(1−p^)≥10
- Formula: p^±z∗np^(1−p^)
- Calculator: 1-PropZInt
- Two-sample z-interval:
- Parameter: p<em>1−p</em>2
- Conditions: Independent random samples/randomized experiment, n<em>1≤10%N</em>1, n<em>2≤10%N</em>2, n<em>1p^</em>1≥10, n<em>1(1−p^</em>1)≥10, n<em>2p^</em>2≥10, n<em>2(1−p^</em>2)≥10
- Formula: (p^<em>1−p^</em>2)±z∗n<em>1p^<em>1(1−p^</em>1)+n</em>2p^</em>2(1−p^<em>2)
- Calculator: 2-PropZInt
- One-sample t-interval:
- Parameter: μ
- Conditions: Random sample/randomized experiment, n≤10%N, population distribution ≈ normal or n≥30
- Formula: xˉ±t∗ns
- Calculator: TInterval, df = n – 1
- Two-sample t-interval:
- Parameter: μ<em>1−μ</em>2
- Conditions: Independent random samples/randomized experiment, n<em>1≤10%N</em>1, n<em>2≤10%N</em>2, population distributions ≈ normal or n≥30
- Formula: (xˉ<em>1−xˉ</em>2)±t∗n</em>1(s<em>1)2+n</em>2(s<em>2)2
- Calculator: 2-SampTInt, df = smaller of n1 – 1 and n2 – 1
Confidence Intervals for Slope
- t-interval for slope:
- Parameter: β
- Conditions: Linear relationship, n≤10%N, y is ≈ normal for each x, y has same standard deviation for each x, random sample/randomized experiment
- Formula: b±t∗SEb
- Calculator: LinRegTInt, df = n – 2
Significance Tests for Proportions
- One-sample z-test:
- Null Hypothesis: H<em>0:p=p</em>0
- Conditions: Random sample, n≤10%N, np<em>0≥10, n(1−p</em>0)≥10
- Formula: z=np</em>0(1−p0)p^−p<em>0
- Calculator: 1-PropZTest
- Two-sample z-test:
- Null Hypothesis: H<em>0:p</em>1–p2=0
- Conditions: Independent random samples/randomized experiment, n<em>1≤10%N</em>1, n<em>2≤10%N</em>2, n<em>1p^</em>c≥10, n<em>1(1−p^</em>c)≥10, n<em>2p^</em>c≥10, n<em>2(1−p^</em>c)≥10, where p^<em>c=n</em>1+n2x</em>1+x<em>2
- Formula: z=n<em>1p^<em>c(1−p^</em>c)+n</em>2p^</em>c(1−p^<em>c)(p^<em>1−p^</em>2)−0
- Calculator: 2-PropZTest
- One-sample t-test:
- Null Hypothesis: H<em>0:μ=μ</em>0
- Conditions: Random sample/randomized experiment, n≤10%N, population distribution ≈ normal or n≥30
- Formula: t=nsxˉ−μ0
- Calculator: T-Test, df = n – 1
- Two-sample t-test:
- Null Hypothesis: H<em>0:μ</em>1−μ2=0
- Conditions: Independent random samples/randomized experiment, n<em>1≤10%N</em>1, n<em>2≤10%N</em>2, population distributions ≈ normal or n≥30
- Formula: t=n</em>1(s<em>1)2+n</em>2(s<em>2)2(xˉ<em>1−xˉ</em>2)−(μ<em>1−μ</em>2)
- Calculator: 2-SampTTest, df = smaller of n1 – 1 and n2 – 1
Significance Tests for Slope
- t-test for slope:
- Null Hypothesis: H<em>0:β=β</em>0
- Conditions: Linear relationship, n≤10%N, y is ≈ normal for each x, y has same standard deviation for each x, random sample/randomized experiment
- Formula: t=SE</em>bb−β<em>0
- Calculator: LinRegTTest, df = n – 2
Chi-Square Tests
- Goodness-of-fit:
- Hypotheses: H0: Claimed distribution is correct. Ha: Claimed distribution is incorrect.
- Conditions: Random sample/randomized experiment, n≤10%N, all expected counts > 5
- Formula: χ2=∑expected(observed−expected)2
- Calculator: χ2GOF-Test, df = # of categories – 1
- Homogeneity:
- Hypotheses: H0: No difference in distribution across populations. Ha: Difference in distribution across populations.
- Conditions: Random samples/randomized experiment, n≤10%N, all expected counts > 5
- Formula: χ2=∑expected(observed−expected)2
- Calculator: χ2-Test, df = (# of rows – 1) (# of columns – 1)
- Independence:
- Hypotheses: H0: No association between variables. Ha: Variables are associated.
- Conditions: Random sample/randomized experiment, n≤10%N, all expected counts > 5
- Formula: χ2=∑expected(observed−expected)2
- Calculator: χ2-Test, df = (# of rows – 1) (# of columns – 1)