Problem 5.2 Mean and variance of a kernel density estimate
In this problem, we will study the mean and variance of the kernel density estimate, i.e., the distribution p^(x). Let X={x1,…,xn} be the set of samples, and k~(x) be the kernel with bandwidth included. The estimated probability distribution is
p^(x)=n1i=1∑nk~(x−xi).(5.5)
Suppose that the kernel function k~(x) has zero mean and covariance H, i.e.,
Ek~[x]=∫k~(x)xdx=0,(5.6)
covk~(x)=∫k~(x)(x−Ek~[x])(x−Ek~[x])Tdx=H.(5.7)
(a) Show that the mean of the distribution p^(x) is the sample mean of X,
μ^=Ep^[x]=∫p^(x)xdx=n1i=1∑nxi.(5.8)