A histogram is a summary graph showing distribution of data points measured that falls within various class-intervals. A class interval is a division of a range of values into sets of non-overlapping intervals for plotting a histogram. It is drawn with rectangles side by side with the area of each rectangle being proportional to the frequency of the observations falling into the corresponding class-interval.
Measurements of subscriber behaviour can be represented in a histogram. When subscriber A calls subscriber B the call may take on the following behaviour:
Thus for a particular exchange one can plot a histogram of failed call attempts which were repeated within 7 minutes when subscriber B is busy.
This example is extracted from (Wikipedia 2006). All table data and figures are also taken from (Wikipedia 2006). Consider data collected by the U.S. Census Bureau on time to travel to work (2000 census, Table 5). Actually, this document shows bar graphs, but they are not histograms since the bars are not adjacent. The census found that there were 124 million people who work outside of their homes. People were asked how long it takes them to get to work, and their responses were divided into categories: less than 5 minutes, more than 5 minutes and less than 10, more than 10 minutes and less than 15, and so on. The tables shows the numbers of people per category in thousands, so that 4,180 means 4,180,000.
The data in the following tables are displayed graphically by the diagrams below. An interesting feature of both diagrams is the spike in the 30 to 35 minutes category. It seems likely that this is an artifact: half an hour is a common unit of informal time measurement, so people whose travel times were perhaps a little less than or a little greater than 30 minutes might be inclined to answer "30 minutes".
Data by absolute numbers
Histogram of travel time, US 2000 census. Area under the curve (figure 1) equals the total number of cases. This diagram uses Q/width from the table 1.
Table 1: Used for figure 1.
| Interval | Width | Quantity | Quantity/width |
| 0 | 5 | 4,180 | 836 |
| 5 | 5 | 13,687 | 2,737 |
| 10 | 5 | 18,618 | 3,723 |
| 15 | 5 | 19,634 | 3,926 |
| 20 | 5 | 17,981 | 3,596 |
| 25 | 5 | 7,190 | 1,438 |
| 30 | 5 | 16,369 | 3,273 |
| 35 | 5 | 3,212 | 642 |
| 40 | 5 | 4,122 | 824 |
| 45 | 15 | 9,200 | 613 |
| 60 | 30 | 6,461 | 215 |
| 90 | 60 | 3,435 | 57 |
This histogram shows the number of cases per unit interval so that the height of each bar is equal to the proportion of total people in the survey who fall into that category. The area under the curve represents the total number of cases (124 million). This type of histogram is ideal for an overview of absolute numbers.
Data by proportion
Histogram of travel time, US 2000 census. Area under the curve (figure 2) equals 1. This diagram uses Q/total/width from the table 2.
Table 2: Used for figure 2.
| Interval | Width | Quantity (Q) | Q/total/width |
| 0 | 5 | 4,180 | 0.0067 |
| 5 | 5 | 13,687 | 0.0220 |
| 10 | 5 | 18,618 | 0.0300 |
| 15 | 5 | 19,634 | 0.0316 |
| 20 | 5 | 17,981 | 0.0289 |
| 25 | 5 | 7,190 | 0.0115 |
| 30 | 5 | 16,369 | 0.0263 |
| 35 | 5 | 3,212 | 0.0051 |
| 40 | 5 | 4,122 | 0.0066 |
| 45 | 15 | 9,200 | 0.0049 |
| 60 | 30 | 6,461 | 0.0017 |
| 90 | 60 | 3,435 | 0.0004 |
This histogram differs from the first only in the vertical scale. The height of each bar is the decimal percentage of the total that each category represents, and the total height of all the bars is equal to 1, the decimal equivalent of 100%. This version is ideal for comparing proportions. In a more general mathematical sense, a histogram is simply a mapping that counts the number of observations that fall into various disjoint categories (known as bins), whereas the graph of a histogram, which is often taught at high-school, is merely one way to represent a histogram (Wikipedia 2006). Thus, if we let N be the total number of observations and n be the total number of bins, the histogram hk meets the following conditions:
where k is an index over the bins (Wikipedia 2006).
If during a certain time interval a mobile operator takes data of delivery times of each message sent through the network. Can the data be represented using a histogram?
Yes. Suppose there are 30 000 messages sent through the network in the time interval concerned. Class-intervals can be constructed to represent the frequency with which the messages fall within different classes. Thus a histogram will be suitable for representing the data.
References:
Wikipedia. "Histogram," Wikimedia Foundation Inc, http://en.wikipedia.org/wiki/Histogram, Last accessed 17 February 2006.
Author assignment 3: Brandon Hodgson
Author assignment 1: Mphekwane (Eddie) Mamahlodi