Send a link to your students to track their progress
15 Terms
1
New cards
mean
the average of all the individual data values.
2
New cards
resistant
if it isn't sensitive to extreme values.
3
New cards
median
is the midpoint of a distribution, the number such that about half the observations are smaller and about half are larger.
4
New cards
range
of a distribution is the distance between the minimum value and the maximum value. That is, Range = Maximum - Minimum
5
New cards
standard deviation
measures the typical distance of the values in a distribution from the mean.
6
New cards
variance
the value obtained before taking the square root in the standard deviation calculation.
7
New cards
quartiles
divide the ordered data set into four groups having roughly the same number of values. To find the quartiles, arrange the data values from smallest to largest and find the median.
8
New cards
first quartile Q1
the median of the data values that are to the left of the median in the ordered list.
9
New cards
third quartile Q3
the median of the data values that are to the right of the median in the ordered list.
10
New cards
interquartile range (IQR)
is the distance between the first and third quartiles of a distribution. In symbols: IQR = Q3 − Q1
11
New cards
1.5 x IQR Rule
identifies outliers as an individual value that falls more than 1.5 x IQR above the 3rd quartile or below the 1st quartile.
12
New cards
low outliers
low outliers < Q1 - 1.5 x IQR
13
New cards
high outliers
high outliers > Q3 + 1.5 x IQR
14
New cards
five-number summary
consists of the minimum, the first quartile Q1, the median, the third quartile Q3, and the maximum.
15
New cards
boxplot
a visual representation of the five-number summary.