Content deleted Content added
No edit summary |
|||
Line 6:
==Definition of a LOESS model==
LOESS, originally proposed by Cleveland (1979)<!-- Please list this in a "References" section below. --> and further developed by Cleveland and Devlin (1988)<!-- Please list this in a "References" section below. -->, specifically denotes a method that is (somewhat) more descriptively known as locally weighted polynomial regression. At each point in the [[data set]] a low-degree [[polynomial]] is fit to a subset of the data, with [[explanatory variable]] values near the point whose [[response variable|response]] is being estimated. The polynomial is fit using [[weighted least squares]], giving more weight to points near the point whose response is being estimated and less weight to points further away. The value of the regression function for the point is then obtained by evaluating the local polynomial using the explanatory variable values for that
==Localized subsets of data==
|