HOME

TheInfoList



OR:

In
statistics Statistics (from German language, German: ''wikt:Statistik#German, Statistik'', "description of a State (polity), state, a country") is the discipline that concerns the collection, organization, analysis, interpretation, and presentation of ...
, kernel density estimation (KDE) is the application of
kernel smoothing A kernel smoother is a statistical technique to estimate a real valued function f: \mathbb^p \to \mathbb as the weighted average of neighboring observed data. The weight is defined by the ''kernel'', such that closer points are given higher weights. ...
for
probability 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 ...
, i.e., a non-parametric method to estimate the probability density function of a
random variable A random variable (also called random quantity, aleatory variable, or stochastic variable) is a mathematical formalization of a quantity or object which depends on random events. It is a mapping or a function from possible outcomes (e.g., the po ...
based on '' kernels'' as weights. KDE answers a fundamental data smoothing problem where inferences about the population 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 sound, images, and scientific measurements. Signal processing techniques are used to optimize transmissions, ...
and econometrics it is also termed the Parzen–Rosenblatt window method, after Emanuel Parzen and
Murray Rosenblatt Murray Rosenblatt (September 7, 1926 – October 9, 2019) was a statistician specializing in time series analysis who was a professor of mathematics at the University of California, San Diego. He received his Ph.D. at Cornell University. He was als ...
, 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 In statistics, naive Bayes classifiers are a family of simple "probabilistic classifiers" based on applying Bayes' theorem with strong (naive) independence assumptions between the features (see Bayes classifier). They are among the simplest Baye ...
, which can improve its prediction accuracy.


Definition

Let (''x''1, ''x''2, ..., ''xn'') be independent and identically distributed samples drawn from some univariate distribution with an unknown density ''ƒ'' at any given point ''x''. We are interested in estimating the shape of this function ''ƒ''. Its ''kernel density estimator'' is : \widehat_h(x) = \frac\sum_^n K_h (x - x_i) = \frac \sum_^n K\Big(\frac\Big), where ''K'' is the kernel — a non-negative function — and is a smoothing parameter called the ''bandwidth''. A kernel with subscript ''h'' is called the ''scaled kernel'' and defined as . Intuitively one wants to choose ''h'' 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, 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 construction of a kernel density estimate finds interpretations in fields outside of density estimation. For example, in thermodynamics, this is equivalent to the amount of heat generated when
heat kernel In the mathematical study of heat conduction and diffusion, a heat kernel is the fundamental solution to the heat equation on a specified domain with appropriate boundary conditions. It is also one of the main tools in the study of the spectru ...
s (the fundamental solution to the
heat equation In mathematics and physics, the heat equation is a certain partial differential equation. Solutions of the heat equation are sometimes known as caloric functions. The theory of the heat equation was first developed by Joseph Fourier in 1822 for t ...
) are placed at each data point locations ''xi''. Similar methods are used to construct discrete Laplace operators on point clouds for manifold learning (e.g.
diffusion map Diffusion maps is a dimensionality reduction or feature extraction algorithm introduced by Coifman and Lafon which computes a family of embeddings of a data set into Euclidean space (often low-dimensional) whose coordinates can be computed fr ...
).


Example

Kernel density estimates are closely related to histograms, 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 variance 2.25 (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 A free parameter is a variable in a mathematical model which cannot be predicted precisely or constrained by the model and must be estimated experimentally or theoretically. A mathematical model, theory, or conjecture is more likely to be right a ...
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 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 e^ The parameter \mu i ...
(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 ''h'' = 2 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 ''n'' 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 (\hat_h(x) - f(x))^2 \, dx \right/math> Under weak assumptions on ''ƒ'' and ''K'', (''ƒ'' is the, generally unknown, real density function), :\operatorname(h) = \operatorname(h) + \mathcal((nh)^ + h^4) where ''o'' is the little o notation, and ''n'' 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 ''g'', 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 were developed to select the bandwidth. Many review studies were carried out 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 ''h'' which has the same asymptotic order ''n''−1/5 as ''h''AMISE into the AMISE gives that AMISE(''h'') = ''O''(''n''−4/5), where ''O'' 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 ''n''−4/5 rate is slower than the typical ''n''−1 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 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 = \left(\frac\right)^ \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 \hat by the parameter A below: :A = min(standard deviation, interquartile range/1.34). 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 \hat is the
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, while ...
of the samples, n is the sample size. IQR is the interquartile range. 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 :\textstyle\frace^+\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 (''x''1, ''x''2, ..., ''xn''), it is natural to estimate the characteristic function as : \widehat\varphi(t) = \frac \sum_^n e^ Knowing the characteristic function, it is possible to find the corresponding probability density function through the
Fourier transform A Fourier transform (FT) is a mathematical transform that decomposes functions into frequency components, which are represented by the output of the transform as a function of frequency. Most commonly functions of time or space are transformed, ...
formula. One difficulty with applying this inversion formula is that it leads to a diverging integral, since the estimate \scriptstyle\widehat\varphi(t) is unreliable for large ''t''’s. To circumvent this problem, the estimator \scriptstyle\widehat\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” ''h'' controls how fast we try to dampen the function \scriptstyle\widehat\varphi(t). In particular when ''h'' is small, then ''ψh''(''t'') will be approximately one for a large range of ''t''’s, which means that \scriptstyle\widehat\varphi(t) remains practically unaltered in the most important region of ''t''’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 . Once the function ''ψ'' has been chosen, the inversion formula may be applied, and the density estimator will be : \begin \widehat(x) &= \frac \int_^ \widehat\varphi(t)\psi_h(t) e^ \, dt = \frac \int_^ \frac \sum_^n e^ \psi(ht) \, dt \\ pt &= \frac \sum_^n \frac \int_^ e^ \psi(ht) \, d(ht) = \frac \sum_^n K\Big(\frac\Big), \end where ''K'' is the
Fourier transform A Fourier transform (FT) is a mathematical transform that decomposes functions into frequency components, which are represented by the output of the transform as a function of frequency. Most commonly functions of time or space are transformed, ...
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 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 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 Math.NET Numerics is an open-source numerical library for .NET and Mono, written in C# and F#. It features functionality similar to BLAS and LAPACK. History Math.NET Numerics started 2009 by merging code and teams of dnAnalytics with Math.NE ...
is an open source library for numerical computation which include
kernel density estimation
* In CrimeStat, 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 products, kernel density mapping is managed out of the Spatial Analyst toolbox and uses the Quartic(biweight) kernel. * In
Excel ExCeL London (an abbreviation for Exhibition Centre London) is an exhibition centre, international convention centre and former hospital in the Custom House area of Newham, East London. It is situated on a site on the northern quay of the ...
, 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, 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 ha ...
, 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, the Weka (machine learning) package provide
weka.estimators.KernelEstimator
among others. * In JavaScript, 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 MATLAB, 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 Mathematica is a software system with built-in libraries for several areas of technical computing that allow machine learning, statistics, symbolic computation, data manipulation, network analysis, time series analysis, NLP, optimizat ...
, 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 ( la, octavus: eighth) or perfect octave (sometimes called the diapason) is the interval between one musical pitch and another with double its frequency. The octave relationship is a natural phenomenon that has been refer ...
, kernel density estimation is implemented by the kernel_density option (econometrics package). * In
Origin Origin(s) or The Origin may refer to: Arts, entertainment, and media Comics and manga * ''Origin'' (comics), a Wolverine comic book mini-series published by Marvel Comics in 2002 * ''The Origin'' (Buffy comic), a 1999 ''Buffy the Vampire Sl ...
, 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, 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.stats.gaussian_kde), Statsmodels (KDEUnivariate and KDEMultivariate), and scikit-learn (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 density estimation), kde in th

dkden and dbckden in th

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

(numeric and categorical variable, categorical data), 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 SAS or Sas may refer to: Arts, entertainment, and media * ''SAS'' (novel series), a French book series by Gérard de Villiers * ''Shimmer and Shine'', an American animated children's television series * Southern All Stars, a Japanese rock ba ...
, proc kde can be used to estimate univariate and bivariate kernel densities. * In Apache Spark, the KernelDensity() class * In
Stata Stata (, , alternatively , occasionally stylized as STATA) is a general-purpose statistical software package developed by StataCorp for data manipulation, visualization, statistics, and automated reporting. It is used by researchers in many fie ...
, 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, it is implemented through SwiftStats.KernelDensityEstimation in the open-source statistics librar
SwiftStats


See also

* Kernel (statistics) *
Kernel smoothing A kernel smoother is a statistical technique to estimate a real valued function f: \mathbb^p \to \mathbb as the weighted average of neighboring observed data. The weight is defined by the ''kernel'', such that closer points are given higher weights. ...
* 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 Kernel density estimation is a nonparametric technique for density estimation i.e., estimation of probability density functions, which is one of the fundamental questions in statistics. It can be viewed as a generalisation of histogram density esti ...
* Variable kernel density estimation * Head/tail breaks


Further reading

* Härdle, Müller, Sperlich, Werwatz, ''Nonparametric and Semiparametric Methods'', Springer-Verlag Berlin Heidelberg 2004, pp. 39–83


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