Topic 3: Methods for Describing Sets of Data
Introduction
Descriptive statistics is concerned with methods for organizing and
summarizing data. When large volumes of data are collected in business or
research settings, it becomes crucial to reduce the data into a form that is easily
understandable and useful for decision-making. This chapter presents the
fundamental techniques used to describe and display both qualitative and
quantitative data. These include tabular and graphical methods, numerical
summaries such as measures of central tendency and variability, and techniques for
identifying unusual data points.
The goal is not only to describe data effectively but also to uncover patterns,
relationships, and potential insights. A well-constructed descriptive summary can
provide the foundation for deeper statistical analysis, such as modeling and
inference.
Theoretical Concepts
1. Central Tendency
Mean: The average (sum of values / number of values)
Median: The middle value when data is ordered
Mode: The most frequent value(s)
2. Dispersion (Variability)
Range = Max − Min
Variance = Average of squared deviations from the mean
Standard Deviation = Square root of variance
3. Graphical Tools
Bar Charts for categorical data
Histograms for grouped quantitative data
Boxplots to show spread and outliers
Frequency Tables & Graphs
A frequency table shows how often each value (or group of values) occurs.
Example: A business records number of sales calls per day:
Number of Calls Frequency
10–19 3
20–29 6
30–39 11
40–49 7
50–59 3
From this, we can build:
A histogram (for quantitative data)
A bar chart (for qualitative/categorical)
A pie chart (for proportions)
Measures of Central Tendency
Measure Description Formula/Explanation
Mean Arithmetic average
Median Middle value in ordered data If odd: middle; if even: avg of 2 middle
Mode Most frequent value Useful for nominal data
Measures of Dispersion
Measure Description Formula/Explanation
Simple, but ignores variability in
Range Max – Min
between
Avg squared deviation from
Variance (s²)
mean
Standard Dev
Square root of variance In same units as data
(s)
Good for spotting spread around the
IQR Q3 − Q1 (middle 50%)
median
Shape of Distribution
Symmetric: Mean ≈ Median
Right-skewed: Mean > Median (e.g., income)
Left-skewed: Mean < Median
3.1 Describing Qualitative Data
Qualitative or categorical data represent characteristics that fall into distinct
groups or categories. Common examples include gender, product type, customer
region, or voting preference. Since qualitative data cannot be meaningfully
measured with numbers, we describe them by counting the number of observations
in each category and computing the proportion of the total in each category.
The primary tools for summarizing qualitative data are:
Frequency Table: Lists each category along with the number of
observations (frequency) and possibly the relative frequency or percentage.
Bar Chart: Uses bars to represent the frequency or proportion of each
category. The height of the bar reflects the number or percentage in each
group.
Pie Chart: Displays the relative proportions of each category as sectors of a
circle, where the angle of each sector corresponds to its frequency or
percentage.
These tools are helpful in comparing categories and identifying dominant or
underrepresented groups.
3.2 Graphical Methods for Describing Quantitative Data
Quantitative data are numerical and can be either discrete or continuous. When
summarizing these data, graphical methods are powerful for visualizing
distributions and identifying trends or irregularities.
Common graphical tools include:
Dotplot: Places a dot for each observation along a number line. Useful for
small data sets to see individual values and clustering.
Stem-and-Leaf Display: Divides each number into a “stem” (e.g., tens
digit) and “leaf” (e.g., units digit), providing a quick visual of the shape and
distribution of data.
Histogram: Groups data into intervals (called bins) and displays the
frequency or relative frequency within each interval as bars. This is one of
the most widely used tools for examining the shape of a distribution.
Frequency Polygon: A line graph that connects the midpoints of the
intervals used in a histogram. It can be helpful in comparing two or more
distributions.
Cumulative Frequency Plot (Ogive): Shows the accumulation of
frequencies at or below certain values. Useful for determining medians and
percentiles.
These graphical displays help identify features such as symmetry, skewness,
modality (number of peaks), and the presence of outliers.
3.3 Numerical Measures of Central Tendency
Central tendency refers to the typical or central value of a dataset. The most
common measures are:
Mean (Arithmetic Average): The sum of all data values divided by the
number of observations. It is sensitive to extreme values.
Median: The middle value when data are arranged in order. If the number of
observations is even, it is the average of the two middle values. The median
is resistant to outliers and skewed data.
Mode: The most frequently occurring value. A dataset may have one mode
(unimodal), more than one mode (bimodal or multimodal), or no mode at all.
Choosing the appropriate measure depends on the data’s distribution. For
example, the median is preferred over the mean in skewed distributions.
3.4 Numerical Measures of Variability
Variability measures the spread or dispersion of data. Key measures include:
Range: The difference between the maximum and minimum values. It is
simple but highly sensitive to outliers.
Variance: The average of the squared deviations from the mean. It
quantifies how much the data points differ from the mean.
Standard Deviation: The square root of the variance. It is in the same units
as the original data and provides a direct measure of spread.
For a population, the variance is denoted by σ² and the standard deviation by σ.
For a sample, the corresponding symbols are s² and s.
These measures are essential in understanding how much variability exists and
how reliable a mean value might be as a summary.
3.5 Using the Mean and Standard Deviation to Describe Data
The mean and standard deviation together provide a useful summary for many
distributions, especially those that are symmetric and approximately bell-shaped.
Under the empirical rule:
Approximately 68% of the data fall within one standard deviation of the
mean.
About 95% fall within two standard deviations.
Nearly all (99.7%) fall within three standard deviations.
This rule is particularly helpful in identifying unusual values and in checking
for approximate normality.
3.6 Numerical Measures of Relative Standing
Relative standing measures indicate the position of a data point within a
distribution.
Percentiles: Indicate the percentage of observations that fall below a given
value. The 50th percentile is the median.
Quartiles: Divide the data into four equal parts. The first quartile (Q1) is the
25th percentile, the second quartile (Q2) is the median, and the third quartile
(Q3) is the 75th percentile.
Interquartile Range (IQR): Defined as Q3 − Q1. It represents the spread of
the middle 50% of the data and is used to detect outliers.
z-Score: Indicates how many standard deviations a data point is from the
mean. A positive z-score means the value is above the mean; a negative z-
score means it is below.
z-scores are useful for comparing values across different datasets or
distributions.
3.7 Methods for Detecting Outliers: Box Plots and z-Scores
Outliers are extreme values that differ significantly from the rest of the data. They
can distort statistical summaries and may indicate variability, errors, or interesting
phenomena.
Box Plot (Box-and-Whisker Plot): Visualizes the distribution of data based
on the five-number summary (minimum, Q1, median, Q3, maximum). It
highlights the center, spread, and potential outliers.
Outliers in Box Plot: Typically defined as values more than 1.5 times the
IQR above Q3 or below Q1.
z-Scores for Outlier Detection: Values with z-scores greater than 3 or less
than -3 are often considered outliers in normally distributed data.
Identifying outliers is a key step before conducting further statistical analysis.
3.8 Graphing Bivariate Relationships (Optional)
When examining the relationship between two quantitative variables, a
scatterplot is a valuable tool. Each point on the scatterplot represents a pair of
values from the two variables. Patterns such as linearity, direction (positive or
negative), and strength of relationship can be visually assessed. Such plots are
foundational for correlation and regression analysis.
3.9 Time Series Plots (Optional)
Time series plots are used to display data that are collected sequentially over
time. In these plots, time is represented on the horizontal axis, and the variable of
interest on the vertical axis. These plots are useful for identifying trends, cycles,
and seasonal patterns. Time series data is common in economics, finance, and
operations.
3.10 Misuse of Descriptive Techniques
It is important to use descriptive statistics responsibly. Misleading graphs (such
as truncated axes) or inappropriate summaries can distort the true nature of the
data. Ethical and accurate representation ensures that conclusions are based on
correct interpretations. Always consider the context, data source, and purpose of
the analysis.
Summary
Descriptive statistics provide the foundation for all statistical analysis. By
summarizing large datasets into meaningful forms, they allow us to understand
patterns, detect anomalies, and communicate findings clearly. In this chapter, we
explored how to describe both qualitative and quantitative data using tables,
graphs, and numerical measures. These tools are essential not only for organizing
data but also for preparing them for more advanced inferential techniques. Mastery
of descriptive methods is a critical first step for any student of statistics or business
analytics.