Exploring Data with Tables and Graphs: Frequency Distributions
Overview of Data Exploration and Frequency Distributions
Core Topics in Data Exploration:
2-1 Frequency Distributions for Organizing and Summarizing Data: Methods to partition, organize, and summarize raw datasets into structured frequency tables.
2-2 Histograms: Visual representations of frequency distributions that simplify data analysis.
2-3 Graphs that Enlighten and Graphs that Deceive: Identifying effective graphical presentations versus misleading visual statistics.
Purpose of Frequency Distributions:
When dealing with large datasets, a frequency distribution (or frequency table) serves as an essential tool to organize and summarize raw data.
Frequency distributions help reveal the fundamental nature and shape of a dataset's distribution.
Partitioning Data: A frequency distribution shows how data values are partitioned among several distinct categories (or classes) by listing each category alongside its corresponding frequency (the total count of data values belonging to that category).
Core Terminology of Frequency Distributions
Lower Class Limits:
The smallest numbers that can physically belong to each of the distinct classes.
Upper Class Limits:
The largest numbers that can physically belong to each of the distinct classes.
Class Boundaries:
The precise numbers used to separate adjacent classes without leaving gaps created by the class limits.
Class Midpoints:
The specific values located at the exact middle of each class.
Calculation Formula:
Class Width:
The numerical difference between two consecutive lower class limits (or two consecutive lower class boundaries) in a frequency distribution.
Procedure for Constructing a Frequency Distribution
Step 1: Select the Number of Classes:
Determine the desired number of classes for the table, typically between and .
Step 2: Calculate the Class Width:
Use the class width formula and round up to find a convenient, workable increment:
It is standard practice to round up to ensure all data points fit within the defined boundaries.
Step 3: Determine the First Lower Class Limit:
Choose a starting value for the first lower class limit by taking either the exact minimum data value or a convenient value lower than the minimum.
Step 4: Generate All Lower Class Limits:
Add the calculated class width to the first lower class limit to produce the second lower class limit. Repeat this addition process until all lower class limits are established.
Step 5: Set Upper Class Limits:
List the generated lower class limits vertically in a column, then identify and enter the non-overlapping upper class limits for each class.
Step 6: Tally Data and Compute Frequencies:
Place each raw data value into its corresponding class row using tally marks, then sum the tally marks to determine the total frequency for each class.
Worked Example: Los Angeles Daily Commute Times
Problem Objective:
Construct a frequency distribution containing classes using a sample dataset of daily commute times (in minutes) for commuters in Los Angeles.
Raw Dataset ( Values in Minutes):
, , , , , , , , , , , , , , , ,
, , , , , , , , , , , , , , , ,
, , , , , , , , , , , , , , ,
Step-by-Step Construction:
Target Classes: Select as the total number of desired classes.
Class Width Calculation:
Minimum value =
Maximum value =
Rounding up to provides a convenient and practical interval for commute time measurements.
First Lower Class Limit Selection: Select as the first lower class limit because is less than the minimum value and forms an intuitive baseline for commute duration.
Lower Class Limits Listing: Add the class width of sequentially to generate seven lower class limits:
, , , , , ,
Upper Class Limits Identification:
Upper limits are set to avoid overlap: , , , , , ,

Tallying Frequencies:
minutes: Frequency =
minutes: Frequency =
minutes: Frequency =
minutes: Frequency =
minutes: Frequency =
minutes: Frequency =
minutes: Frequency =
Total Sample Size () =

Relative Frequency Distributions
Definition:
A Relative Frequency Distribution (or Percentage Frequency Distribution) replaces raw frequencies with proportions or percentages.
Formulas:
Summation Rule:
The sum of all relative frequencies must equal approximately (or for percentages), allowing for minor variations due to rounding errors.
Relative Frequency Breakdown for LA Commute Times ():
minutes: (calculated as )
minutes: (calculated as )
minutes: (calculated as )
minutes: (calculated as )
minutes: (calculated as )
minutes: (calculated as )
minutes: (calculated as )
Comparative Data Analysis: New York vs. Boise Commute Times
Utility of Relative Frequency Distributions:
Combining two or more relative frequency distributions into a single comparative table allows direct visual and analytical comparisons between datasets of vastly different sample sizes.
Comparison Table (Sample Size for NY, NY and for Boise, ID):
minutes: NY = , Boise =
minutes: NY = , Boise =
minutes: NY = , Boise =
minutes: NY = , Boise =
minutes: NY = , Boise =
minutes: NY = , Boise =
minutes: NY = , Boise =
minutes: NY = , Boise =
minutes: NY = , Boise =
minutes: NY = , Boise =
Comparative Insights:
Commute times in Boise, ID are significantly lower overall than commute times in New York, NY.
In Boise, of all commutes fall within the lowest two time brackets ( minutes), whereas only of New York commutes fall within those same intervals (
This statistical disparity aligns with expectations based on the relative physical geographic size, population density, and infrastructure differences between the two cities.
Cumulative Frequency Distributions
Definition:
A Cumulative Frequency Distribution tabulates the accumulated total frequencies for each class combined with all preceding classes.
Class descriptions are adjusted to express upper limit thresholds (e.g., "Less than [upper boundary]").
Cumulative Frequency Table for LA Commute Times:
Less than minutes:
Less than minutes: (calculated as )
Less than minutes: (calculated as )
Less than minutes: (calculated as )
Less than minutes: (calculated as )
Less than minutes: (calculated as )
Less than minutes: (calculated as )
Analyzing Distributions: Normal Distributions and Gaps
Identifying Normal Distributions:
Frequency tables are frequently analyzed to determine whether a dataset follows a normal distribution.
Criteria for a Normal Distribution:
Frequency Trend: Class frequencies start low, increase gradually to one or two maximum peak frequencies, and then decrease back to low frequencies.
Symmetry: The distribution exhibits approximate symmetry. Frequencies listed prior to the maximum frequency roughly mirror those following the maximum.
Example Frequency Table of a Normal Distribution:
minutes: Frequency = (Starts low)
minutes: Frequency =
minutes: Frequency =
minutes: Frequency = (Reaches peak maximum)
minutes: Frequency =
minutes: Frequency =
minutes: Frequency = (Decreases back to low)
Understanding Gaps in Data:
The presence of prominent gaps (classes with frequencies of zero bounded by non-zero classes) indicates that data may be sampled from two or more separate populations.
Important Caveat: While gaps signal multiple underlying populations, the inverse statement is not always true; combined data from distinct populations does not guarantee a gap will appear.
Case Study: Penny Weight Distribution:
: Frequency =
: Frequency =
: Frequency =
: Frequency =
: Frequency =
: Frequency =
: Frequency =
: Frequency =
Interpretation: A clear frequency gap exists between and . This gap reflects two distinct coin compositions manufactured across different time periods:
Pennies minted prior to are composed of copper and zinc (resulting in heavier weights).
Pennies minted after are composed of copper and zinc (resulting in lighter weights).
Transition to Histograms:
Although frequency distribution tables effectively group and quantify numerical data, a histogram provides a graphical view that is far easier to analyze and interpret than raw tables of figures.