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?