Study Notes on Statistical Skewness and Distribution Analysis
Statistical Box Plot Analysis Exercises
Exercise 16 involves the analysis of a box plot representing interstate credit charges per hour for four-year degrees of graduate students at public universities. The y-axis of the chart ranges from to with major increments every units (). To solve this, students are required to calculate the median, identify the first () and third () quartiles, and determine the interquartile range (). Furthermore, the exercise asks for the calculation of the threshold beyond which a value is considered an outlier, the identification of specific outliers, and a determination of whether the distribution is symmetric, positively skewed, or negatively skewed.
Exercise 17 focuses on a study of fuel efficiency (miles per gallon) for 2011 model cars. The dataset is characterized by a mean of and a median of . The extreme values in the data are a minimum of and a maximum of . The first quartile () is reported as , and the third quartile () is . The task is to construct a box plot and comment on the distribution and its symmetry.
Exercise 18 presents a sample of 28 timeshare departments in Orlando, Florida, listing daily rates for a one-bedroom suite. The data, ordered from smallest to largest, is as follows: , , , , , , , , , , , , , , , , , , , , , , , , , , , and . The objective is to construct a box plot, identify the first quartile, third quartile, and median, and provide a commentary on the distribution shape.
Concepts and Definitions of Skewness
Skewness, or "sesgo," refers to the lack of symmetry in a set of observations. While Chapter 3 introduced measures of central location (mean, median, mode) and measures of dispersion (range, standard deviation), skewness addresses the "shape" of the data. There are four primary shapes: symmetric, positively skewed (skewed to the right), negatively skewed (skewed to the left), and bimodal.
In a symmetric distribution, the mean and the median are equal (). The data observations are spread evenly around these central values, such that the data points below the mean form a mirror image of the data points above it. A symmetric frequency polygon has a single peak in the center.
A distribution is positively skewed, or skewed to the right, if it has a single peak but the observations extend much further to the right of the peak than to the left. In this configuration, the mean is typically larger than the median (). This is a common pattern in economic data, such as salary distributions. For instance, in a company of 100 employees, most workers may earn a modest wage, but the president and a few high-level executives earn significantly more, pulling the mean to the right.
A distribution is negatively skewed, or skewed to the left, when it has a single peak but the observations extend further to the left, or the negative direction. In such cases, the mean is less than the median (). Finally, a bimodal distribution is characterized by having two or more distinct peaks, which often happens when the data set contains values sampled from two or more different populations.
Pearson's Coefficient of Skewness
The most basic approach to quantifying skewness was developed by Professor Karl Pearson (). This measure, known as Pearson's Coefficient of Skewness (), is based on the difference between the mean and the median of the dataset. The formula is defined as:
Based on this expression, the value of the coefficient of skewness can range from to . A value close to , such as , indicates substantial negative skewness. A value of indicates that the distribution is symmetric, occurring when the mean and median are equal. A positive value, such as , indicates moderate positive skewness.
Software-Based Skewness Calculations
Standard statistical software programs like Minitab and Excel use a more complex formula for skewness. This method is based on the cubes of the deviations from the mean. The formula for the software-calculated coefficient of skewness is:
This formula utilizes the concept of standardization, where each value is converted into standard deviation units via the expression . If a value is larger than the mean, the standardized result is positive; if it is smaller, the result is negative. Unlike the standard deviation formula which squares differences to make all values non-negative, this formula cubes the differences, thereby preserving the direction (sign) of the variation. In a symmetric dataset, the sum of these cubed standardized values tends toward zero. If there are several large outliers on the high end, the sum will be a large positive value. If the outliers are on the low end, the sum will be a negative value.
Empirical Example: Software Company Earnings
To illustrate these concepts, consider the earnings per share for a sample of 15 software companies in 2010. The values, ordered from smallest to largest, are: , , , , , , , , , , , , , , and .
To find the mean (), the sum of all values () is divided by the sample size ():
The median is the middle value in the ordered list, which in this case is . The sample standard deviation () is calculated by taking the square root of the sum of squared deviations from the mean divided by :
Using Pearson's method, the coefficient of skewness is calculated as:
This indicates a moderate positive skew. When using the software method, the process involves standardizing each value by subtracting and dividing by , then cubing that result. For the first company (), the calculation is . Summing all 15 cubed results yields a total of . Applying the software formula results in:
The summary statistics from a software output (Minitab) confirm these findings, noting a mean of , a standard deviation of , a minimum of , a median of , and a maximum of .
Statistics in Action: The Median and Survival Rates
Stephen Jay Gould (), a professor of zoology and geology at Harvard University, used statistical skewness to interpret his own medical prognosis. Diagnosed with cancer in 1982 and given a life expectancy of eight months, Gould researched the survival distribution for his condition. He discovered that the distribution of survival times was drastically skewed to the right. While the median was eight months (meaning of patients lived longer than that), the right-side tail extended for years rather than months. This realization led him to write the famous essay "The Median Is Not the Message," emphasizing that individual survival can vary greatly from the central tendency in a skewed distribution.
Practice Datasets and Exercises
Exercise 19 provides starting salaries (in thousands of dollars) for five accounting graduates: , , , , and . Exercise 20 lists salaries of 15 finance directors in the electronics industry (in thousands): , , , , , , , , , , , , , , and . Exercise 21 covers commissions (in thousands) for Furniture Patch, Inc. sales representatives: , , , , , , , , , , , , , , and .
Exercise 22 presents the 2010 New York Yankees roster and salaries (in thousands of dollars). The data includes: Aceves, Alfredo (Pitcher, ); Burnett, A.J. (Pitcher, ); Cano, Robinson (Second Base, ); Cervelli, Francisco (Catcher, ); Chamberlain, Joba (Pitcher, ); Gardner, Brett (Outfielder, ); Granderson, Curtis (Outfielder, ); Hughes, Phil (Pitcher, ); Jeter, Derek (Shortstop, ); Johnson, Nick (First Base, ); Marte, Damaso (Pitcher, ); Mitre, Sergio (Pitcher, ); Park, Chan Ho (Pitcher, ); Pena, Ramiro (Defense, ); Pettitte, Andy (Pitcher, ); Posada, Jorge (Catcher, ); Rivera, Mariano (Pitcher, ); Robertson, David (Pitcher, ); Rodriguez, Alex (Third Base, ); Sabathia, CC (Pitcher, ); Swisher, Nick (Pitcher, ); Teixeira, Mark (First Base, ); Thames, Marcus (Outfielder, ); Vazquez, Javier (Pitcher, ); and Winn, Randy (Outfielder, ). Students are to calculate the mean, median, standard deviation, and skewness for each set.