Chapter 1: Exploring Data Flashcards

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

1/33

flashcard set

Earn XP

Description and Tags

Vocabulary terms and definitions from Chapter 1 regarding data individuals, variables, categorical analysis, and quantitative displays.

Last updated 12:58 AM on 8/18/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

34 Terms

1
New cards

Individuals

The objects described by a set of data, which may be people, animals, or things.

2
New cards

Variable

Any characteristic of an individual that can take different values for different individuals.

3
New cards

Categorical Variable

A variable that places an individual into one of several groups or categories.

4
New cards

Quantitative Variable

A variable that takes numerical values for which it makes sense to find an average.

5
New cards

Distribution

Describes what values a variable takes and how often it takes these values.

6
New cards

Inference

The process of drawing conclusions that go beyond the data at hand.

7
New cards

Frequency Table

A table that displays the counts (frequencies) of individuals in each category.

8
New cards

Relative Frequency Table

A table that shows the percents (relative frequencies) of individuals in each category.

9
New cards

Roundoff Error

The discrepancy that occurs when percents are rounded to the nearest tenth and may not add exactly to 100%100\%.

10
New cards

Pie Chart

A circular display showing the distribution of a categorical variable as slices sized by counts or percents; it must include all categories that make up a whole.

11
New cards

Bar Graph

A graph that represents each category as a bar, where heights show the category counts or percents.

12
New cards

Two-way Table

A table that describes two categorical variables, organizing counts by row and column variables.

13
New cards

Marginal Distribution

The distribution of values of one categorical variable in a two-way table among all individuals described by the table.

14
New cards

Conditional Distribution

Describes the values of a variable among individuals who have a specific value of another variable.

15
New cards

Segmented Bar Graph

A graph where each bar represents a category and contains segments representing the distribution of another variable within that category, with each bar reaching a total height of 100%100\%.

16
New cards

Association

The relationship between two variables where specific values of one variable tend to occur in common with specific values of the other.

17
New cards

Simpson's Paradox

An association between two variables that holds for each individual value of a third variable but is changed or reversed when the data are combined.

18
New cards

Dotplot

A simple graph for quantitative data where each value is shown as a dot above its location on a number line.

19
New cards

Symmetric Distribution

A distribution where the right and left sides of the graph are approximately mirror images of each other.

20
New cards

Skewed to the Right

A distribution where the right side of the graph (containing the half of the observations with larger values) is much longer than the left side.

21
New cards

Skewed to the Left

A distribution where the left side of the graph is much longer than the right side.

22
New cards

Unimodal

A distribution with a single major peak.

23
New cards

Bimodal

A distribution with two clear peaks.

24
New cards

Stemplot

A graphical display for small sets of quantitative data that separates each observation into a stem and a leaf.

25
New cards

Histogram

A graph for quantitative variables that groups nearby values together into classes of equal width and displays heights as frequencies or relative frequencies.

26
New cards

Mean

The arithmetic average of a set of observations, calculated as xˉ=xin\bar{x} = \frac{\sum x_i}{n}.

27
New cards

Median

The midpoint of a distribution such that half the observations are smaller and the other half are larger; denoted as MM.

28
New cards

Resistant Measure

A statistical measure that is not sensitive to the influence of extreme observations or outliers.

29
New cards

Interquartile Range (IQR)

The range of the middle 50%50\% of the data, calculated as IQR=Q3Q1IQR = Q_3 - Q_1.

30
New cards

1.5×IQR1.5 \times IQR Rule

A rule of thumb for identifying outliers: an observation is an outlier if it falls more than 1.5×IQR1.5 \times IQR above the third quartile or below the first quartile.

31
New cards

Five-Number Summary

Includes a distribution's Minimum, Q1Q_1, Median, Q3Q_3, and Maximum.

32
New cards

Boxplot

A graph based on the five-number summary where a central box spans the quartiles, a line marks the median, and whiskers extend to the smallest and largest non-outlier values.

33
New cards

Variance

The average squared distance of observations from their mean, calculated as sx2=(xixˉ)2n1s_x^2 = \frac{\sum (x_i - \bar{x})^2}{n - 1}.

34
New cards

Standard Deviation

The square root of the variance, measuring the average distance of the observations from their mean; denoted as sxs_x.