Kernel Density Estimation
   HOME

TheInfoList



OR:

In
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 ...
, 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 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 a
random variable A random variable (also called random quantity, aleatory variable, or stochastic variable) is a Mathematics, mathematical formalization of a quantity or object which depends on randomness, random events. The term 'random variable' in its mathema ...
based on '' kernels'' as weights. KDE answers a fundamental data smoothing problem where inferences about the
population Population is a set of humans or other organisms in a given region or area. Governments conduct a census to quantify the resident population size within a given jurisdiction. The term is also applied to non-human animals, microorganisms, and pl ...
are made based on a finite data sample. In some fields such as
signal processing Signal processing is an electrical engineering subfield that focuses on analyzing, modifying and synthesizing ''signals'', such as audio signal processing, sound, image processing, images, Scalar potential, potential fields, Seismic tomograph ...
and
econometrics Econometrics is an application of statistical methods to economic data in order to give empirical content to economic relationships. M. Hashem Pesaran (1987). "Econometrics", '' The New Palgrave: A Dictionary of Economics'', v. 2, p. 8 p. 8 ...
it is also termed the Parzen–Rosenblatt window method, after Emanuel Parzen and Murray Rosenblatt, who are usually credited with independently creating it in its current form. One of the famous applications of kernel density estimation is in estimating the class-conditional marginal densities of data when using a naive Bayes classifier, which can improve its prediction accuracy.


Definition

Let be independent and identically distributed samples drawn from some univariate distribution with an unknown
density Density (volumetric mass density or specific mass) is the ratio of a substance's mass to its volume. The symbol most often used for density is ''ρ'' (the lower case Greek letter rho), although the Latin letter ''D'' (or ''d'') can also be u ...
at any given point . We are interested in estimating the shape of this function . Its ''kernel density estimator'' is \hat_h(x) = \frac\sum_^n K_h (x - x_i) = \frac \sum_^n K, where is the kernel — a non-negative function — and is a smoothing parameter called the ''bandwidth'' or simply width. A kernel with subscript is called the ''scaled kernel'' and defined as . Intuitively one wants to choose as small as the data will allow; however, there is always a trade-off between the bias of the estimator and its variance. The choice of bandwidth is discussed in more detail below. A range of kernel functions are commonly used: uniform, triangular, biweight, triweight, Epanechnikov (parabolic), normal, and others. The Epanechnikov kernel is optimal in a mean square error sense, though the loss of efficiency is small for the kernels listed previously. Due to its convenient mathematical properties, the normal kernel is often used, which means , where is the standard normal density function. The kernel density estimator then becomes \hat_h(x) = \frac \frac \sum_^n \exp\left(\frac\right), where \sigma is the standard deviation of the sample \vec. The construction of a kernel density estimate finds interpretations in fields outside of density estimation. For example, in
thermodynamics Thermodynamics is a branch of physics that deals with heat, Work (thermodynamics), work, and temperature, and their relation to energy, entropy, and the physical properties of matter and radiation. The behavior of these quantities is governed b ...
, this is equivalent to the amount of heat generated when heat kernels (the fundamental solution to the
heat equation In mathematics and physics (more specifically thermodynamics), the heat equation is a parabolic partial differential equation. The theory of the heat equation was first developed by Joseph Fourier in 1822 for the purpose of modeling how a quanti ...
) are placed at each data point locations . Similar methods are used to construct
discrete Laplace operator In mathematics, the discrete Laplace operator is an analog of the continuous Laplace operator, defined so that it has meaning on a Graph (discrete mathematics), graph or a lattice (group), discrete grid. For the case of a finite-dimensional graph ...
s on point clouds for manifold learning (e.g. diffusion map).


Example

Kernel density estimates are closely related to
histograms 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 ...
, but can be endowed with properties such as smoothness or continuity by using a suitable kernel. The diagram below based on these 6 data points illustrates this relationship: For the histogram, first, the horizontal axis is divided into sub-intervals or bins which cover the range of the data: In this case, six bins each of width 2. Whenever a data point falls inside this interval, a box of height 1/12 is placed there. If more than one data point falls inside the same bin, the boxes are stacked on top of each other. For the kernel density estimate, normal kernels with a standard deviation of 1.5 (indicated by the red dashed lines) are placed on each of the data points ''xi''. The kernels are summed to make the kernel density estimate (solid blue curve). The smoothness of the kernel density estimate (compared to the discreteness of the histogram) illustrates how kernel density estimates converge faster to the true underlying density for continuous random variables.


