Admin Panel AccessUser ManagementSystem SettingsExport DatabaseDownload BackupUser Credentials ListAPI Keys ManagementAccess TokensEnvironment ConfigConfiguration FileWordPress AdminWordPress LoginphpMyAdminJoomla AdminEnvironment FileGit ConfigDatabase BackupDebug InterfaceTest EndpointInternal API
LearnlyAILibraryPodcasts
DashboardMy ShelfAll NotesAI ChatCreate AI NoteEssay AssistantAI PresentationTo-DoCalendar
Courses

Log in to view your courses

Referral & Rewards
Revision Notes
AS-Level
Cambridge International Examinations
Maths
Probability And Statistics 1
Data Presentation & Interpretation
Frequency Tables
AI Assistant

Frequency Tables

Summary

Frequency tables are statistical tools used to organize and summarize large datasets by counting the occurrences of specific values or ranges. They facilitate the calculation of central tendency measures and provide a visual representation of data distribution, transitioning from raw data to structured information.

1. Definition & Core Concepts

A frequency table is a systematic method for organizing raw data by listing each unique data value (or interval) alongside the number of times it appears, known as the frequency (fff).

In ungrouped data, the table lists individual discrete values, allowing for the preservation of every original data point while making the overall pattern easier to observe.

In grouped data, values are categorized into intervals called classes or groups, which is essential for handling large datasets or continuous variables where individual values may be unique.

The total number of data items, denoted as nnn, is calculated by summing all frequencies in the table: n=∑fn = \sum fn=∑f.

Data Value (x)Frequency (f)Value 1Count 1Value 2Count 2Value 3Count 3

A basic structure of a frequency table showing the relationship between data values and their corresponding frequencies.

2. Calculations for Ungrouped Data

3. Grouped Data and Class Notation

4. Estimating the Mean from Grouped Data

Because the exact values within a class are unknown, we assume all values in a class are represented by the class midpoint.

The estimated mean is found by summing the products of each midpoint and its corresponding frequency, then dividing by the total number of observations.

This method provides a reliable approximation of the center of the data, provided the data is relatively evenly distributed within each class interval.

5. Key Distinctions

6. Exam Strategy & Tips

The mode is identified as the data value with the highest frequency; if two values share the highest frequency, the data is considered bimodal.

The median is the middle value of the ordered set, found by calculating the position n+12\frac{n+1}{2}2n+1​ and using cumulative frequency to locate which value occupies that rank.

The mean (xˉ\bar{x}xˉ) is calculated by multiplying each value (xxx) by its frequency (fff), summing these products, and dividing by the total frequency.

Mean Formula: xˉ=∑xf∑f\bar{x} = \frac{\sum xf}{\sum f}xˉ=∑f∑xf​

Grouped frequency tables use class intervals to manage continuous data, often expressed using inequalities such as 10≤x<2010 \le x < 2010≤x<20 to ensure every possible value falls into exactly one category.

When data is grouped, the specific individual values are lost, meaning any statistical measures calculated (like the mean) are estimates rather than exact values.

The modal class is the interval that contains the highest frequency, representing the most common range of values in the distribution.

To perform calculations on grouped data, the midpoint (xxx) of each class must be determined by averaging the upper and lower boundaries of the interval.

Feature Ungrouped Data Grouped Data
Data Type Discrete / Small sets Continuous / Large sets
Accuracy Exact calculations Estimated calculations
Central Value Mode (specific value) Modal Class (interval)
Representative The value itself Class Midpoint

Choosing between grouped and ungrouped formats depends on the volume of data and whether the variable is discrete (countable) or continuous (measurable).

  • Check for Gaps: Always verify if class boundaries are continuous (e.g., 10−1910-1910−19 and 20−2920-2920−29 have a gap that must be closed to 9.5−19.59.5-19.59.5−19.5 and 19.5−29.519.5-29.519.5−29.5 before calculating midpoints).

  • Sanity Check: Ensure your calculated mean falls within the range of the data; if your mean is higher than your largest value or lower than your smallest, a calculation error has occurred.

  • Cumulative Frequency: Use a running total of frequencies to quickly locate the median position without listing every single data point.

  • Precision: In exams, keep intermediate values (like ∑xf\sum xf∑xf) exact or to high precision to avoid rounding errors in the final mean calculation.