SDS CH3 - Descriptive Statistics: Five-Number Summaries, Box Plots, and the Empirical Rule
Five-Number Summary and Distributional Relationships
The five-number summary is a foundational descriptive tool used to quickly assess the distribution of a dataset. It consists of five specific values: - 1. Minimum - 2. First Quartile () - 3. Second Quartile (), also known as the Median - 4. Third Quartile () - 5. Maximum
Relationships within the five-number summary indicate the skewness of the data. Specifically, the differences between these values determine the skew: - Left-Skewed Data (Negative Skew): - The distance between the median and the minimum is greater than the distance between the maximum and the median (). - The distance between and the minimum is greater than the distance between the maximum and (). - The longer tail is on the left side of the distribution, which pulls the mean in that direction. - Symmetric Data: - The distances between the median and the extremes are approximately equal, reflecting a balanced distribution centered around the median. - Right-Skewed Data (Positive Skew):
A critical resource for visualizing these distances is the Slide 57 diagram found under Chapter 3 of the SunLearn page. This diagram serves as a companion to the summary table by illustrating how these mathematical distances manifest visually in a distribution.
The Box Plot: Graphical Representation of Data
- A box plot (also known as a box-and-whisker plot) displays the five-number summary on an ordered number line.
- Structural Components: - The Box: Represents the middle of the data, extending from to . This range is the Interquartile Range (). - The Median Line: A vertical line inside the box that splits the middle into two segments of each. - The Whiskers: Lines extending from the box out to the minimum and maximum values, representing the lower and upper of the data, respectively.
- Interpreting Skewness in Box Plots: - In a Left-Skewed plot, the left whisker is significantly longer than the right whisker. - In a Symmetrical plot, the median is centered in the box, and both whiskers are of equal length. - In a Right-Skewed plot, the right whisker is longer, pulling the mean to the right (where ).
- Orientation and Comparison: - Box plots can be oriented horizontally or vertically. - Vertical orientations are frequently used to facilitate comparison between multiple groups (e.g., comparing "Group 1" and "Group 2" side-by-side) to observe differences in medians, variation, and overall distribution patterns.
Box Plot Manual Construction Example
- While digital tools like Excel are typically used for construction, understanding the manual process provides intuition. Consider the following dataset values: - - - - -
- Construction Steps: - 1. Draw a number line encompassing the range (e.g., to with intervals of ). - 2. Mark the minimum at and the maximum at . - 3. Draw the box limits at and . - 4. Draw the median line inside the box at .
- Observation: This specific distribution is right-skewed (positively skewed) because the right tail (from to ) is significantly longer than the left tail (from to ).
Summary of Descriptive Statistics: The "Trinity of Topics"
- The study of descriptive statistics is categorized into three primary areas: - 1. Central Tendency (Average Inclination): - Mean ( or ) - Median - Mode - Geometric Mean and Geometric Mean Rates of Return - 2. Spread or Variation (Deviation from Center): - Range - Variance - Standard Deviation - Coefficient of Variation - Interquartile Range (): Considered a "resistant measure" of variation because it is not influenced by extreme outliers. - 3. Shape (Patterns of Distribution): - Skewness (Direction of the tail) - Kurtosis (Peakedness of the distribution) - Five-Number Summary and Box Plots
- Note on Notation: Sigma notation () is not a separate topic but a universal tool used throughout all these calculations.
Inferential Foundations: Population vs. Sample
- The "Big Circle, Small Circle" metaphor illustrates the relationship between a population and a sample: - Population (Big Circle): The entire group containing the characteristic of interest. It is often too large or resource-intensive to study in its entirety. - Sample (Small Circle): A manageable subset of the population. It must be representative of the population for findings to be valid.
- Parameters vs. Statistics: - Parameters: Summary measures derived from the population. These represent the "ground truth" and are unchanging, yet usually unknown. - Statistics: Summary measures derived from the sample. These are estimators of the parameters, representing a "best guess" available based on limited data. - Statistics vary depending on the sample collected due to the nature of random sampling, leading to inherent uncertainty.
Formulaic Differences: Sigma vs. S
- Formulas differ slightly depending on whether one is calculating a population parameter or a sample statistic.
- Notation Rules: Sample measures use Latin letters; Population measures use Greek letters.
Mean
- Sample Mean ():
- Population Mean ():Note: represents the total population size; represents sample size.
Variance
- Sample Variance ():
- Population Variance ():
- The Bias Correction (): - The sample variance tends to underestimate the true population variance. - Dividing by instead of serves as a clever correction to slightly increase the result, fixing this underestimation. - The effect of this correction is more dramatic for small sample sizes; as increases, the adjustment relative to the size of becomes smaller.
Standard Deviation
- Sample Standard Deviation ():
- Population Standard Deviation ():
The Empirical Rule (68-95-99.7 Rule)
- The Empirical Rule is a "rule of thumb" used to describe the data distribution in symmetric, bell-shaped distributions.
- It establishes the approximate percentage of data contained within certain standard deviations from the mean: - 68% of data falls within . - 95% of data falls within . - 99.7% of data falls within .
- Outliers: The remaining of the data (beyond three standard deviations) represents points with extremely low probability/likelihood, categorized as outliers.
- Crucial Constraint: The Empirical Rule cannot be applied to skewed or non-bell-shaped distributions; it relies entirely on the principle of symmetry.
Questions & Discussion
- Question Regarding Terminology: A student asked about the term "negatively skewed" encountered in other materials.
- Response: "Negatively skewed" is an interchangeable term for "left-skewed." Conversely, "positively skewed" is interchangeable with "right-skewed." This correlates with the direction on a standard number line where negative values are to the left and positive values are to the right.