Bandwidth selection

The bandwidth of the kernel is a free parameter which exhibits a strong influence on the resulting estimate. To illustrate its effect, we take a simulated random sample from the standard
normal distribution In probability theory and statistics, a normal distribution or Gaussian distribution is a type of continuous probability distribution for a real-valued random variable. The general form of its probability density function is f(x) = \frac ...
(plotted at the blue spikes in the rug plot on the horizontal axis). The grey curve is the true density (a normal density with mean 0 and variance 1). In comparison, the red curve is ''undersmoothed'' since it contains too many spurious data artifacts arising from using a bandwidth ''h'' = 0.05, which is too small. The green curve is ''oversmoothed'' since using the bandwidth obscures much of the underlying structure. The black curve with a bandwidth of ''h'' = 0.337 is considered to be optimally smoothed since its density estimate is close to the true density. An extreme situation is encountered in the limit h \to 0 (no smoothing), where the estimate is a sum of delta functions centered at the coordinates of analyzed samples. In the other extreme limit h \to \infty the estimate retains the shape of the used kernel, centered on the mean of the samples (completely smooth). The most common optimality criterion used to select this parameter is the expected ''L''2 risk function, also termed the mean integrated squared error: \operatorname (h) = \operatorname\!\left \int\! ^2 dx \right/math> Under weak assumptions on and , ( is the, generally unknown, real density function), \operatorname(h) = \operatorname(h) + \mathcal where is the little o notation, and the sample size (as above). The AMISE is the asymptotic MISE, i. e. the two leading terms, \operatorname(h) = \frac + \frac m_2(K)^2 h^4 R(f'') where R(g) = \int g(x)^2 \, dx for a function , m_2(K) = \int x^2 K(x) \, dx and f'' is the second derivative of f and K is the kernel. The minimum of this AMISE is the solution to this differential equation \frac \operatorname(h) = -\frac + m_2(K)^2 h^3 R(f'') = 0 or h_ = \frac n^ = C n^ Neither the AMISE nor the ''h''AMISE formulas can be used directly since they involve the unknown density function f or its second derivative f''. To overcome that difficulty, a variety of automatic, data-based methods have been developed to select the bandwidth. Several review studies have been undertaken to compare their efficacies, with the general consensus that the plug-in selectors and cross validation selectors are the most useful over a wide range of data sets. Substituting any bandwidth which has the same asymptotic order as into the AMISE gives that , where is the big ''O'' notation. It can be shown that, under weak assumptions, there cannot exist a non-parametric estimator that converges at a faster rate than the kernel estimator. Note that the rate is slower than the typical convergence rate of parametric methods. If the bandwidth is not held fixed, but is varied depending upon the location of either the estimate (balloon estimator) or the samples (pointwise estimator), this produces a particularly powerful method termed adaptive or variable bandwidth kernel density estimation. Bandwidth selection for kernel density estimation of heavy-tailed distributions is relatively difficult.


A rule-of-thumb bandwidth estimator

