This document provides an introduction to kernel density estimation for non-parametric density estimation. It discusses how kernel density estimation works by placing a kernel over each data point and summing the kernels to estimate the probability density function without parametric assumptions. The key steps are: (1) using a kernel function like the Parzen window to determine how many points fall within a region of size h centered on the point x to estimate; (2) the estimate is the sum of the kernel values divided by the sample size N and volume h^D; and (3) the bandwidth h acts as a smoothing parameter, with a wider h producing a smoother estimate.
Related topics: