Histograms – Notes
🔹 What is a Histogram?
A histogram is a type of graph used in statistics to represent the distribution of continuous
data. It looks like a bar graph but has important differences:
Each bar represents a range (class interval) of data.
The height of the bar shows the frequency (how many values fall within that range).
Unlike bar charts, bars in histograms touch each other, because the data is continuous.
🔹 When Do We Use Histograms?
When data is grouped into intervals (like ages, marks, heights).
To understand the shape of the data distribution — whether it’s symmetrical, skewed,
or has outliers.
To compare data concentration across ranges.
🟨 Parts of a Histogram
X-axis (horizontal): Class intervals or bins (e.g., 0–10, 10–20, etc.)
Y-axis (vertical): Frequency (number of values in each interval)
Bars: Represent frequencies for each interval (height = frequency)
🟩 Types of Histograms
✅ 1. Uniform Histogram
All bars are roughly the same height.
Data is evenly distributed.
Example: Equal number of students scoring in each range of marks.
✅ 2. Symmetrical (Bell-Shaped) Histogram
Data is evenly distributed around a central value.
The left and right sides are mirror images.
Often indicates a normal distribution.
Example: Heights of a large group of people.
✅ 3. Skewed Histogram
Skewed Right (Positive Skew):
Most data is on the left; tail extends to the right.
Example: Income distribution in a population.
Skewed Left (Negative Skew):
Most data is on the right; tail extends to the left.
Example: Age at retirement (most people retire around the same age, few much
earlier).
✅ 4. Bimodal Histogram
Two peaks (modes) appear in the data.
Suggests the data might come from two different groups.
Example: Test scores of two different classes on the same exam.
✅ 5. Random or Irregular Histogram
Bars have no clear pattern.
May indicate randomness or poorly grouped data.
Example: Rolling a dice multiple times and recording total values from combinations.
📌 Quick Summary Table
Histogram Type Shape Example
Uniform Equal bar heights Equal number of items per group
Symmetrical (Bell) Central peak, even sides Height distribution
Skewed Right Tail to the right Income distribution
Skewed Left Tail to the left Retirement age
Bimodal Two peaks Two student groups
Irregular/Random No pattern Dice roll data