If Gaussian basis functions are used to approximate
univariate In mathematics, a univariate object is an expression (mathematics), expression, equation, function (mathematics), function or polynomial involving only one Variable (mathematics), variable. Objects involving more than one variable are ''wikt:multi ...
data, and the underlying density being estimated is Gaussian, the optimal choice for ''h'' (that is, the bandwidth that minimises the mean integrated squared error) is: h = ^ \approx 1.06 \, \hat \, n^, An h value is considered more robust when it improves the fit for long-tailed and skewed distributions or for bimodal mixture distributions. This is often done empirically by replacing the
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 ( ...
\hat by the parameter A below: A = \min\left(\hat, \frac\right) where IQR is the interquartile range. Another modification that will improve the model is to reduce the factor from 1.06 to 0.9. Then the final formula would be: h = 0.9\, \min\left(\hat, \frac\right)\, n^ where n is the sample size. This approximation is termed the ''normal distribution approximation'', Gaussian approximation, or '' Silverman's rule of thumb''. While this rule of thumb is easy to compute, it should be used with caution as it can yield widely inaccurate estimates when the density is not close to being normal. For example, when estimating the bimodal Gaussian mixture model \frac e^ + \frace^ from a sample of 200 points, the figure on the right shows the true density and two kernel density estimates — one using the rule-of-thumb bandwidth, and the other using a solve-the-equation bandwidth. The estimate based on the rule-of-thumb bandwidth is significantly oversmoothed.


Relation to the characteristic function density estimator

Given the sample , it is natural to estimate the
characteristic function In mathematics, the term "characteristic function" can refer to any of several distinct concepts: * The indicator function of a subset, that is the function \mathbf_A\colon X \to \, which for a given subset ''A'' of ''X'', has value 1 at points ...
as \hat\varphi(t) = \frac \sum_^n e^ Knowing the characteristic function, it is possible to find the corresponding probability density function through the
Fourier transform In mathematics, the Fourier transform (FT) is an integral transform that takes a function as input then outputs another function that describes the extent to which various frequencies are present in the original function. The output of the tr ...
formula. One difficulty with applying this inversion formula is that it leads to a diverging integral, since the estimate \hat\varphi(t) is unreliable for large 's. To circumvent this problem, the estimator \hat\varphi(t) is multiplied by a damping function , which is equal to 1 at the origin and then falls to 0 at infinity. The "bandwidth parameter" controls how fast we try to dampen the function \hat\varphi(t). In particular when is small, then will be approximately one for a large range of 's, which means that \hat\varphi(t) remains practically unaltered in the most important region of 's. The most common choice for function is either the uniform function , which effectively means truncating the interval of integration in the inversion formula to , or the
Gaussian function In mathematics, a Gaussian function, often simply referred to as a Gaussian, is a function (mathematics), function of the base form f(x) = \exp (-x^2) and with parametric extension f(x) = a \exp\left( -\frac \right) for arbitrary real number, rea ...
. Once the function has been chosen, the inversion formula may be applied, and the density estimator will be \begin \hat(x) &= \frac \int_^ \hat\varphi(t) \psi_h(t) e^ \, dt \\ ex &= \frac \int_^ \frac \sum_^n e^ \psi(ht) \, dt \\ ex &= \frac \sum_^n \frac \int_^ e^ \psi(ht) \, d(ht) \\ ex &= \frac \sum_^n K, \end where is the
Fourier transform In mathematics, the Fourier transform (FT) is an integral transform that takes a function as input then outputs another function that describes the extent to which various frequencies are present in the original function. The output of the tr ...
of the damping function . Thus the kernel density estimator coincides with the characteristic function density estimator.


Geometric and topological features

We can extend the definition of the (global) mode to a local sense and define the local modes: M = \ Namely, M is the collection of points for which the density function is locally maximized. A natural estimator of M is a plug-in from KDE, where g(x) and \lambda_1(x) are KDE version of g(x) and \lambda_1(x). Under mild assumptions, M_c is a
consistent estimator In statistics, a consistent estimator or asymptotically consistent estimator is an estimator—a rule for computing estimates of a parameter ''θ''0—having the property that as the number of data points used increases indefinitely, the result ...
of M. Note that one can use the mean shift algorithm to compute the estimator M_c numerically.


Statistical implementation

A non-exhaustive list of software implementations of kernel density estimators includes: * In Analytica release 4.4, the ''Smoothing'' option for PDF results uses KDE, and from expressions it is available via the built-in Pdf function. * In C/ C++
FIGTree
is a library that can be used to compute kernel density estimates using normal kernels. MATLAB interface available. * In C++
libagf
is a library for variable kernel density estimation. * In C++,
mlpack mlpack is a free, open-source and header-only software library for machine learning and artificial intelligence written in C++, built on top of the Armadillo library and thensmallennumerical optimization library. mlpack has an emphasis on scal ...
is a library that can compute KDE using many different kernels. It allows to set an error tolerance for faster computation. Python and R interfaces are available. * in C# and F#, Math.NET Numerics is an open source library for numerical computation which include
kernel density estimation
* In
CrimeStat CrimeStat is a crime mapping software program. CrimeStat is Windows-based program that conducts spatial and statistical analysis and is designed to interface with a geographic information system (GIS). The program is developed by Ned Levine & Assoc ...
, kernel density estimation is implemented using five different kernel functions – normal, uniform, quartic, negative exponential, and triangular. Both single- and dual-kernel density estimate routines are available. Kernel density estimation is also used in interpolating a Head Bang routine, in estimating a two-dimensional Journey-to-crime density function, and in estimating a three-dimensional Bayesian Journey-to-crime estimate. * In ELKI, kernel density functions can be found in the package de.lmu.ifi.dbs.elki.math.statistics.kernelfunctions * In
ESRI Environmental Systems Research Institute, Inc., doing business as Esri (), is an American Multinational corporation, multinational geographic information system (GIS) software company headquartered in Redlands, California. It is best known for ...
products, kernel density mapping is managed out of the Spatial Analyst toolbox and uses the Quartic(biweight) kernel. * In Excel, the Royal Society of Chemistry has created an add-in to run kernel density estimation based on thei
Analytical Methods Committee Technical Brief 4
* In gnuplot, kernel density estimation is implemented by the smooth kdensity option, the datafile can contain a weight and bandwidth for each point, or the bandwidth can be set automatically according to "Silverman's rule of thumb" (see above). * In
Haskell Haskell () is a general-purpose, statically typed, purely functional programming language with type inference and lazy evaluation. Designed for teaching, research, and industrial applications, Haskell pioneered several programming language ...
, kernel density is implemented in th
statistics
package. * In
IGOR Pro IGOR Pro is a scientific data analysis software, numerical computing environment and programming language that runs on Windows or Mac operating systems. It is developed by WaveMetrics Inc., and was originally aimed at time series analysis, but h ...
, kernel density estimation is implemented by the StatsKDE operation (added in Igor Pro 7.00). Bandwidth can be user specified or estimated by means of Silverman, Scott or Bowmann and Azzalini. Kernel types are: Epanechnikov, Bi-weight, Tri-weight, Triangular, Gaussian and Rectangular. * In
Java Java is one of the Greater Sunda Islands in Indonesia. It is bordered by the Indian Ocean to the south and the Java Sea (a part of Pacific Ocean) to the north. With a population of 156.9 million people (including Madura) in mid 2024, proje ...
, the Weka machine learning package provide
weka.estimators.KernelEstimator
among others. * In
JavaScript JavaScript (), often abbreviated as JS, is a programming language and core technology of the World Wide Web, alongside HTML and CSS. Ninety-nine percent of websites use JavaScript on the client side for webpage behavior. Web browsers have ...
, the visualization package D3.js offers a KDE package in its science.stats package. * In JMP, the Graph Builder platform utilizes kernel density estimation to provide contour plots and high density regions (HDRs) for bivariate densities, and violin plots and HDRs for univariate densities. Sliders allow the user to vary the bandwidth. Bivariate and univariate kernel density estimates are also provided by the Fit Y by X and Distribution platforms, respectively. * In Julia, kernel density estimation is implemented in th
KernelDensity.jl
package. * In
KNIME KNIME (), the Konstanz Information Miner, is a data analytics, reporting and integrating platform. KNIME integrates various components for machine learning and data mining through its modular data pipelining "Building Blocks of Analytics" con ...
, 1D and 2D Kernel Density distributions can be generated and plotted using nodes from the Vernalis community contribution, e.g
1D Kernel Density Plot
among others. The underlying implementation is written in
Java Java is one of the Greater Sunda Islands in Indonesia. It is bordered by the Indian Ocean to the south and the Java Sea (a part of Pacific Ocean) to the north. With a population of 156.9 million people (including Madura) in mid 2024, proje ...
. * In
MATLAB MATLAB (an abbreviation of "MATrix LABoratory") is a proprietary multi-paradigm programming language and numeric computing environment developed by MathWorks. MATLAB allows matrix manipulations, plotting of functions and data, implementat ...
, kernel density estimation is implemented through the ksdensity function (Statistics Toolbox). As of the 2018a release of MATLAB, both the bandwidth and kernel smoother can be specified, including other options such as specifying the range of the kernel density. Alternatively, a free MATLAB software package which implements an automatic bandwidth selection method is available from the MATLAB Central File Exchange for *
1-dimensional data
*
2-dimensional data
*
n-dimensional data

A free MATLAB toolbox with implementation of kernel regression, kernel density estimation, kernel estimation of hazard function and many others is available o

(this toolbox is a part of the book ). * In
Mathematica Wolfram (previously known as Mathematica and Wolfram Mathematica) is a software system with built-in libraries for several areas of technical computing that allows machine learning, statistics, symbolic computation, data manipulation, network ...
, numeric kernel density estimation is implemented by the function SmoothKernelDistribution and symbolic estimation is implemented using the function KernelMixtureDistribution both of which provide data-driven bandwidths. * In Minitab, the Royal Society of Chemistry has created a macro to run kernel density estimation based on their Analytical Methods Committee Technical Brief 4. * In the NAG Library, kernel density estimation is implemented via the g10ba routine (available in both the Fortran and the C versions of the Library). * I
Nuklei
C++ kernel density methods focus on data from the Special Euclidean group SE(3). * In
Octave In music, an octave (: eighth) or perfect octave (sometimes called the diapason) is an interval between two notes, one having twice the frequency of vibration of the other. The octave relationship is a natural phenomenon that has been referr ...
, kernel density estimation is implemented by the kernel_density option (econometrics package). * In Origin, 2D kernel density plot can be made from its user interface, and two functions, Ksdensity for 1D and Ks2density for 2D can be used from it
LabTalk
Python, or C code. * In
Perl Perl is a high-level, general-purpose, interpreted, dynamic programming language. Though Perl is not officially an acronym, there are various backronyms in use, including "Practical Extraction and Reporting Language". Perl was developed ...
, an implementation can be found in th
Statistics-KernelEstimation module
* In PHP, an implementation can be found in th
MathPHP library
* In Python, many implementations exist:
pyqt_fit.kde Module
in th
PyQt-Fit package
SciPy SciPy (pronounced "sigh pie") is a free and open-source Python library used for scientific computing and technical computing. SciPy contains modules for optimization, linear algebra, integration, interpolation, special functions, fast Fourier ...
(scipy.stats.gaussian_kde), Statsmodels (KDEUnivariate and KDEMultivariate), and
scikit-learn scikit-learn (formerly scikits.learn and also known as sklearn) is a free and open-source machine learning library for the Python programming language. It features various classification, regression and clustering algorithms including support ...
(KernelDensity) (see comparison)
KDEpy
supports weighted data and its FFT implementation is orders of magnitude faster than the other implementations. The commonly used pandas librar

offers support for kde plotting through the plot method (df.plot(kind='kde')
. Th
getdist
package for weighted and correlated MCMC samples supports optimized bandwidth, boundary correction and higher-order methods for 1D and 2D distributions. One newly used package for kernel density estimation is seaborn ( import seaborn as sns , sns.kdeplot() ). A GPU implementation of KDE also exists. * In R, it is implemented through density in the base distribution, and bw.nrd0 function is used in stats package, this function uses the optimized formula in Silverman's book. bkde in th
KernSmooth library
ParetoDensityEstimation in th
DataVisualizations library
(for
pareto distribution The Pareto distribution, named after the Italian civil engineer, economist, and sociologist Vilfredo Pareto, is a power-law probability distribution that is used in description of social, quality control, scientific, geophysical, actuarial scien ...
density estimation), kde in th
ks library
dkden and dbckden in th

(latter for boundary corrected kernel density estimation for bounded support), npudens in th

(numeric and
categorical data In statistics, a categorical variable (also called qualitative variable) is a variable (research), 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 ...
), sm.density in th
sm library
For an implementation of the kde.R function, which does not require installing any packages or libraries, se
kde.R
Th

dedicated to urban analysis, implements kernel density estimation through kernel_smoothing. * In SAS, proc kde can be used to estimate univariate and bivariate kernel densities. * In Apache Spark, the KernelDensity() class * In Stata, it is implemented through kdensity; for example histogram x, kdensity. Alternatively a free Stata module KDENS is available allowing a user to estimate 1D or 2D density functions. * In
Swift Swift or SWIFT most commonly refers to: * SWIFT, an international organization facilitating transactions between banks ** SWIFT code * Swift (programming language) * Swift (bird), a family of birds It may also refer to: Organizations * SWIF ...
, it is implemented through SwiftStats.KernelDensityEstimation in the open-source statistics librar
SwiftStats


See also

*
Kernel (statistics) The term kernel is used in statistics, statistical analysis to refer to a window function. The term "kernel" has several distinct meanings in different branches of statistics. Bayesian statistics In statistics, especially in Bayesian statistics ...
* Kernel smoothing * Kernel regression * Density estimation (with presentation of other examples) * Mean-shift * Scale space: The triplets form a scale space representation of the data. * Multivariate kernel density estimation * Variable kernel density estimation * Head/tail breaks


Further reading

*


References


External links


Introduction to kernel density estimation
A short tutorial which motivates kernel density estimators as an improvement over histograms.

A free online tool that generates an optimized kernel density estimate.
Free Online Software (Calculator)
computes the Kernel Density Estimation for a data series according to the following Kernels: Gaussian, Epanechnikov, Rectangular, Triangular, Biweight, Cosine, and Optcosine.

An online interactive example of kernel density estimation. Requires .NET 3.0 or later. {{DEFAULTSORT:Kernel density estimation Estimation of densities Nonparametric statistics Machine learning