Box Plots Flashcards

1
Q

What is an outlier?

A

Any value that is more than 1.5 times the IQR below the lower quartile OR more than 1.5 times the IQR above the upper quartile

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

What is the formula for finding an outlier?

A

A value is an outlier if…

value < Q1 - 1.5 * IQR
or
value > Q3 + 1.5 * IQR

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

What numbers are needed in a box plot

A

minimum, lower quartile (Q1), median, upper quartile (Q3), maximum

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

How does a box plot break up data?

A

A box plot breaks data into quartiles. (25% of the data points are in each quartile).

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

If a box plot represents the heights of 200 people, how many people have heights below the Q1 value?

A

25% of 200 = 200/4 = 50.

This means 50 people must be in each quartile.

Therefore, 50 people have heights below the Q1 value.

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

How do you calculate the interquartile range (IQR)?

A

IQR = Q3 - Q1

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

How do you find the Q1, median, and Q3 values on the calculator?

A
  1. Enter data (stat, enter).

If it is just a list of data, put all the data into L1.

If the data is from a frequency table, put the data values in L1 and the frequencies in L2.

  1. 1-var-stats (stat, CALC, 1: 1-Var Stats)

If the data was from a list, leave freqList empty.

If the data was from a frequency table, put in L2 (2nd, 2) for freqList.

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

Is this box plot symmetrically distributed, skewed left, or skewed right?

A

skewed right

this means that extreme high values are pulling the mean higher than the median

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

Is this box plot symmetrically distributed, skewed left, or skewed right?

A

no skew (symmetrical distribution)

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

Is this box plot symmetrically distributed, skewed left, or skewed right?

A

skewed left

this means that extreme low values are pulling the mean lower than the median

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