Local regression: Difference between revisions

Content deleted Content added
mNo edit summary
Gpeilon (talk | contribs)
No edit summary
Line 3:
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.
 
Plotting a smooth curve through a set of data points using this statistical technique is called a '''Loess Curve''', particularily 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.
 
==Definition of a LOESS model==