Histogram
   HOME

TheInfoList



OR:

A histogram is an approximate representation of the
distribution Distribution may refer to: Mathematics * Distribution (mathematics), generalized functions used to formulate solutions of partial differential equations *Probability distribution, the probability of a particular value or value range of a vari ...
of numerical data. The term was first introduced by
Karl Pearson Karl Pearson (; born Carl Pearson; 27 March 1857 – 27 April 1936) was an English mathematician and biostatistician. He has been credited with establishing the discipline of mathematical statistics. He founded the world's first university st ...
. To construct a histogram, the first step is to " bin" (or "
bucket A bucket is typically a watertight, vertical cylinder or truncated cone or square, with an open top and a flat bottom, attached to a semicircular carrying handle called the ''bail''. A bucket is usually an open-top container. In contrast, a ...
") 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. If the bins are of equal size, a bar is drawn over the bin with height proportional to the
frequency Frequency is the number of occurrences of a repeating event per unit of time. It is also occasionally referred to as ''temporal frequency'' for clarity, and is distinct from ''angular frequency''. Frequency is measured in hertz (Hz) which is eq ...
—the number of cases in each bin. A histogram may also be normalized to display "relative" frequencies showing the proportion of cases that fall into each of several categories, with the sum of the heights equaling 1. However, bins need not be of equal width; in that case, the erected rectangle is defined to have its ''area'' proportional to the frequency of cases in the bin. The vertical axis is then not the frequency but ''frequency density''—the number of cases per unit of the variable on the horizontal axis. Examples of variable bin width are displayed on Census bureau data below. As the adjacent bins leave no gaps, the rectangles of a histogram touch each other to indicate that the original variable is continuous. Histograms give a rough sense of the density of the underlying distribution of the data, and often for
density estimation In statistics, probability density estimation or simply density estimation is the construction of an estimate, based on observed data, of an unobservable underlying probability density function. The unobservable density function is thought of ...
: estimating the
probability density function In probability theory, a probability density function (PDF), or density of a continuous random variable, is a function whose value at any given sample (or point) in the sample space (the set of possible values taken by the random variable) ca ...
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 In statistics, the frequency (or absolute frequency) of an event i is the number n_i of times the observation has occurred/recorded in an experiment or study. These frequencies are often depicted graphically or in tabular form. Types The cumula ...
plot. The histogram is one of the seven basic tools of quality control. Histograms are sometimes confused with
bar chart A bar chart or bar graph is a chart or graph that presents 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 vertical bar chart i ...
s. A histogram is used for continuous data, where the bins represent ranges of data, while a bar chart is a plot of
categorical variable In statistics, a categorical variable (also called qualitative variable) is a variable that can take on one of a limited, and usually fixed, number of possible values, assigning each individual or other unit of observation to a particular group or ...
s. Some authors recommend that bar charts have gaps between the rectangles to clarify the distinction.


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 The United States Census Bureau (USCB), officially the Bureau of the Census, is a principal agency of the U.S. Federal Statistical System, responsible for producing data about the American people and economy. The Census Bureau is part of the ...
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 analysis ...
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 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 Vertical is a geometric term of location which may refer to: * Vertical direction, the direction aligned with the direction of the force of gravity, up or down * Vertical (angles), a pair of angles opposite each other, formed by two intersecting s ...
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: : n = \sum_^k. 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 Kernel may refer to: Computing * Kernel (operating system), the central component of most operating systems * Kernel (image processing), a matrix used for image convolution * Compute kernel, in GPGPU programming * Kernel method, in machine learn ...
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 is 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'' is defined as: : M_i = \sum_^i.


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 Sturges is a surname, and may refer to: * Alberta Sturges (1877–1951), American heiress and, by marriage, 9th Countess of Sandwich * Graeme Sturges (born 1955), Australian politician * Herbert Sturges (1882–1958), statistician * Jock Sturges ( ...
' 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: :k = \left \lceil \frac \right \rceil. The braces indicate the
ceiling function In mathematics and computer science, 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 int ...
.


Square-root choice

:k = \lceil \sqrt \rceil \, which takes the square root of the number of data points in the sample (used by Excel's Analysis Toolpak histograms and many other) and rounds to the next
integer An integer is the number zero (), a positive natural number (, , , etc.) or a negative integer with a minus sign ( −1, −2, −3, etc.). The negative numbers are the additive inverses of the corresponding positive numbers. In the languag ...
.


Sturges' formula

Sturges' formula is derived from a
binomial distribution In probability theory and statistics, the binomial distribution with parameters ''n'' and ''p'' is the discrete probability distribution of the number of successes in a sequence of ''n'' independent experiments, each asking a yes–no ques ...
and implicitly assumes an approximately normal distribution. :k = \lceil \log_2 n \rceil+ 1 , \, Sturges' 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' 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' formula is closest when .


Rice rule

:k = \lceil 2 \sqrt rceil, The Rice Rule is presented as a simple alternative to Sturges' rule.


Doane's formula

Doane's formulaDoane DP (1976) Aesthetic frequency classification. American Statistician, 30: 181–183 is a modification of Sturges' formula which attempts to improve its performance with non-normal data. : k = 1 + \log_2( n ) + \log_2 \left( 1 + \frac \right) where g_1 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 : \sigma_ = \sqrt


Scott's normal reference rule

Bin width h is given by :h = \frac, where \hat \sigma is the sample
standard deviation In statistics, the standard deviation is a measure of the amount of variation or dispersion of a set of values. A low standard deviation indicates that the values tend to be close to the mean (also called the expected value) of the set, whil ...
. 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.


Freedman–Diaconis' choice

The Freedman–Diaconis rule gives bin width h as: :h = 2\frac, which is based on the
interquartile range In descriptive statistics, the interquartile range (IQR) is a measure of statistical dispersion, which is the spread of the data. The IQR may also be called the midspread, middle 50%, fourth spread, or H‑spread. It is defined as the differen ...
, denoted by IQR. It replaces 3.5σ of Scott's rule with 2 IQR, which is less sensitive than the standard deviation to outliers in data.


Minimizing cross-validation estimated squared error

This approach of minimizing integrated mean squared error from Scott's rule can be generalized beyond normal distributions, by using leave-one out cross validation: :\underset \hat(h) = \underset \left( \frac - \frac \sum_k N_k^2 \right) Here, N_k is the number of datapoints in the ''k''th bin, and choosing the value of ''h'' that minimizes ''J'' will minimize integrated mean squared error.


Shimazaki and Shinomoto's choice

The choice is based on minimization of an estimated ''L''2
risk function In mathematical optimization and decision theory, a loss function or cost function (sometimes also called an error function) is a function that maps an event or values of one or more variables onto a real number intuitively representing some "co ...
: \underset \frac where \textstyle \bar and \textstyle v are mean and biased variance of a histogram with bin-width \textstyle h, \textstyle \bar=\frac \sum_^ m_i and \textstyle v= \frac \sum_^ (m_i - \bar)^2 .


Variable bin widths

Rather than choosing evenly spaced bins, for some applications it is preferable to vary the bin width. This avoids bins with low counts. A common case is to choose ''equiprobable bins'', where the number of samples in each bin is expected to be approximately equal. The bins may be chosen according to some known distribution or may be chosen based on the data so that each bin has \approx n/k samples. When plotting the histogram, the ''frequency density'' is used for the dependent axis. While all bins have approximately equal area, the heights of the histogram approximate the density distribution. For equiprobable bins, the following rule for the number of bins is suggested: :k = 2 n^ This choice of bins is motivated by maximizing the power of a Pearson chi-squared test testing whether the bins do contain equal numbers of samples. More specifically, for a given confidence interval \alpha it is recommended to choose between 1/2 and 1 times the following equation: :k = 4 \left( \frac \right)^\frac Where \Phi^ is the
probit In probability theory and statistics, the probit function is the quantile function associated with the standard normal distribution. It has applications in data analysis and machine learning, in particular exploratory statistical graphics and s ...
function. Following this rule for \alpha = 0.05 would give between 1.88n^ and 3.77n^; the coefficient of 2 is chosen as an easy-to-remember value from this broad optimum.


Remark

A good reason why the number of bins should be proportional to \sqrt /math> is the following: suppose that the data are obtained as n independent realizations of a bounded probability distribution with smooth density. Then the histogram remains equally "rugged" as n tends to infinity. If s is the "width" of the distribution (e. g., the standard deviation or the inter-quartile range), then the number of units in a bin (the frequency) is of order n h/s and the ''relative'' standard error is of order \sqrt. Compared to the next bin, the relative change of the frequency is of order h/s provided that the derivative of the density is non-zero. These two are of the same order if h is of order s/\sqrt /math>, so that k is of order \sqrt /math>. This simple cubic root choice can also be applied to bins with non-constant widths.


Applications

* In
hydrology Hydrology () is the scientific study of the movement, distribution, and management of water on Earth and other planets, including the water cycle, water resources, and environmental watershed sustainability. A practitioner of hydrology is call ...
the histogram and estimated
density function In probability theory, a probability density function (PDF), or density of a continuous random variable, is a function whose value at any given sample (or point) in the sample space (the set of possible values taken by the random variable) can ...
of rainfall and river discharge data, analysed with a
probability distribution In probability theory and statistics, a probability distribution is the mathematical function that gives the probabilities of occurrence of different possible outcomes for an experiment. It is a mathematical description of a random phenomenon ...
, are used to gain insight in their behaviour and frequency of occurrence.An illustration of histograms and probability density functions
/ref> An example is shown in the blue figure. * In many
Digital image processing Digital image processing is the use of a digital computer to process digital images through an algorithm. As a subcategory or field of digital signal processing, digital image processing has many advantages over analog image processing. It allo ...
programs there is an histogram tool, which show you the distribution of the contrast / brightness of the
pixel In digital imaging, a pixel (abbreviated px), pel, or picture element is the smallest addressable element in a raster image, or the smallest point in an all points addressable display device. In most digital display devices, pixels are the ...
s.


See also

* Data binning *
Density estimation In statistics, probability density estimation or simply density estimation is the construction of an estimate, based on observed data, of an unobservable underlying probability density function. The unobservable density function is thought of ...
**
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 ...
, a smoother but more complex method of density estimation * Entropy estimation * Freedman–Diaconis rule *
Image histogram An image histogram is a type of histogram that acts as a graphical representation of the tonal distribution in a digital image. It plots the number of pixels for each tonal value. By looking at the histogram for a specific image a viewer will ...
* Pareto chart * Seven basic tools of quality * V-optimal histograms


References


Further reading

* Lancaster, H.O. ''An Introduction to Medical Statistics.'' John Wiley and Sons. 1974.


External links


Exploring Histograms
an essay by Aran Lunzer and Amelia McNamara

''(location of census document cited in example)''
Smooth histogram for signals and images from a few samples


* ttp://2000.jukuin.keio.ac.jp/shimazaki/res/histogram.html A Method for Selecting the Bin Size of a Histogram
Histograms: Theory and Practice
some great illustrations of some of the Bin Width concepts derived above.


Interactive histogram generator

Matlab function to plot nice histograms

Dynamic Histogram in MS Excel
* Histogra
construction
an
manipulation
using Java applets, an

on
SOCR The Statistics Online Computational Resource (SOCR) is an online multi-institutional research and education organization. SOCR designs, validates and broadly shares a suite of online tools for statistical computing, and interactive materials for ...

Toolbox for constructing the best histograms
{{Statistics, descriptive Statistical charts and diagrams Quality control tools Estimation of densities Nonparametric statistics Statistics articles needing expert attention Frequency distribution