Local regression: Difference between revisions

Content deleted Content added
Add figure
Inserting the longer version of the acronym, also common, which matches the wording
Line 1:
[[Image:Loess_curve.svg|thumb|300 px|LOESS curve fitted to a population sampled from a [[sine wave]] with uniform noise added. The LOESS curve approximates the original sine wave. ]]
'''LOESS''', or '''LOWESS''' ('''locally weighted scatterplot smoothing'''), is one of many "modern" [[statistical model|modeling methods]] that build on [[classical statistics|"classical" methods]], such as linear and nonlinear [[Regression analysis|least squares regression]]. Modern regression methods are designed to 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 [[Non-linear regression|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 modeling are similar to LOESS in this respect. These methods have been consciously designed to use our current computational ability to the fullest possible advantage to achieve goals not easily achieved by traditional approaches.