I'm wondering where does the "nonparametric" label of locally weighted regression like LOESS or LOWESS comes from, i.e. why they are nonparametric methods?
Also, I would like to know in general how this locally weighted regression algorithm is implemented in statistical software like R. Specifically, I'm wondering how to choose which x values to be used as the "center" of a window to fit the local weighted regression? Or do we do this for each of the observations?
You may be thinking of 'nonparametric' in the sense of the probability distribution (sometimes called 'distribution-free', though the two are not quite synonyms), as discussed in part 1. of the same link (if somewhat mangled).
The two senses of the word are closely related. See the discussion in the last two thirds of this answer
– Glen_b Feb 21 '15 at 01:19