Teaching:TUW - UE InfoVis WS 2008/09 - Gruppe 02 - Aufgabe 1 - Scatterplot: Difference between revisions

From InfoVis:Wiki
Jump to navigation Jump to search
(Ok for now...)
No edit summary
Line 5: Line 5:
Perfect linear correlation results in all samples lying on the regression line with positive or negative incline dependent on the sign of the correlation coefficient [MSTE, 1997]. Note, that the nonzero incline of the line is insignificant in this kind of diagram [Wikipedia 3, 2008] since it is dependent on axis scales.
Perfect linear correlation results in all samples lying on the regression line with positive or negative incline dependent on the sign of the correlation coefficient [MSTE, 1997]. Note, that the nonzero incline of the line is insignificant in this kind of diagram [Wikipedia 3, 2008] since it is dependent on axis scales.


An example of perfect correlation can be seen on the right together with other patterns: strong  
An example of perfect correlation can be seen in Figure1 together with other patterns: strong  
positive, weak negative and one example of variables without significant correlation.
positive, weak negative and one example of variables without significant correlation.


[[Image:SomeScatterplots.jpg|right|200px|thumb|Some scatterplots.]]
[[Image:SomeScatterplots.jpg|right|200px|thumb|Figure1: Some scatterplots.]]


The plot below features a regression line to further increase expressiveness. The regression function is not necessarily chosen linear as in this example. Any kind of curve may fit a plot (quadratic, splines, ...). Generally, the curve with the smallest sum of squared distances to the points is sought after, [NetMBA, 2008]. For an introduction on linear regression, see [Wikipedia 4, 2008; Wikipedia 5, 2008].
Figure2 features a regression line to further increase expressiveness. The regression function is not necessarily chosen linear as in this example. Any kind of curve may fit a plot (quadratic, splines, ...). Generally, the curve with the smallest sum of squared distances to the points is sought after, [NetMBA, 2008]. For an introduction on linear regression, see [Wikipedia 4, 2008; Wikipedia 5, 2008].


[[Image:WeakNegativeCorrelationLine.jpg|right|200px|thumb|Regression line.]]
[[Image:WeakNegativeCorrelationLine.jpg|right|200px|thumb|Figure2: Regression line.]]


Further properties of data sets that are easily discovered are the presence of clusters and outlyers.
Further properties of data sets that are easily discovered are the presence of clusters and outlyers(Figure3).


[[Image:ClustersOutlyers.jpg|right|200px|thumb|Clusters, outlyers.]]
[[Image:ClustersOutlyers.jpg|right|200px|thumb|Figure3: Clusters, outlyers.]]





Revision as of 06:59, 16 November 2008

A scatterplot (also called a scatter chart, scatter diagram or scatter graph [Wikipedia1, 2008]) is a diagram in which the values of two metric variables are applied to the horizontal and vertical axes of a cartesian coordinate system. The resulting point in the graph represents one record from a data set. The distribution pattern of points from multiple records reveals, among other qualities, the correlation between the selected variables in the data set. The scatterplot is not to be confused with the correlation plot [NIST, 2008] which treats already adopted correlation coefficients in different data groups, while the term correlation diagram does not seem to be bound.

Revealed Information

Perfect linear correlation results in all samples lying on the regression line with positive or negative incline dependent on the sign of the correlation coefficient [MSTE, 1997]. Note, that the nonzero incline of the line is insignificant in this kind of diagram [Wikipedia 3, 2008] since it is dependent on axis scales.

An example of perfect correlation can be seen in Figure1 together with other patterns: strong positive, weak negative and one example of variables without significant correlation.

Figure1: Some scatterplots.

Figure2 features a regression line to further increase expressiveness. The regression function is not necessarily chosen linear as in this example. Any kind of curve may fit a plot (quadratic, splines, ...). Generally, the curve with the smallest sum of squared distances to the points is sought after, [NetMBA, 2008]. For an introduction on linear regression, see [Wikipedia 4, 2008; Wikipedia 5, 2008].

Figure2: Regression line.

Further properties of data sets that are easily discovered are the presence of clusters and outlyers(Figure3).

Figure3: Clusters, outlyers.


Scatterplots of Higher Dimensions

Scatterplots are not restricted to records with only two variables. Higher dimensional data can be displayed by adding the third axis to the plot or by assigning point properties (color, size, shape).

TODO: add figure with colored 3D plot,

For an example of a threedimensional scatterplot refer to [Wikipedia 1, 2008]. A way of plotting multidimensional data without the use of the third axis can be found in [Demsar, 2008].

Treating Discrete Data

For continuously distributed data, scatterplots do well in visualizing density. The problem with discrete data is the possibility of more than one record sharing one point in the diagram (overplotting). One solution is to alter the point representation according to density, as is achieved by sun flower plots in which each point symbol gains radial segments as a consequence, [Wikipedia 2, 2008]. Examples can be found here: [Friendly, 2006; addictedtor, 2005].


References

External Links