Frequency Distribution
NEWCreate a frequency distribution table and interactive histogram from your numbers. Adjust bin count, bin width, and precision. Download the histogram as PNG or SVG.
Frequency Table
| Class Interval | Frequency (f) | Cumulative Freq | Relative Freq |
|---|---|---|---|
| Total | 0 | 1.00 |
Histogram
More options
How to use Frequency Distribution
- Paste numbers separated by commas, spaces, or newlines.
- Adjust the number of bins or set a custom bin width.
- View the frequency table with class intervals, frequency, cumulative frequency, and relative frequency.
- Inspect the histogram with mean and median markers.
- Download the histogram as PNG or SVG.
What is Frequency Distribution?
This tool bins your numeric data into class intervals and computes frequency, cumulative frequency, and relative frequency for each bin. The live histogram highlights the mean (red dashed line) and median (green dashed line) so you can see the distribution shape at a glance.
You can adjust the number of bins, set a custom bin width, and control decimal precision. Download the histogram as PNG or SVG for reports and presentations. All computation happens client-side in your browser.
FAQ
- How is bin width calculated automatically?
- When left on Auto, bin width is calculated as (max - min) / number_of_bins. The first bin starts slightly below the minimum value for clean edges.
- What does cumulative frequency mean?
- Cumulative frequency is the running total of frequencies up to and including that bin. The last bin's cumulative frequency equals the total number of data points (N).
- Can I use this for exam score distributions?
- Absolutely. This is a classic use case — paste your scores, set 10 bins for letter-grade-style breakdowns, and see the distribution with mean and median marked.
- Is my data kept private?
- Yes. All computation and histogram rendering happens in your browser. Your data is never uploaded anywhere.
Related tools
Last updated: