A histogram is a graphical representation of the distribution of numerical data. It consists of a series of vertical bars, where each bar represents a range of values, and the height of the bar corresponds to the frequency of values within that range.
To create a histogram, follow these steps:
Suppose we have the following data representing the scores of a class:
| Score Range | Frequency |
|---|---|
| 70-79 | 5 |
| 80-89 | 8 |
| 90-99 | 3 |
Key points to remember about histograms: