Cumulative Frequency Calculator

Convert raw data into a cumulative frequency table and ogive chart.
Enter numbers, set bin count, and track running totals as counts and percentages.

Cumulative Frequency

A cumulative frequency table adds up as it goes. Each row shows the combined count of all observations up to and including that bin. By the final row, the cumulative count always equals n.

The ogive is the line chart version: it starts at zero and climbs to 100%, forming a characteristic S-shape for bell-shaped data or a J-curve for right-skewed data. The name comes from an architectural term for a pointed arch.

Reading the ogive is simple and useful. The 50% line gives you a visual estimate of the median. The 25% and 75% lines give the quartiles. Comparing two overlaid ogives is a quick visual test of whether two samples come from the same distribution.

Most courses focus on histograms and skip ogives, but ogives answer a different question. With a histogram you see “how many values are in each bin.” With an ogive you see “what fraction of my data is below this value” — read directly off the chart without arithmetic.

Worked example: data [5, 7, 8, 10, 12, 15, 15, 18, 20, 22], 4 bins.

  • Bin 1: [5.00, 9.25) -> freq 3, cumulative 3 (30%)
  • Bin 2: [9.25, 13.50) -> freq 2, cumulative 5 (50%)
  • Bin 3: [13.50, 17.75) -> freq 3, cumulative 8 (80%)
  • Bin 4: [17.75, 22.00] -> freq 2, cumulative 10 (100%)

The 50% point falls in Bin 2 — consistent with a median somewhere around 12-13.

Enter your comma-separated data and choose a bin count. The table and ogive update together. Use the same bin count you used for the frequency distribution if you want to compare the two charts directly.


How we build and check this calculator

This calculator runs entirely in your browser, so the numbers you enter stay on your device. The math behind it is written by hand and tested against worked examples and standard references before the page goes live.

SuperGlobalCalculator is independently built and maintained. See how we build and verify our calculators.

Embed This Calculator

Copy the code below and paste it into your website or blog.
The calculator will work directly on your page.