My understanding of kernel densities is more intuitive than it is formal. I get the whole idea that observations that are far away from Xi are down-weighted, resulting in smoothing. However, the vast majority of tutorials on the subject use built-in code for this, and I'm a little lost when looking at using the formula to compute this from scratch.
There are many different smoothing formulas. Lets just use one of the most common:
I understand the first part only: three fourths times (one minus resid squared), but what does the latter inequality mean? is that the domain? or is it i as in imaginary number? I don't find it particularly clear.
If someone could provide a short worked example of computing the first few values of a kernel density series, that would be ideal.