
A histogram is a visual representation of the
distribution of quantitative data. To construct a histogram, the first step is to
"bin" (or "bucket") the range of values— 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) are adjacent and are typically (but not required to be) of equal size.
Histograms give a rough sense of the density of the underlying distribution of the data, and often for
density estimation: estimating the
probability density function
In probability theory, a probability density function (PDF), density function, or density of an absolutely continuous random variable, is a Function (mathematics), function whose value at any given sample (or point) in the sample space (the s ...
of the underlying variable. The total area of a histogram used for probability density is always normalized to 1. If the length of the intervals on the ''x''-axis are all 1, then a histogram is identical to a
relative frequency plot.
Histograms are sometimes confused with
bar chart
A bar chart or bar graph is a chart or graph that presents categorical variable, categorical data with rectangular bars with heights or lengths proportional to the values that they represent. The bars can be plotted vertically or horizontally. A ...
s. In a histogram, each bin is for a different range of values, so altogether the histogram illustrates the distribution of values. But in a bar chart, each bar is for a different category of observations (e.g., each bar might be for a different population), so altogether the bar chart can be used to compare different categories. Some authors recommend that bar charts always have gaps between the bars to clarify that they are not histograms.
Etymology
The term "histogram" was first introduced by
Karl Pearson
Karl Pearson (; born Carl Pearson; 27 March 1857 – 27 April 1936) was an English biostatistician and mathematician. He has been credited with establishing the discipline of mathematical statistics. He founded the world's first university ...
, the founder of mathematical
statistics
Statistics (from German language, German: ', "description of a State (polity), state, a country") is the discipline that concerns the collection, organization, analysis, interpretation, and presentation of data. In applying statistics to a s ...
, in lectures delivered in
1892 at
University College London
University College London (Trade name, branded as UCL) is a Public university, public research university in London, England. It is a Member institutions of the University of London, member institution of the Federal university, federal Uni ...
. Pearson's term is sometimes incorrectly said to combine the Greek root ''γραμμα'' (gramma) = "figure" or "drawing" with the root ''ἱστορία'' (historia) = "inquiry" or "history". Alternatively the root ''ἱστίον'' (histion) is also proposed, meaning "web" or "tissue" (as in
histology
Histology,
also known as microscopic anatomy or microanatomy, is the branch of biology that studies the microscopic anatomy of biological tissue (biology), tissues. Histology is the microscopic counterpart to gross anatomy, which looks at large ...
, the study of biological tissue). Both of these
etymologies
Etymology ( ) is the study of the origin and evolution of words—including their constituent units of sound and meaning—across time. In the 21st century a subfield within linguistics, etymology has become a more rigorously scientific study. ...
are incorrect, and in fact Pearson, who knew Ancient Greek well, derived the term from a different if
homophonous Greek root, ''ἱστός'' = "something set upright", "mast", referring to the vertical bars in the graph. Pearson's new term was embedded in a series of other analogous
neologisms
In linguistics, a neologism (; also known as a coinage) is any newly formed word, term, or phrase that has achieved popular or institutional recognition and is becoming accepted into mainstream language. Most definitively, a word can be considered ...
, such as "stigmogram" and "radiogram".
[Daniel Riaño Rufilanchas (2017)]
"On the origin of Karl Pearson’s term 'histogram'"
''Estadística Española'' vol. 59, no. 192, p. 29-35.
Pearson himself noted in 1895 that although the term "histogram" was new, the type of graph it designates was "a common form of graphical representation".
In fact the technique of using a bar graph to represent statistical measurements was devised by the Scottish
economist
An economist is a professional and practitioner in the social sciences, social science discipline of economics.
The individual may also study, develop, and apply theories and concepts from economics and write about economic policy. Within this ...
,
William Playfair
William Playfair (22 September 1759 – 11 February 1823) was a Scottish engineer and political economist. The founder of graphical methods of statistics, Playfair invented several types of diagrams: in 1786 he introduced the line, area and ...
, in his ''Commercial and political atlas'' (1786).
Examples
This is the data for the histogram to the right, using 500 items:

The words used to describe the patterns in a histogram are: "symmetric", "skewed left" or "right", "unimodal", "bimodal" or "multimodal".
Symmetric-histogram.png, Symmetric, unimodal
Skewed-right.png, Skewed right
Skewed-left.png, Skewed left
Bimodal-histogram.png, Bimodal
Multimodal.png, Multimodal
Symmetric2.png, Symmetric
It is a good idea to plot the data using several different bin widths to learn more about it. Here is an example on tips given in a restaurant.
Tips-histogram1.png, Tips using a $1 bin width, skewed right, unimodal
Tips-histogram2.png, Tips using a 10c bin width, still skewed right, multimodal with modes at $ and 50c amounts, indicates rounding, also some outliers
The
U.S. Census Bureau found that there were 124 million people who work outside of their homes. Using their data on the time occupied by travel to work, the table below shows the absolute number of people who responded with travel times "at least 30 but less than 35 minutes" is higher than the numbers for the categories above and below it. This is likely due to people rounding their reported journey time. The problem of reporting values as somewhat arbitrarily
rounded numbers is a common phenomenon when collecting data from people.

:
This histogram shows the number of cases per
unit interval
In mathematics, the unit interval is the closed interval , that is, the set of all real numbers that are greater than or equal to 0 and less than or equal to 1. It is often denoted ' (capital letter ). In addition to its role in real analysi ...
as the height of each block, so that the area of each block is equal to the number of people in the survey who fall into its category. The area under the
curve
In mathematics, a curve (also called a curved line in older texts) is an object similar to a line, but that does not have to be straight.
Intuitively, a curve may be thought of as the trace left by a moving point. This is the definition that ...
represents the total number of cases (124 million). This type of histogram shows absolute numbers, with Q in thousands.
:
This histogram differs from the first only in the
vertical scale. The area of each block is the fraction of the total that each category represents, and the total area of all the bars is equal to 1 (the fraction meaning "all"). The curve displayed is a simple
density estimate. This version shows proportions, and is also known as a unit area histogram.
In other words, a histogram represents a frequency distribution by means of rectangles whose widths represent class intervals and whose areas are proportional to the corresponding frequencies: the height of each is the average frequency density for the interval. The intervals are placed together in order to show that the data represented by the histogram, while exclusive, is also contiguous. (E.g., in a histogram it is possible to have two connecting intervals of 10.5–20.5 and 20.5–33.5, but not two connecting intervals of 10.5–20.5 and 22.5–32.5. Empty intervals are represented as empty and not skipped.)
Mathematical definitions

The data used to construct a histogram are generated via a function ''m''
''i'' that counts the number of observations that fall into each of the disjoint categories (known as ''bins''). Thus, if we let ''n'' be the total number of observations and ''k'' be the total number of bins, the histogram data ''m''
''i'' meet the following conditions:
:
A histogram can be thought of as a simplistic
kernel density estimation
In statistics, kernel density estimation (KDE) is the application of kernel smoothing for probability density estimation, i.e., a non-parametric method to estimate the probability density function of a random variable based on '' kernels'' as ...
, which uses a
kernel to smooth frequencies over the bins. This yields a
smoother probability density function, which will in general more accurately reflect distribution of the underlying variable. The density estimate could be plotted as an alternative to the histogram, and is usually drawn as a curve rather than a set of boxes. Histograms are nevertheless preferred in applications, when their statistical properties need to be modeled. The correlated variation of a kernel density estimate is very difficult to describe mathematically, while it is simple for a histogram where each bin varies independently.
An alternative to kernel density estimation is the average shifted histogram,
which is fast to compute and gives a smooth curve estimate of the density without using kernels.
Cumulative histogram
A cumulative histogram: a mapping that counts the cumulative number of observations in all of the bins up to the specified bin. That is, the cumulative histogram ''M''
''i'' of a histogram ''m''
''j'' can be defined as:
:
Number of bins and width
There is no "best" number of bins, and different bin sizes can reveal different features of the data. Grouping data is at least as old as
Graunt's work in the 17th century, but no systematic guidelines were given
[ until Sturges's work in 1926.][
Using wider bins where the density of the underlying data points is low reduces noise due to sampling randomness; using narrower bins where the density is high (so the signal drowns the noise) gives greater precision to the density estimation. Thus varying the bin-width within a histogram can be beneficial. Nonetheless, equal-width bins are widely used.
Some theoreticians have attempted to determine an optimal number of bins, but these methods generally make strong assumptions about the shape of the distribution. Depending on the actual data distribution and the goals of the analysis, different bin widths may be appropriate, so experimentation is usually needed to determine an appropriate width. There are, however, various useful guidelines and rules of thumb.
The number of bins ''k'' can be assigned directly or can be calculated from a suggested bin width ''h'' as:
:
The braces indicate the ]ceiling function
In mathematics, the floor function is the function that takes as input a real number , and gives as output the greatest integer less than or equal to , denoted or . Similarly, the ceiling function maps to the least integer greater than or eq ...
.
Square-root choice
:
which takes the square root of the number of data points in the sample and rounds to the next integer
An integer is the number zero (0), a positive natural number (1, 2, 3, ...), or the negation of a positive natural number (−1, −2, −3, ...). The negations or additive inverses of the positive natural numbers are referred to as negative in ...
. This rule is suggested by a number of elementary statistics textbooks and widely implemented in many software packages.
Sturges's formula
Sturges's rule is derived from a binomial distribution
In probability theory and statistics, the binomial distribution with parameters and is the discrete probability distribution of the number of successes in a sequence of statistical independence, independent experiment (probability theory) ...
and implicitly assumes an approximately normal distribution.
:
Sturges's formula implicitly bases bin sizes on the range of the data, and can perform poorly if , because the number of bins will be small—less than seven—and unlikely to show trends in the data well. On the other extreme, Sturges's formula may overestimate bin width for very large datasets, resulting in oversmoothed histograms. It may also perform poorly if the data are not normally distributed.
When compared to Scott's rule and the Terrell-Scott rule, two other widely accepted formulas for histogram bins, the output of Sturges's formula is closest when .
Rice rule
:
The Rice rule is presented as a simple alternative to Sturges's rule.
Doane's formula
Doane's formula[Doane DP (1976) Aesthetic frequency classification. American Statistician, 30: 181–183] is a modification of Sturges's formula which attempts to improve its performance with non-normal data.
:
where is the estimated 3rd-moment-skewness
In probability theory and statistics, skewness is a measure of the asymmetry of the probability distribution of a real-valued random variable about its mean. The skewness value can be positive, zero, negative, or undefined.
For a unimodal ...
of the distribution and
:
Scott's normal reference rule
Bin width is given by
:
where is the sample standard deviation
In statistics, the standard deviation is a measure of the amount of variation of the values of a variable about its Expected value, mean. A low standard Deviation (statistics), deviation indicates that the values tend to be close to the mean ( ...
. Scott's normal reference rule is optimal for random samples of normally distributed data, in the sense that it minimizes the integrated mean squared error of the density estimate. This is the default rule used in Microsoft Excel.
Terrell–Scott rule
: