Say you have an independent sample X_1, X_2, ..., X_n drawn from some population where each X_i have the same univariate density f(x). You estimate this density function using a non-parametric kernel density estimator f_kde(x).
My question is that since, f_kde(x) is an estimate of f(x), can you use the mean of f_kde(x), that is the integral of x*f_kde(x) over all x, as an estimator for the mean of the population you have sampled from?
My question is that since, f_kde(x) is an estimate of f(x), can you use the mean of f_kde(x), that is the integral of x*f_kde(x) over all x, as an estimator for the mean of the population you have sampled from?