Local regression or local polynomial regression, also known as moving regression, is a generalization of the moving average and polynomial regression. Its most common methods, initially developed for scatterplot smoothing, are LOESS (locally estimated scatterplot smoothing) and LOWESS (locally weighted scatterplot smoothing), both pronounced LOH-ess. They are two strongly related non-parametric regression methods that combine multiple regression models in a k-nearest-neighbor-based meta-model. In some fields, LOESS is known and commonly referred to as Savitzky–Golay filter (proposed 15 years before LOESS). LOESS and LOWESS thus build on "classical" methods, such as linear and nonlinear least squares regression. They address situations in which the classical procedures do not perform well or cannot be effectively applied without undue labor. LOESS combines much of the simplicity of linear least squares regression with the flexibility of nonlinear regression. It does this by fitting simple models to localized subsets of the data to build up a function that describes the deterministic part of the variation in the data, point by point. In fact, one of the chief attractions of this method is that the data analyst is not required to specify a global function of any form to fit a model to the data, only to fit segments of the data. The trade-off for these features is increased computation. Because it is so computationally intensive, LOESS would have been practically impossible to use in the era when least squares regression was being developed. Most other modern methods for process modelling are similar to LOESS in this respect. These methods have been consciously designed to use current computational ability to the fullest possible advantage to achieve goals not easily achieved by earlier approaches. A smooth curve through a set of data points obtained with this statistical technique is called a loess curve, particularly when each smoothed value is given by a weighted quadratic least squares regression over the span of values of the y-axis scattergram criterion variable. When each smoothed value is given by a weighted linear least squares regression over the span, this is known as a lowess curve. However, some authorities treat lowess and loess as synonyms.
History Local regression and closely related procedures have a long and rich history, having been discovered and rediscovered in different fields on multiple occasions. An early work by Robert Henderson studying the problem of graduation (a term for smoothing used in Actuarial literature) introduced local regression using cubic polynomials. Specifically, let Y j {\displaystyle Y_{j}} denote an ungraduated sequence of observations. Following Henderson, suppose that only the terms from Y − h {\displaystyle Y_{-h}} to Y h {\displaystyle Y_{h}} are to be taken into account when computing the graduated value of Y 0 {\displaystyle Y_{0}} , and W j {\displaystyle W_{j}} is the weight to be assigned to Y j {\displaystyle Y_{j}} . Henderson then uses a local polynomial approximation a + b j + c j 2 + d j 3 {\displaystyle a+bj+cj^{2}+dj^{3}} , and sets up the following four equations for the coefficients:
… excerpt ends here. Continue reading the full article.


