Skip to content

AP Statistics - Wyatt's Notes

sources:

  • text: Standard textbook reference

Comprehensive revision notes for AP Statistics, aligned with the College Board Course and Exam Description.

These notes cover the full AP Statistics curriculum, from data exploration through probability to statistical inference. Each topic includes key definitions, detailed explanations, and worked examples to help you prepare for both the multiple-choice and free-response sections of the AP exam. The content is structured around the four major themes of the course.

  • 1. Exploring Data
  • 2. Sampling and Experimentation
  • 3. Probability and Simulation
  • 4. Statistical Inference
  • 5. Regression Analysis
  • Exploring Data — representing data (dotplots, histograms, boxplots, stemplots), measures of centre (mean, median), measures of spread (range, IQR, standard deviation), describing distributions (shape, centre, spread, outliers), comparing distributions, normal distributions, and the empirical rule (68-95-99.7).
  • Sampling and Experimentation — simple random sampling, stratified sampling, cluster sampling, systematic sampling, bias in sampling, observational studies vs experiments, randomised controlled experiments, control groups, blinding, placebo effect, principles of experimental design.
  • Probability — sample spaces, events, addition and multiplication rules, conditional probability, independence, Bayes” theorem, discrete random variables (probability distributions, expected value, variance), binomial and geometric distributions, continuous random variables, normal distributions and z-scores, the central limit theorem, sampling distributions of means and proportions.
  • Statistical Inference — confidence intervals for means and proportions (interpreting confidence level, margin of error), hypothesis testing (null and alternative hypotheses, Type I and Type II errors, significance levels, p-values, test statistics for means and proportions), chi-square tests (goodness of fit, independence, homogeneity), inference for regression slopes, power of tests.
  • Regression Analysis — scatterplots and correlation, least-squares regression, interpreting slope and y-intercept, coefficient of determination (r2r^2), residuals and residual plots, transformations of data, inference for slope, predicting values, outliers and influential points.
  • Start with the topics you find most challenging and work through systematically
  • Practice calculations by hand and with a graphing calculator — both skills are needed on the exam
  • Use the topic links to jump between related concepts when revising
  • Combine these notes with released AP exam questions for practice
  • Master the TI-84 (or equivalent) calculator — it is essential for efficient computation on the AP exam and saves considerable time on both multiple-choice and free-response questions
  • Focus on reading and interpreting output — many free-response questions provide computer output that you must interpret rather than compute from scratch
  • Memorise key conditions and assumptions for every inference procedure — these are tested repeatedly and losing marks for omitted conditions is a common pitfall
  • Practise writing clear, concise explanations in complete sentences — the AP exam rewards communication skills and partial credit is available for showing correct reasoning even with arithmetic errors
  • Work through released free-response questions under timed conditions; Section II (FRQ) allows 90 minutes for 6 questions, approximately 12-15 minutes each
  • Learn to identify the correct inference procedure by reading the problem statement carefully — the type of data (categorical vs quantitative), the number of groups or categories, and whether the question asks for an estimate or a test all determine which method to use
  • Review common misinterpretations: confusing correlation with causation, confusing the probability of the test statistic with the p-value, and misunderstanding confidence levels

The key principles covered in this topic are linked in the sub-pages above. Focus on understanding the definitions, applying the formulas or frameworks, and evaluating strengths and limitations of each approach.

Worked examples demonstrating the application of key concepts are covered in the detailed sub-pages linked above.

AP Statistics is about making conclusions from data while quantifying uncertainty. The four major themes form a logical chain: explore the data → design studies → model probability → draw inferences.

The big picture: Statistics isn’t about computing numbers — it’s about interpreting them. A p-value of 0.03 doesn’t mean “there’s a 3% chance the null hypothesis is true.” It means “if the null hypothesis were true, we’d see data this extreme only 3% of the time.” This distinction is the single most important concept in the course.

Why conditions matter: Every inference procedure (confidence intervals, hypothesis tests, chi-square tests) has conditions that must be checked before applying the formula. Ignoring conditions doesn’t make the math wrong — it makes the conclusion unreliable. The AP exam rewards students who state and verify conditions.

The calculator is your friend: The TI-84 handles the computation, freeing you to focus on setup and interpretation. Master Stat > Tests for hypothesis tests and confidence intervals, and LinReg for regression analysis.

  • Confusing terminology or concepts that appear similar but have distinct meanings.
  • Overlooking key assumptions or boundary conditions that limit applicability.
  • Forgetting to check conditions before applying inference procedures.
  • Misinterpreting p-values and confidence levels.
  • Failing to distinguish between observational studies and experiments when drawing conclusions.

The TI-84 (or approved equivalent) is essential for the AP Statistics exam. Key calculator functions to master:

  • 1-Var Stats: For calculating mean, standard deviation, five-number summary, and creating boxplots.
  • Stat > Tests: For hypothesis tests (Z-Test, T-Test, 2-Sample T-Test, Chi-Square tests) and confidence intervals (Z-Interval, T-Interval, 2-Prop Z-Interval, etc.).
  • LinReg (a+bx): For calculating least-squares regression lines, correlation coefficients, and coefficient of determination.
  • DISTR menu: For normalcdf, invNorm, binompdf, binomcdf, and geometric probability calculations.
  • Lists (L1, L2, L3): For storing and manipulating data sets for analysis.

The AP Statistics exam consists of two sections:

  1. Section I — Multiple Choice (50% of score): 40 questions in 90 minutes. Questions test conceptual understanding, interpretation of output, and identification of appropriate procedures.
  2. Section II — Free Response (50% of score): 6 questions in 90 minutes. Includes 5 multi-part questions and 1 investigative task. Emphasises communication, interpretation, and justification of conclusions.
  • Mean: xˉ=xin\bar{x} = \frac{\sum x_i}{n}
  • Standard deviation: s=(xixˉ)2n1s = \sqrt{\frac{\sum(x_i - \bar{x})^2}{n-1}}
  • Z-score: z=xμσz = \frac{x - \mu}{\sigma}
  • Confidence interval: p^±zp^(1p^)n\hat{p} \pm z^{*}\sqrt{\frac{\hat{p}(1-\hat{p})}{n}}
  • Test statistic (proportion): z=p^p0p0(1p0)nz = \frac{\hat{p} - p_0}{\sqrt{\frac{p_0(1-p_0)}{n}}}
  • Chi-square: χ2=(OE)2E\chi^2 = \sum \frac{(O - E)^2}{E}
  • Residual: ei=yiy^ie_i = y_i - \hat{y}_i
  • Slope: b1=rsysxb_1 = r \cdot \frac{s_y}{s_x}
  • AP Calculus: Calculus provides the mathematical foundation for understanding continuous probability distributions and density functions.
  • AP Biology: Statistics is essential for designing experiments and analysing data in biological research.
  • AP Computer Science: Data analysis and algorithms for processing data draw on statistical concepts.