Scatterplot smoothing
This article or section is undergoing significant expansion or restructuring. You are welcome to assist in its construction by editing it as well. If this article or section has not been edited in several days, please remove this template. If you are actively editing this article or section, you can replace this template with {{in use|5 minutes}}.
This article was last edited by Melcombe (talk | contribs) 15 years ago. (Update timer) |
In 2D scatter plots, various smoothing methods are available to fit a function through the points to best represent the relationship between the variables.
Scatter plots may be smoothed by fitting a line to the data points in a diagram. This line attempts to display the non-random component of the association between the variables in a 2D scatter plot.
Smoothing is normally accomplished by using any one of the techniques mentioned below.
- A straight line
- A Quadratic or a Polynomial Line
- Smoothing splines
Of these the smoothing splines technique is applied when greater flexibility is needed in nonlinear associations. The curve is fitted in such a way that provides the best fit, often defined as the fit that results in the minimum sum of the squared errors (Least Squares Criterion).
The use of smoothing seperates the non-random data from the random fluctuations and allows to predict the response based value of the explanatory variable.[1]
See Also