AP Statistics Unit 1 Study Guide: Exploring One-Variable Data (Distributions, Graphs, Summaries, and Normal Models)

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/49

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 9:38 PM on 3/9/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

50 Terms

1
New cards

Individual

The object described by the data (e.g., a person, product, day, school); also called an observational unit.

2
New cards

Variable

A characteristic recorded for each individual.

3
New cards

One-variable data

Data where each individual contributes one measurement (quantitative) or one category value (categorical).

4
New cards

Categorical (qualitative) variable

A variable whose values are category names or group labels; arithmetic on the values is not meaningful (e.g., blood type, brand, ZIP code).

5
New cards

Quantitative variable

A variable with numerical values that represent a measured or counted quantity; arithmetic on the values is meaningful (e.g., height, number of visits).

6
New cards

Discrete quantitative variable

A quantitative variable that takes a finite or countable set of values with gaps between possible values (often counts).

7
New cards

Continuous quantitative variable

A quantitative variable that can take infinitely many values in an interval (often measurements like height or weight).

8
New cards

Distribution

The pattern of values a variable takes, including what values occur, how often they occur, and overall features (shape, center, spread, unusual features).

9
New cards

Variability

How much data values differ from each other; a central idea in statistics and what distributions are meant to reveal.

10
New cards

Descriptive statistics

Methods for organizing, summarizing, and displaying data (typical values, variability, shape, relative standing).

11
New cards

Inferential statistics

Methods for drawing conclusions about a broader situation (population/process) from limited data (a sample).

12
New cards

Frequency

A count of observations in a category (categorical data) or in a bin/class interval (quantitative data).

13
New cards

Relative frequency

A proportion (or percent) of observations in a category/bin: c/n, where c is the count and n is the total.

14
New cards

Frequency table

A table listing each category (or bin) and its count (frequency).

15
New cards

Relative frequency table

A table listing each category (or bin) and its proportion or percent of the total (relative frequency).

16
New cards

Bar chart

A graph for categorical data that uses separated bars to show counts or relative frequencies for each category.

17
New cards

Dotplot

A quantitative display that places a dot above each data value on a number line (stacking repeats), showing individual values clearly.

18
New cards

Stemplot (stem-and-leaf plot)

A display that splits each value into a stem (leading digits) and a leaf (last digit) to organize data while preserving exact values.

19
New cards

Histogram

A quantitative display that groups data into intervals (bins) and uses touching bars to show frequencies or relative frequencies.

20
New cards

Bin width

The size of each histogram interval; changing bin width can make the same data look smoother or more jagged.

21
New cards

Relative frequency histogram

A histogram with the vertical axis showing proportions (frequency ÷ total) instead of counts; the shape matches the frequency histogram.

22
New cards

Cumulative relative frequency plot (ogive)

A graph showing, for each value/class boundary, the proportion of observations at or below that value; useful for medians and quartiles.

23
New cards

Boxplot (box-and-whisker plot)

A graph based on the five-number summary; the box spans Q1 to Q3 with the median marked, whiskers extend to non-outliers, and outliers may be plotted separately.

24
New cards

SOCS

A standard way to describe quantitative distributions: Shape, Outliers (and other unusual features), Center, Spread.

25
New cards

Bimodal

A distribution with two distinct peaks (often indicating two clusters or subgroups).

26
New cards

Skewed right

A distribution with a long tail to the right (toward larger values); the mean is often greater than the median.

27
New cards

Skewed left

A distribution with a long tail to the left (toward smaller values); the mean is often less than the median.

28
New cards

Cluster

A region of the distribution where many values are concentrated, suggesting a natural subgroup.

29
New cards

Gap

A noticeable interval in the distribution where no data values occur.

30
New cards

Outlier

An observation unusually far from the rest of the data; may indicate error, a special case, or a different process and can strongly affect mean and SD.

31
New cards

1.5×IQR rule

A method to flag potential outliers: values < Q1 − 1.5(IQR) or > Q3 + 1.5(IQR).

32
New cards

Mean (sample mean, x̄)

The arithmetic average of a sample: x̄ = (1/n)∑x_i; uses all values but is not resistant to outliers/skew.

33
New cards

Population mean (μ)

The mean of an entire population, typically denoted by the Greek letter mu (μ).

34
New cards

Median

The middle value in ordered data (or the average of the two middle values if n is even); resistant to outliers.

35
New cards

Resistant statistic

A numerical summary that is not strongly affected by extreme values (e.g., median and IQR are resistant; mean and SD are not).

36
New cards

Quartiles (Q1, Q2, Q3)

Values that split ordered data into four roughly equal parts: Q1 ≈ 25th percentile, Q2 = median (50th), Q3 ≈ 75th percentile.

37
New cards

Five-number summary

Minimum, Q1, median, Q3, maximum.

38
New cards

Interquartile range (IQR)

A resistant measure of spread for the middle 50% of the data: IQR = Q3 − Q1.

39
New cards

Variance (sample variance, s^2)

Average squared deviation from the sample mean (using n−1): s^2 = (1/(n−1))∑(x_i − x̄)^2.

40
New cards

Standard deviation (sample, s)

The square root of variance: s = √[(1/(n−1))∑(x_i − x̄)^2]; a typical distance from the mean (not resistant).

41
New cards

Percentile (percentile rank)

The percent of observations at or below a given value (e.g., 80th percentile means about 80% are at or below).

42
New cards

z-score

A standardized value giving the number of standard deviations an observation is from the mean: z = (x−μ)/σ (population) or z = (x−x̄)/s (sample).

43
New cards

Linear transformation (y = a + bx)

A shift-and-rescale transformation. Mean transforms as ȳ = a + b x̄; standard deviation transforms as sy = |b| sx. Shifts change centers but not spreads; rescaling changes both.

44
New cards

Density curve

A smooth model of a distribution where total area under the curve equals 1 and area over an interval represents a proportion.

45
New cards

Normal distribution (N(μ, σ))

A bell-shaped, symmetric density model determined by mean μ and standard deviation σ; mean = median = mode in a perfect Normal model.

46
New cards

Empirical Rule (68–95–99.7)

For (approximately) Normal data: about 68% within μ±σ, 95% within μ±2σ, and 99.7% within μ±3σ.

47
New cards

Standard Normal distribution (N(0,1))

The Normal distribution with mean 0 and standard deviation 1; often denoted Z. Any Normal X can be standardized to Z using z-scores.

48
New cards

Normal probability plot (Normal quantile plot)

A plot of ordered data against expected Normal quantiles; points near a straight line suggest a Normal model is reasonable, curves suggest non-Normality.

49
New cards

normalcdf

Calculator/technology command that finds a Normal probability (area under the Normal curve) for an interval, e.g., P(a ≤ X ≤ b).

50
New cards

invNorm

Calculator/technology command that finds a Normal percentile (cutoff value x) for a given left-tail probability, using x = μ + zσ.

Explore top flashcards

flashcards
hjkl;
30
Updated 1008d ago
0.0(0)
flashcards
faf
40
Updated 956d ago
0.0(0)
flashcards
hjkl;
30
Updated 1008d ago
0.0(0)
flashcards
faf
40
Updated 956d ago
0.0(0)