Problem 5.1 Bias and variance of the kernel density estimator
In this problem, we will derive the bias and variance of the kernel density estimator. Let X={x1,⋯,xn} be the r.v. samples, drawn independently according to the true density p(x).
(b) Show that the variance of the estimator is bounded by
varX(p^(x))≤nhd1xmax(k(x))E[p^(x)].(5.2)
Hint: the following properties will be helpful:
var(x)=E[x2]−(E[x])2≤E[x2],(5.3)
k(hx−xi)≤xmaxk(x),(5.4)
and Problem 1.4.