A histogram is an approximate representation of the distribution of numerical data. The term was first introduced by Karl Pearson.

Histograms are sometimes confused with bar charts. A histogram is used for continuous data, where the bins represent ranges of data, while a bar chart is a plot of categorical variables. Some authors recommend that bar charts have gaps between the rectangles to clarify the distinction.
(Wikipedia contributors, 2022)

To construct a histogram, the first step is to “bin” (or “bucket”) the range of values—that is, divide the entire range of values into a series of intervals—and then count how many values fall into each interval. The bins are usually specified as consecutive, non-overlapping intervals of a variable. The bins (intervals) must be adjacent and are often (but not required to be) of equal size.
(Wikipedia contributors, 2022)

The intervals in the frequency distribution are known as classes, and the number of observations in each class is known as frequency.
(Donnelly and Abdel-Raouf, 2016)

A frequency distribution is a table with two columns: One column has the classes for the variable of interest and the second column has the frequency in each class.

Relative frequency distributions display the percentage of observations in each class relative to the total number of observations. The percentages are called relative frequencies.

The cumulative frequency distribution displays the number of observations that are less than or equal to the current class. In other words, it sums the frequency in the current class and the frequencies in the previous classes.
(Donnelly and Abdel-Raouf, 2016)

66425243440 - 100 - 1011 - 2011 - 2021 - 3021 - 3031 - 4031 - 4041 - 5041 - 5051 - 6051 - 6061 - 7061 - 7071 - 8071 - 8081 - 9081 - 9091 - 10091 - 10066442200
Download SVG
Download PNG
Download CSV
Classes
Frequency
Relative frequency (%)
Cumulative frequency
0 - 10
6
15
6
11 - 20
6
15
12
21 - 30
4
10
16
31 - 40
2
5
18
41 - 50
5
12.5
23
51 - 60
2
5
25
61 - 70
4
10
29
71 - 80
3
7.5
32
81 - 90
4
10
36
91 - 100
4
10
40
Loading...
0 - 10
11 - 20
21 - 30
31 - 40
41 - 50
51 - 60
61 - 70
71 - 80
81 - 90
91 - 100
15.0%15.0%10.0%5.0%12.5%5.0%10.0%7.5%10.0%10.0%
Download SVG
Download PNG
Download CSV