Data Vocabulary Flashcards

1
Q

Association

A

A connection between data values.

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

Bivariate data

A

Pairs of linked numerical observations. Example: a list of heights and weights for each player on a football team.

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

Box Plot

A

A method of visually displaying a distribution of data values by using the median, quartiles, and extremes of the data set. A box shows the middle 50% of the data.

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

Box-and-Whisker Plot

A

A diagram that shows the five-number summary of a distribution. (Five-number summary includes the minimum, lower quartile (25th percentile), median (50th percentile), upper quartile (75th percentile), and the maximum. In a modified box plot, the presence of outliers can also be illustrated.

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

Categorical Variables

A

Categorical variables take on values that are names or labels. The color of a ball (e.g., red, green, blue), gender (male or female), year in school (freshmen, sophomore, junior, senior). These are data that cannot be averaged or represented by a scatter plot as they have no numerical meaning.

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

Center

A

Measures of center refer to the summary measures used to describe the most “typical” value in a set of data. The two most common measures of center are median and the mean.

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

Conditional Frequencies

A

The relative frequencies in the body of a two-way frequency table.

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

Correlation Coefficient

A

A measure of the strength of the linear relationship between two variables that is defined in terms of the (sample) covariance of the variables divided by their (sample) standard deviations.

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

Dot plot

A

A method of visually displaying a distribution of data values where each data value is shown as a dot or mark above a number line.

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

First Quartile

A

(Q1) The “middle value” in the lower half of the rank-ordered data

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

Five Number Summary

A

Minimum, lower quartile, median, upper quartile, maximum.

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

Histogram

A

Graphical display that subdivides the data into class intervals and uses a rectangle to show the frequency of observations in those intervals—for example you might do intervals of 0-3, 4-7, 8-11, and 12-15

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

Interquartile Range

A

A measure of variation in a set of numerical data. The interquartile range is the distance between the first and third quartiles of the data set. Example: For the data set {1, 3, 6, 7, 10, 12, 14, 15, 22, 120}, the interquartile range is 15 – 6 = 9.

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

Joint Frequencies

A

Entries in the body of a two-way frequency table.

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

Line of Best Fit

A

A straight line that best represents the data on a scatter plot. This line may pass through some of the points, none of the points, or all of the points. Remind students that an exponential model will produce a curved fit. (also called trend or regression line).

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

Marginal Frequencies

A

Entries in the “Total” row and “Total” column of a two-way frequency table.

17
Q

Mean Absolute Deviation

A

A measure of variation in a set of numerical data, computed by adding the distances between each data value and the mean, then dividing by the number of data values. Example: For the data set {2, 3, 6, 7, 10, 12, 14, 15, 22, 120}, the mean absolute deviation is 20.

18
Q

Outlier

A

Sometimes, distributions are characterized by extreme values that differ greatly from the other observations. These extreme values are called outliers. As a rule, an extreme value is considered to be an outlier if it is at least 1.5 interquartile ranges below the lower quartile (Q1), or at least 1.5 interquartile ranges above the upper quartile (Q3).
OUTLIER if the values lie outside these specific ranges:
Q1 – 1.5 • IQR
Q3 + 1.5 • IQR

19
Q

Quantitative Variables

A

Numerical variables that represent a measurable quantity. For example, when we speak of the population of a city, we are talking about the number of people in the city – a measurable attribute of the city. Therefore, population would be a quantitative variable. Other examples: scores on a set of tests, height and weight, temperature at the top of each hour.

20
Q

Residuals

A

Represents unexplained (or residual) variation after fitting a regression model. residual = observed value – predicted value e = y – ŷ. A residual plot is a graph that shows the residual values on the vertical axis and the independent (x) variable on the horizontal axis.

21
Q

Scatter plot

A

A graph in the coordinate plane representing a set of bivariate data. For example, the heights and weights of a group of people could be displayed on a scatter plot. If you are looking for values that fall within the range of values plotted on the scatter plot, you are interpolating. If you are looking for values that fall beyond the range of those values plotted on the scatter plot, you are extrapolating.

22
Q

Second Quartile

A

(Q2) The median value in the data set.

23
Q

Shape

A

The shape of a distribution is described by symmetry, number of peaks, direction of skew, or uniformity.

24
Q

Symmetry

A

A symmetric distribution can be divided at the center so that each half is a mirror image of the other.

25
Q

Number of Peaks

A

Distributions can have few or many peaks. Distributions with one clear peak are called unimodal and distributions with two clear peaks are called bimodal. Unimodal distributions are sometimes called bell-shaped.

26
Q

Direction of Skew

A

Some distributions have many more observations on one side of graph than the other. Distributions with a tail on the right toward the higher values are said to be skewed right; and distributions with a tail on the left toward the lower values are said to be skewed left.

27
Q

Uniformity

A

When observations in a set of data are equally spread across the range of the distribution, the distribution is called uniform distribution. A uniform distribution has no clear peaks.

28
Q

Spread

A

The spread of a distribution refers to the variability of the data. If the data cluster around a single central value, the spread is smaller. The further the observations fall from the center, the greater the spread or variability of the set. (range, interquartile range, Mean Absolute Deviation, and Standard Deviation measure the spread of data)

29
Q

Third quartile

A

For a data set with median M, the third quartile is the median of the data values greater than M. Example: For the data set {2, 3, 6, 7, 10, 12, 14, 15, 22, 120}, the third quartile is 15.

30
Q

Trend

A

A change (either positive, negative or constant) in data values over time.

31
Q

Two-Frequency Table

A

A useful tool for examining relationships between categorical variables. The entries in the cells of a two-way table can be frequency counts or relative frequencies.