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)=n1∑∗i=1nk~(x−xi).(5.5)
Suppose that the kernel function k~(x) has zero mean and covariance H, i.e.,
E∗k~[x]=∫k~(x)xdx=0,(5.6)
covk~(x)=∫k~(x)(x−Ek~[x])(x−E_k~[x])Tdx=H.(5.7)
(c) What does this tell you about the properties of the kernel density estimate p^(x)? How does this relate to the bias of the kernel density estimator?