-
Expression for Variance:
var(p^(x))=var(n1∑i=1nk~(x−xi))
Because xi are i.i.d., the variance of the sum is the sum of variances (covariance terms are zero).
var(p^(x))=n21∑i=1nvar(k~(x−xi))=n1var(k~(x−x1))
-
Apply Variance Inequality:
Using var(Y)≤E[Y2]:
var(p^(x))≤n1E[(k~(x−x1))2]
-
Expand the square term:
Recall k~(u)=hd1k(u/h).
(k~(x−x1))2=(hd1k(hx−x1))2=hd1k(hx−x1)⋅hd1k(hx−x1)
-
Apply the bound on Kernel:
Using the hint k(u)≤maxxk(x), let M=maxxk(x).
(k~(x−x1))2≤hd1k(hx−x1)⋅hd1M=hdMk~(x−x1)
-
Compute Expectation:
E[(k~(x−x1))2]≤E[hdMk~(x−x1)]=hdME[k~(x−x1)]
From part (a), we know E[k~(x−x1)]=E[p^(x)].
E[(k~(x−x1))2]≤hdME[p^(x)]
-
Final Result:
Substitute back into the variance inequality from step 2:
var(p^(x))≤n1(hdME[p^(x)])=nhd1ME[p^(x)]