- Home
- /
- Statistics
- /
- data collection and displays
- /
- Histogram
A histogram is a graph that groups numerical data into equal-width ranges (bins) and shows the frequency of values in each range using adjacent bars that touch. Histograms reveal the distribution shape - is it symmetric?
Definition
A histogram is a graph that groups numerical data into equal-width ranges (bins) and shows the frequency of values in each range using adjacent bars that touch. Unlike bar graphs, histograms display the distribution shape of continuous data.
๐ก Intuition
Unlike bar graphs for categories (red, blue, green), histograms are for numbers grouped into ranges. Test scores 60-70, 70-80, 80-90... The bars touch because the data is continuous - there's no gap between 69.9 and 70.0.
๐ฏ Core Idea
A histogram shows the distribution of numerical data by grouping values into equal-width bins. The bars touch because the underlying data is continuous.
Example
Notation
Bin width w determines the granularity. The frequency of bin j is f_j. The total area of all bars equals the total number of observations n = \sum f_j.
๐ Why It Matters
Histograms reveal the distribution shape - is it symmetric? Skewed? Bimodal? This shape tells us a lot about the data.
๐ญ Hint When Stuck
First, determine the range of your data and divide it into equal-width bins. Then count how many data values fall into each bin. Finally, draw bars with heights equal to each bin's frequency, making sure the bars touch with no gaps between them.
Formal View
Related Concepts
๐ง Common Stuck Point
Students confuse histograms with bar graphs โ histograms have no gaps between bars and use numerical ranges, not named categories.
โ ๏ธ Common Mistakes
- Gaps between bars (should touch)
- Unequal bin widths
- Confusing with bar graphs
Frequently Asked Questions
What is Histogram in Statistics?
A histogram is a graph that groups numerical data into equal-width ranges (bins) and shows the frequency of values in each range using adjacent bars that touch. Unlike bar graphs, histograms display the distribution shape of continuous data.
When do you use Histogram?
First, determine the range of your data and divide it into equal-width bins. Then count how many data values fall into each bin. Finally, draw bars with heights equal to each bin's frequency, making sure the bars touch with no gaps between them.
What do students usually get wrong about Histogram?
Students confuse histograms with bar graphs โ histograms have no gaps between bars and use numerical ranges, not named categories.
Prerequisites
Next Steps
How Histogram Connects to Other Ideas
To understand histogram, you should first be comfortable with bar graph and stat range. Once you have a solid grasp of histogram, you can move on to distribution shape and stat normal distribution.