Multivariate kernel density estimation: Difference between revisions

Content deleted Content added
convert depreciated tt tag. Also fix missing opening/closing tt tag using AWB (10497)
Fix a typo: underyling -> underlying.
Line 11:
[[File:Synthetic data 2D KDE.png|thumb|center|500px|alt=Left. Individual kernels. Right. Kernel density estimate.|Construction of 2D kernel density estimate. Left. Individual kernels. Right. Kernel density estimate.]]
 
The goal of density estimation is to take a finite sample of data and to make inferences about the underylingunderlying probability density function everywhere, including where no data are observed. In kernel density estimation, the contribution of each data point is smoothed out from a single point into a region of space surrounding it. Aggregating the individually smoothed contributions gives an overall picture of the structure of the data and its density function. In the details to follow, we show that this approach leads to a reasonable estimate of the underlying density function.
 
==Definition==