Module 2: 2-2: Displaying and Summarizing Data pt. 1

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/15

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.

16 Terms

1
New cards
<p>Dot plot</p>

Dot plot

plot that portrays individual observations:

  • number of dots above a value on the number line represents the frequency of occurence of that value

  • work well for small sets of data

2
New cards
<p>Shapes</p>

Shapes

nature of distribution:

  • characterized by the number of humps or modes

  • uniform, unimodal, bimodal, multimodal

3
New cards

Symmetry/Skewness

  • part of the left is a mirror image of the part to the right

  • Nonsymmetric graphs are skewed

  • outlier: values that falls outside the overall pattern

4
New cards
<p>Skewed direction</p>

Skewed direction

+: large hump at left

-: large hump at right

5
New cards
<p>Center and Spread</p>

Center and Spread

  • value that splits the data in half; mean, median, mode

  • range of values; range, standard deviation, IQR

6
New cards
<p>Stemplot</p>

Stemplot

each number is broken into stems and leafs

7
New cards
<p>Histogram</p>

Histogram

visualizes the distribution of each variable well:

  • no spaces

  • quantitative

8
New cards
<p>mean(u)</p>

mean(u)

average number in a set of numerical observations

9
New cards

median(M)

value that divides sample set into two:

  • if n is odd: single middle value

  • if n is even: average(mean) of 2 middle values

10
New cards

mode

value with the highest frequency in the data set

11
New cards

Skewed distribution spreads:

+: mean > median > mode

-: mean < median < mode

12
New cards
<p>range</p>

range

difference between the max and min of the value

13
New cards
<p>variance(s²)</p>

variance(s²)

sum of squared deviations from the mean divided by n-1

14
New cards
<p>deviation</p>

deviation

deviation of y from mean:

  • +: y value is greater than mean

  • -: value if smaller than mean

15
New cards
<p>standard deviation</p>

standard deviation

most common measure of variability, tells us how close the values of data set are clustered around the mean, square root of variance

16
New cards

standard deviation properties

  • s = 0: no spread, observations are the same value

  • s > 0: sd increases are observations become more spread out

  • can only be used when mean is chosen as the measure of center