Summer Work Vocab Flashcards

(49 cards)

1
Q

individuals

A

the objects described by a set of data. Individuals may be people, animals, or things.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

variable

A

any characteristic of an individual. A variable can take different values for different individuals.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

categorical variable

A

places an individual into one of several groups or categories.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

quantitative variable

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

discrete variables

A

a variable can’t take on any value between its minimum value and its maximum value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

continuous

A

a variable can take on any value between its minimum value and its maximum value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

univariate data

A

a study that looks at only one variable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

bivariate data

A

a study that examines the relationship between two variables

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

population

A

the total set of observations that can be made

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

sample

A

a set of observations drawn from a population

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

census

A

a study that obtains data from every member of a population

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

distribution

A

what values the variable takes and how often it takes these values.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

inference

A

drawing conclusions that go beyond the data at hand.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

frequency table

A

a table that shows frequency counts for a categorical variable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

relative frequency table

A

a table that shows relative frequencies for different categories of a categorical variable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

roundoff error

A

the difference between the result produced by a given algorithm using exact arithmetic and the result produced by the same algorithm using finite-precision

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

pie chart

A

show the distribution of a categorical variable as a “pie” whose slices are sized by the counts or percents for the categories. A pie chart must include all the categories that make up a whole.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

bar graph

A

represent each category as a bar. The bar heights show the category counts or percents.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

two-way table

A

organizes data about two categorical variables measured for the same set of individuals.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

marginal distribution

A

the distribution of values of that variable among all individuals described by
the table.

21
Q

conditional distribution

A

describes the values of that variable among individuals who have a specific value of another variable. There is a separate conditional distribution for each value of the other variable.

22
Q

segmented bar graph

A

one kind of stacked bar chart, but each bar will show 100% of the discrete value

23
Q

side-by-side bar graph

A

bar chart where segments are placed next to each other

24
Q

association

A

knowing the value of one variable helps predict the value of the other.

25
Simpson's paradox
a trend appears in several different groups of data but disappears or reverses when these groups are combined
26
dotplot
a graph where each data value is shown as a dot above its location on a number
27
shape
describes the visual pattern of a distribution
28
mode
most common value
29
center
midpoint of a set of values
30
spread
how much the data varies
31
range
how spread the data is
32
outlier
an individual value that falls outside the overall pattern.
33
symmetric
if the right and left sides of the graph are approximately mirror images of each other.
34
skewed right
the right side of the graph (containing the half of the observations with larger values) is much longer than the left side.
35
skewed left
the left side of the graph is much longer than the right side.
36
unimodal
a distribution having a single peak
37
bimodal
a distribution having 2 peaks
38
multimodal
distributions with more than 2 peaks
39
stemplot
separate each observation into a stem and a one-digit leaf.
40
splitting stems
dividing information in stemplots into multiple "stems" or components
41
back-to-back stemplots
a method for comparing two data distributions by attaching two sets of 'leaves' to the same 'stem' in a stemplot
42
histogram
plot the counts (frequencies) or percents (relative frequencies) of values in equal-width classes.
43
mean
measure of center found by adding a set of values | and dividing by the number of observations.
44
median
The median is the midpoint of a distribution, the number such that about half the observations are smaller and about half are larger.
45
interquartile range (IQR)
The interquartile range (IQR) measures the range | of the middle 50% of the data.
46
five-number summary
The five-number summary of a distribution consists of the smallest observation, the first quartile, the median, the third quartile, and the largest observation, written in order from smallest to largest.
47
boxplot
a graph made by the five number summary of a distribution
48
standard deviation
measures the typical distance of the values in a distribution from the mean. It is calculated by finding an average of the squared deviations and then taking the square root.
49
variance
the squared standard deviation