Handout 9a: Box & whisker plot

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/8

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

9 Terms

1
New cards

How do you de-skew data?

If very skewed to right/left & want to de-skew

→ can take the square root of all values

→ can take the log of all values

<p>If very skewed to right/left &amp; want to de-skew</p><p>→ can take the square root of all values</p><p>→ can take the log of all values</p><p></p>
2
New cards

What is the 5 number summary to build a box & whisker plot?

  1. min value

  2. Q1

  3. Q2 - Median

  4. Q3

  5. max value

<ol><li><p>min value</p></li><li><p>Q1</p></li><li><p>Q2 - Median</p></li><li><p>Q3</p></li><li><p>max value</p></li></ol><p></p>
3
New cards

How do you build a box & whisker plot using the 5 number summary?

Median - Draw a vertical line as the median

Q1 & Q3 - Draw lines around the median to represent Q1 & Q3 and connect these lines to create a box (50% of data)

IQR - Find the IQR to be the fences (subtract IQR from median & add IQR to median to determine)

The whiskers are the biggest & smallest values that fit within the fences (25% of the data)

Any data outside of the fences are outliers! (max & min values)

<p><span style="color: rgb(102, 212, 220);">Median - Draw a vertical line as the median</span></p><p><span style="color: rgb(88, 224, 108);">Q1 &amp; Q3 - Draw lines around the median to represent Q1 &amp; Q3 and connect these lines to create a box (50% of data)</span></p><p><span style="color: rgb(224, 211, 85);">IQR - Find the IQR to be the fences (subtract IQR from median &amp; add IQR to median to determine)</span></p><p><span style="color: rgb(202, 201, 192);">The whiskers are the biggest &amp; smallest values that fit within the fences (25% of the data)</span></p><p><span style="color: rgb(238, 237, 228);">Any data outside of the fences are outliers! (max &amp; min values)</span></p><p></p>
4
New cards

What does it mean when a box & whiskers plot displays only a line?

There is only one data point for the variables

<p>There is only one data point for the variables</p>
5
New cards

What is the 0th & 100th percentile?

  • 0th percentile = minimum

  • 100th percentile = maximum

  • 50th percentile = Q2 (median)

6
New cards

What is the formula for computing percentile?

Must sort data from lowest to highest first

  • Using the formula will give you the address for the percentile in question

  • The 38th number in the data set gives you the 75th percentile!

<p>Must sort data from lowest to highest first</p><ul><li><p>Using the formula will give you the address for the percentile in question</p></li><li><p>The 38th number in the data set gives you the 75th percentile!</p></li></ul><p></p>
7
New cards

What is the formula for the variance?

Variance = s²

  • depends on units

<p>Variance = s²</p><ul><li><p>depends on units</p></li></ul><p></p>
8
New cards

What is the formula for the standard deviation?

knowt flashcard image
9
New cards

What is the coefficient of variation?

Variation relative to the mean

  • unitless

<p>Variation relative to the mean</p><ul><li><p>unitless</p></li></ul><p></p>