For a large enough sample size, the sampling distribution of the sample mean xˉ is approximately normal regardless of the population's shape (rule of thumb n≥30).
Type I error
Rejecting a true null hypothesis — a false positive. Its probability equals the significance level α.
Type II error
Failing to reject a false null hypothesis — a false negative. Its probability is β.
p-value
The probability of getting a result at least as extreme as the one observed, assuming the null hypothesis is true.
z-score
How many standard deviations a value is from the mean: z=σx−μ.
Empirical rule (68-95-99.7)
In a normal distribution, about 68%, 95%, and 99.7% of values fall within 1, 2, and 3 standard deviations of the mean.
Categorical variable
Records which group or category an individual falls into (e.g., color, brand). Summarized with counts and proportions.
Quantitative variable
Takes numerical values for which arithmetic makes sense (e.g., height, time). Summarized with center and spread.
SOCS
The checklist for describing a distribution: Shape, Outliers (unusual features), Center, Spread — always stated in context.
Mean
The arithmetic average and balance point of a distribution. Pulled toward the tail of a skew and toward outliers.
Median
The middle value of an ordered data set. Resists outliers, so it is preferred for skewed distributions.
Mode
The most frequent value(s) in a data set; a distribution can be unimodal, bimodal, or multimodal.
Range
The difference between the maximum and minimum values: a simple, non-resistant measure of spread.
Standard deviation
The typical distance of values from the mean: s=n−1∑(x−xˉ)2. Larger means more spread.
Variance
The square of the standard deviation; the average squared deviation from the mean.
Interquartile range (IQR)
The spread of the middle 50% of the data: IQR=Q3−Q1. Resistant to outliers.
1.5 x IQR rule
Flags outliers: a value below Q1−1.5IQR or above Q3+1.5IQR is an outlier.
Five-number summary
Minimum, Q1, median, Q3, maximum — the basis of a boxplot.
Percentile
The percentage of values in a distribution at or below a given value.
Skewed right
A long tail on the right (high) side; the mean is typically greater than the median.
Skewed left
A long tail on the left (low) side; the mean is typically less than the median.
Resistant measure
A statistic not strongly affected by outliers (median, IQR), unlike the mean and standard deviation.
Histogram
A graph of a quantitative variable's distribution using bars over equal-width intervals (bins) of values.
Boxplot
A display of the five-number summary; a modified boxplot also marks outliers separately.
Normal distribution
A symmetric, bell-shaped distribution described by its mean μ and standard deviation σ.
Standardizing
Converting values to z-scores so distributions with different units can be compared on a common scale.
Cumulative relative frequency
The running total of relative frequencies; an ogive plots it to read percentiles.
Effect of changing units (linear transformation)
Adding a constant shifts center but not spread; multiplying by a constant scales both center and spread.
Scatterplot
A graph of two quantitative variables, with the explanatory variable on the x-axis and the response on the y-axis.
Explanatory vs. response variable
The explanatory variable (x) may explain or predict changes in the response variable (y).
Correlation coefficient (r)
Measures the strength and direction of a LINEAR relationship; −1≤r≤1. The sign matches the slope.
Direction, form, strength
How to describe a scatterplot association: positive/negative direction, linear/curved form, and weak/strong strength.
Correlation is not causation
A strong r shows association, not cause and effect; only a randomized experiment supports a causal claim.
Least-squares regression line (LSRL)
The line y^=a+bx that minimizes the sum of squared residuals.
Slope of the LSRL
The predicted change in y for each one-unit increase in x; interpret it in context with units.
y-intercept of the LSRL
The predicted value of y when x = 0; sometimes not meaningful in context.
Residual
Observed minus predicted: y−y^. A positive residual means the model under-predicted.
Residual plot
A plot of residuals vs x; random scatter supports a linear model, while a curved pattern means a line is the wrong fit.
Coefficient of determination (r-squared)
r2 — the fraction of variation in y that is explained by the linear regression model.
Slope formula from r
b=r⋅sxsy — slope equals the correlation times the ratio of the standard deviations.
Extrapolation
Predicting beyond the range of the observed x-values; unreliable because the pattern may not hold there.
Influential point
A point (often with extreme x) that, if removed, markedly changes the regression line or correlation.
High-leverage point
An observation with an x-value far from the mean of x; it can strongly pull the regression line.
Standard deviation of residuals (s)
The typical size of a prediction error from the regression line.
Effect of an outlier on r
A single outlier can substantially raise or lower the correlation, since r is not resistant.
Two-way table
A table of counts for two categorical variables; used to find joint, marginal, and conditional distributions.
Conditional distribution (two-way table)
The distribution of one categorical variable for a fixed category of the other ('given that').
Marginal distribution
The totals in the margins of a two-way table — the distribution of one variable ignoring the other.
Population
The entire group of individuals about which we want information.
Sample
The subset of the population from which we actually collect data.
Census
An attempt to collect data from every individual in the population.
Simple random sample (SRS)
A sample chosen so that every possible group of n individuals has an equal chance of being selected.
Stratified random sample
Divide the population into homogeneous strata, then take an SRS within each stratum.
Cluster sample
Divide the population into clusters, randomly select whole clusters, and sample everyone within them.
Systematic sample
Choose a random starting point in an ordered list, then take every kth individual after it.
Convenience sample
Selecting individuals who are easiest to reach; prone to bias and not suitable for inference.
Voluntary response sample
People choose themselves to respond; typically biased toward those with strong opinions.
Bias
A systematic tendency of a method to favor certain outcomes; a larger sample does not remove it.
Undercoverage
When some groups in the population are left out of the sampling process.
Nonresponse bias
When selected individuals cannot be contacted or refuse to participate, differing from those who do.
Response bias
Inaccurate answers caused by question wording, interviewer effects, or sensitive topics.
Observational study
Measures variables without imposing a treatment; can show association but not causation.
Experiment
Deliberately imposes treatments on units; with random assignment it can establish cause and effect.
Confounding variable
A lurking variable associated with both the explanatory variable and the response, blocking causal claims.
Random assignment
Using chance to assign units to treatments; balances out lurking variables and enables causal inference.
Control group
A baseline group (often given a placebo or standard treatment) for comparison.
Placebo effect
A response to a fake treatment driven by belief; controlled with a placebo and blinding.
Blinding
Keeping subjects (single-blind) and/or those measuring the response (double-blind) unaware of treatment assignments.
Replication
Applying each treatment to many units so chance differences average out.
Blocking
Grouping units by a known variable before random assignment to reduce its effect on the comparison.
Sampling vs. assignment
Random sampling lets you generalize to a population; random assignment lets you infer causation.
Probability
The long-run relative frequency of an outcome over many repetitions of a random process; between 0 and 1.
Law of large numbers
As the number of trials grows, the proportion of successes approaches the true probability.
Complement rule
P(Ac)=1−P(A) — the probability an event does not happen.
Addition rule (general)
P(A∪B)=P(A)+P(B)−P(A∩B).
Mutually exclusive (disjoint) events
Cannot occur at the same time, so P(A∩B)=0.
Independent events
One occurring does not change the other's probability, so P(A∩B)=P(A)P(B).
Mutually exclusive vs. independent
Disjoint events are usually NOT independent — if one happens, the other can't, so probabilities change.
Conditional probability
P(A∣B)=P(B)P(A∩B) — the probability of A given that B occurred.
Multiplication rule (general)
P(A∩B)=P(A)⋅P(B∣A).
Test for independence
Events A and B are independent if P(A∣B)=P(A) (equivalently P(A∩B)=P(A)P(B)).
Random variable
A variable whose numerical value is determined by the outcome of a random process.
Discrete vs. continuous random variable
Discrete takes countable values (whole numbers); continuous takes any value in an interval.
Expected value (mean of a random variable)
μX=∑x⋅P(x) — the long-run average outcome.
Variance of a random variable
σX2=∑(x−μX)2P(x); the standard deviation is its square root.
Mean of a sum of random variables
μX+Y=μX+μY — means always add.
Variance of independent X plus or minus Y
For independent variables, variances ADD for both sums and differences: σX±Y2=σX2+σY2.
Binomial setting (BINS)
Binary outcomes, Independent trials, fixed Number of trials n, Same probability p each trial.
Binomial mean and SD
For X∼B(n,p): mean np, standard deviation np(1−p).
Binomial probability formula
P(X=k)=(kn)pk(1−p)n−k.
Geometric setting
Independent trials with the same success probability p, counting the number of trials until the first success.
Geometric mean
The mean number of trials until the first success is p1.
Normal approximation conditions
A binomial may be approximated by a normal model when np≥10 and n(1−p)≥10.
Probability distribution
A list of all possible values of a random variable with their probabilities, which must sum to 1.
Tree diagram
A branching display of sequential outcomes with their probabilities; multiply along branches.
Mutually exclusive events and the addition rule
If A and B are disjoint, P(A∪B)=P(A)+P(B).
Continuous random variable probability
For a continuous variable, probability equals area under its density curve; P(X=x)=0 for a single point.
Discrete probability sum
For any discrete random variable, the probabilities of all outcomes sum to exactly 1.
Combining means and SDs (scaling)
If Y=a+bX: μY=a+bμX and σY=∣b∣σX.
Parameter
A number describing a population (e.g., μ,p,σ) — usually unknown.
Statistic
A number computed from a sample (e.g., xˉ,p^,s) used to estimate a parameter.
Sampling distribution
The distribution of a statistic over all possible samples of a fixed size from the population.
Standard error
The standard deviation of a sampling distribution; for the sample mean it is nσ.
Unbiased estimator
A statistic whose sampling-distribution mean equals the true parameter it estimates.
Sampling distribution of x-bar (mean)
Mean μ, standard deviation nσ; approximately normal by the CLT for large n.
Sampling distribution of p-hat (proportion)
Mean p, standard deviation np(1−p); approximately normal when Large Counts holds.
Large Counts condition
For p-hat to be approximately normal: np≥10 and n(1−p)≥10.
10% condition
When sampling without replacement, the sample must be no more than 10% of the population for independence.
Effect of sample size on spread
The standard error shrinks as n grows — proportional to n1, not n1.
Why the CLT matters
It lets us use normal-based inference for means even when the population is skewed, given a large enough sample.
Sampling variability
The natural variation in a statistic from one random sample to another.
Bias vs. variability of an estimator
Bias = center of the sampling distribution off target; variability = how spread out the estimates are.
Sampling distribution of a difference
The distribution of xˉ1−xˉ2 or p^1−p^2 across all pairs of samples.
Standard error of x-bar1 minus x-bar2
n1σ12+n2σ22 (variances add for independent samples).
Standard error of p-hat1 minus p-hat2
n1p1(1−p1)+n2p2(1−p2).
Normal condition for means
A sampling distribution of x-bar is approximately normal if the population is normal OR n is large (CLT).
Simulation of a sampling distribution
Repeatedly drawing random samples and recording the statistic builds an approximate sampling distribution.
Confidence interval
An interval estimate, statistic plus or minus margin of error, for an unknown population parameter.
Margin of error
Critical value times standard error; the half-width of a confidence interval.
Interpreting a confidence interval
'We are C% confident the true parameter lies between the bounds' — C% describes the method, not one interval.
Interpreting the confidence level
In repeated sampling, about C% of the intervals built this way would capture the true parameter.
One-proportion z-interval
p^±z∗np^(1−p^).
Effect of confidence level on width
A higher confidence level uses a larger critical value, producing a wider interval.
Effect of sample size on width
A larger sample lowers the standard error, producing a narrower interval.
Null hypothesis (H0)
The default claim of no effect, no difference, or no relationship that a test seeks evidence against.
Alternative hypothesis (Ha)
The claim being investigated — that an effect, difference, or relationship exists (one- or two-sided).
Significance level (alpha)
The p-value cutoff for rejecting H0; it also equals the probability of a Type I error.
Decision rule
If p≤α, reject H0; if p>α, fail to reject H0 — you never 'accept' H0.
One-proportion z-test statistic
z=p0(1−p0)/np^−p0, using the hypothesized p0 for the standard error.
Power of a test
The probability a test correctly rejects a false null hypothesis: 1−β.
Ways to increase power
Increase the sample size, the true effect size, or the significance level α.
Type I and Type II trade-off
Lowering α reduces Type I errors but raises the chance of Type II errors, all else equal.
p-value is NOT
It is not the probability that H0 is true; it is the probability of the data assuming H0 is true.
Statistical vs. practical significance
A tiny effect can be statistically significant with a huge sample yet have little real-world importance.
200+ free AP Statistics flashcards — 4 ways to study
AP Statistics Flashcard of the DayNew daily
The classic card. Do you know this one?
Pair each term to its definition⏱ 0:00
A timed game — your best time is saved.
Definition
The probability of a result at least as extreme as observed, assuming the null hypothesis is true.
Recalling beats recognizing — can you produce the term from memory?
Which term matches this definition?
Which procedure compares the means of two independent groups?
Quiz mode turns every card into a question like this.
Click Study Flashcards above to open the flashcard hub — 200 AP Statistics cards you can flip, match, type, or quiz yourself on. Every card is drawn from the nine College Board AP Statistics units, so you study exactly what the exam measures.[1] Pair them with our free practice test and study guide.
AP Statistics is one of the 17 AP exams — explore our AP flashcards to compare and prep across the whole family.
AP Statistics Flashcard Study Modes
Flip mode moves one card at a time so you can check recall before turning it over, Match times you pairing terms with definitions, Type shows the definition and asks you to produce the term, so Standard error has to come out of memory rather than off a page, and Quiz turns the same 200 cards into multiple-choice items you can run between study blocks.
Why Flashcards Work for AP Statistics
Unit 6: Inference for Proportions is the largest block at 29 cards, drilling the language of significance testing. You get p-value, Type I error, and the correction card p-value is NOT alongside Power of a test and Pooled proportion. Unit 4: Probability, Random Variables & Distributions follows with 28 cards on the rules and models behind randomness, including Complement rule, Geometric setting, and Law of large numbers.
Unit 1: Exploring One-Variable Data carries 24 cards on describing and comparing distributions, where SOCS, z-score, and Variance are typical fronts. Unit 3: Collecting Data adds 23 cards of study design vocabulary, and terms like Blocking, Replication, and Blinding are exactly the ones that blur together when you are working quickly.
Unit 7: Inference for Means also holds 23 cards covering t procedures and the conditions for choosing among them, including t-distribution, Matched-pairs t-test, and the comparison card Paired vs. two-sample. Unit 2: Exploring Two-Variable Data brings 20 cards on regression and association, with Residual plot, Extrapolation, and High-leverage point among them.
Unit 5: Sampling Distributions has 19 cards tying samples back to populations, such as Parameter, 10% condition, and Central Limit Theorem. Unit 8: Inference for Chi-Square has 18 cards that separate the three tests and their setup, including Chi-square goodness-of-fit test, Expected count (two-way table), and Chi-square is right-tailed.
Unit 9: Inference for Slopes closes the deck with 16 cards on regression inference, including LINER conditions, Slope degrees of freedom, and Slope confidence interval. It is the smallest set here, but the wording sits close to the earlier t procedure cards, so it rewards repeated passes.
AP Statistics rewards instant recall of definitions, formulas, conditions, and which inference procedure to use.[2] Spaced flashcards are the most efficient way to make that knowledge automatic, so that on test day you spend your time reasoning, not remembering. Used alongside our practice test and study guide, they turn review time into measurable progress.
AP Statistics Flashcards by Unit
The cards are organized by the nine College Board units. Drill the highest-weighted ones first — Exploring One-Variable Data and Probability anchor the multiple-choice section, and the inference units (proportions and means) carry heavy weight as well:[1]
AP Statistics flashcards by unit
Unit
Content
Unit 1
Exploring One-Variable Data
Unit 2
Exploring Two-Variable Data
Unit 3
Collecting Data
Unit 4
Probability, Random Variables & Distributions
Unit 5
Sampling Distributions
Unit 6
Inference for Categorical Data: Proportions
Unit 7
Inference for Quantitative Data: Means
Unit 8
Inference for Categorical Data: Chi-Square
Unit 9
Inference for Quantitative Data: Slopes
How to Get the Most Out of These Flashcards
Start with Unit 6: Inference for Proportions. At 29 cards it is the biggest block, and its testing vocabulary carries straight into the means, chi-square, and slopes units later in the deck.
Type-drill the cards that trap people. Run p-value is NOT and Type II error in Type mode until the wording comes out precisely, since partial recall on those is what costs points in free response.
Use Match for short label cards. The compact fronts in Unit 1: Exploring One-Variable Data, such as Median and Boxplot, pair quickly and expose which definitions you only half know.
Switch to the practice test when Quiz stabilizes. Once you clear Quiz on the inference units without guessing, move to the practice test, where conditions and calculations appear in full context rather than as single terms.
Keep a steady cadence across 200 cards. Work one or two units per sitting, then reshuffle finished units back in, so Unit 9: Inference for Slopes gets as many passes as the early material.
AP Statistics Flashcards FAQ
Two hundred free AP Statistics flashcards, organized across all nine College Board units — from exploring one- and two-variable data, to collecting data, probability and random variables, sampling distributions, and the four inference units (proportions, means, chi-square, and slopes). They're free with no account required.
Yes. Flashcards use active recall — retrieving an answer from memory — which research shows is one of the most effective study methods, especially in short, spaced sessions. AP Statistics rewards instant recall of definitions, formulas, conditions, and which inference procedure to use, so the cards make that knowledge automatic.
All nine units: describing distributions and z-scores; correlation and regression; sampling and experimental design; probability, random variables, and the binomial and geometric distributions; sampling distributions and the central limit theorem; and inference for proportions, means, chi-square, and regression slopes.
Lead with the highest-weighted units — Exploring One-Variable Data (Unit 1) and Probability (Unit 4), plus the inference units (6 and 7). Mix the modes: flip to learn definitions and formulas, type to test recall, match for speed, and quiz to check yourself before working full practice questions.
Yes — 100% free, all four study modes, no paywall.
Yes. The cards are organized to the College Board's nine AP Statistics units and reflect the current exam — a 40-question multiple-choice section and a 6-question free-response section, each worth half the score, with a graphing calculator allowed throughout.
Career Employer is the ultimate resource to help you get started working the job of your dreams. We cover topics from general career information, career searching, exam preparation with free study materials, career interviewing, and becoming successful in your career of choice.
Here at Career Employer, we focus a lot on providing factually accurate information that is always up to date. We strive to provide correct information using strict editorial processes, article editing, and fact-checking for all of the information found on our website. We only utilize trustworthy and relevant resources. To find out more, make sure to read our full editorial process page here.