Histogram
Histogram
A histogram is a type of chart that visually represents the distribution of numerical data using
rectangular bars. It is commonly used to display the frequency distribution of continuous data.
Each bar in a histogram represents an interval (or bin), and the height of the bar shows how
many data points fall within that interval. The bars are adjacent (without gaps) because they
represent continuous data rather than separate categories.
---
Represents the frequency (or count) of data points within each interval.
---
Example: If sales revenue ranges from ₱100 to ₱1,000, the range is ₱900.
Example: If 15 sales were between ₱100 and ₱200, the first bar has a height of 15.
Plot bars for each interval with heights based on the frequency.
Ensure bars are adjacent (no gaps) to show continuous data distribution.
Histograms help analyze how data is distributed and can reveal patterns such as:
Normal Distribution (bell curve): Data is evenly spread around the center.
For example, in auditing, a histogram can show transaction frequency over time. Instead of just
looking at total transactions, auditors can see when transactions peak and whether there are
irregularities.
By analyzing the shape and flow of the data, decision-makers can identify trends, detect
anomalies, and make better business decisions.
---
Conclusion
Histograms are powerful tools for visualizing data distribution. They differ from bar charts by
displaying continuous numerical data rather than categories. By using histograms, businesses,
auditors, and analysts can gain insights into data trends, making them useful for decision-
making and problem-solving.