Explain
Intuitive Explanation
The goal is to find the "center of mass" (mean) of the estimated distribution .
Recall that Kernel Density Estimation (KDE) constructs the distribution by placing a small "bump" (the kernel function ) on top of each data point . Each bump has a total probability mass of .
- Individual Bumps: Each individual kernel is centered at . By assumption (zero mean kernel), the mean of this individual bump is exactly .
- Mixture: The total distribution is just an average (mixture) of these bumps.
- Result: The mean of a mixture of distributions is simply the weighted average of the means of the individual distributions. Since each bump has weight and mean , the total mean is , which is the sample mean.
In simpler terms: The KDE balances perfectly around the original data points. It does not shift the center of the data.