Frequency Distribution Calculator
Reviewed by CalcMulti Editorial Team·Last updated: ·← Statistics Hub
A frequency distribution summarises how often each value (or range of values) occurs in a dataset. It is the essential first step in understanding any dataset — revealing the shape, central tendency, spread, and outliers before any formal statistics are computed.
Enter your dataset to get a complete frequency table with absolute frequency (count), relative frequency (proportion), and cumulative frequency for each unique value.
Formula
Relative freq = f / n | Cumulative freq = Σf up to and including that value
Reading the Frequency Table
| Column | What it means | Use for |
|---|---|---|
| Frequency (f) | Count of times this value appears | Finding the mode; spotting common values |
| Relative frequency | f / n — proportion in 0–1 range | Comparing across datasets of different sizes |
| Relative frequency % | (f / n) × 100 | Clear communication of proportions |
| Cumulative frequency | Running total of f from smallest to current | How many values are at most X |
| Cumulative % | Running total of relative frequency × 100 | Reading percentiles; what % scored ≤ X |
Case Study: Defect Count Analysis
A quality engineer counted defects per unit across 50 production runs: 0 defects appeared 18 times (36%), 1 defect 16 times (32%), 2 defects 10 times (20%), 3 defects 4 times (8%), 4+ defects 2 times (4%).
The cumulative frequency showed that 88% of runs had ≤ 2 defects. The 4 runs with ≥ 3 defects were all traced to the same operator working a night shift. The frequency distribution directly identified the problem group.
The mode was 0 defects — the most common outcome — while the mean was 0.88 defects per run. Reporting both the frequency table and the mean gave a much clearer picture than any single summary statistic.
Related Calculators
Compute mean from frequency data
Mode CalculatorMost frequent value in a distribution
IQR CalculatorSpread of middle 50% from sorted data
Five-Number Summary CalculatorMin, Q1, median, Q3, max
Normal Distribution ExplainedHow to check if distribution is normal
Statistics HubAll statistics calculators & guides
Disclaimer
This calculator is for educational purposes only and does not constitute professional advice. Results are based on standard mathematical formulas. Always verify critical calculations with a qualified professional before making important decisions.