Notes 03
Notes 03
The quartiles are in the position = pos from the top (Q3) and
bottom (Q1) of the ordered data set, hence Q1=2 and Q2 = 4.
Example
Data ID 1 2 3 4 5 6 7 8 9 10
Sorted(X) 1 2 2 3 3 3 4 4 6 10
Values greater than Upper Bound or less than Lower Bound are
considered to be outliers.
Example
Data ID 1 2 3 4 5 6 7 8 9 10
Sorted(X) 1 2 2 3 3 3 4 4 6 10
Median = 3
Q1 = 2
Q3 = 4
Lower Whisker = 1
Upper Whisker = 6
Outlier = 10
Histogram
Displays the distribution of a quantitative variable
by showing the frequencies (counts) the values
that fall in various classes.
For continuous variables, the classes are typically
intervals of numbers that cover the full range of the
variable.
Determines the shape of distribution and helps
to assess the symmetry, modality, center, and
spread.
Example
Data ID 1 2 3 4 5 6 7 8 9 10 11
Data(X) 12 40 27 15 31 21 34 40 35 37 45
Sorted(X) 12 15 21 27 31 34 35 37 40 40 45
Frequency
Frequency
Class
10 - 19 2
20 - 29 2
30 - 39 4
40 - 49 3
The Shapes of the Distribution
The Shapes of the Distribution
Unimodal vs. Bimodal
Symmetrical vs. Skewed
Symmetrical vs. Skewed
The relationship between mean, median and
the shape of the distribution:
Symmetrical vs. Skewed
In a symmetric distribution, the mean = the median.