1 / 13

Scatter plots

Scatter plots. Mini lessons. Clustering. What is clustering? Finding patterns in data, or grouping similar groups of data-points together into clusters. Clustering. Example. http://glowingpython.blogspot.com/2012/04/k-means-clustering-with-scipy.html. OUTLIERS.

devin
Télécharger la présentation

Scatter plots

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Scatter plots Mini lessons

  2. Clustering • What is clustering? • Finding patterns in data, or grouping similar groups of • data-points together into • clusters.

  3. Clustering • Example http://glowingpython.blogspot.com/2012/04/k-means-clustering-with-scipy.html

  4. OUTLIERS • What are outliers in data? • An outlier is an observation that lies an abnormal distance from other values in a random sample from a population. In a sense, this definition leaves it up to the analyst

  5. …OUTLIERS continued • (or a consensus process) to decide what will be considered abnormal. Before abnormal observations can be singled out, it is necessary to characterize normal observations.

  6. OUTLIERS • Example • / http://www.theanalysisfactor.com/outliers-to-drop-or-not-to-drop

  7. Positive • If the data displayed on the graph resembles a line rising from left to right the slope of the line is positive. There is a positive correlation between the two sets of data.

  8. Positive example http://www4.uwsp.edu/psych/stat/7/correlat.htm

  9. Negative • If the data set resembles a line falling from left to right, the slope of the line is negative. There is a negative correlation would exist.

  10. Negative Example http://www.psychologynoteshq.com/correlation/

  11. Linear association • A statistical term used to describe the relationship between a variable and a constant. This Constant is a proportion or slope. Linear relationships can be expressed in a graphical format where the variable and the constant are connected via a straight line or Y = 2x + 5

  12. Linear association • in a mathematical format where the independent variable is multiplied by the slope coefficient, added by a constant, which determines the dependent variable. Slope Coefficient Y = 2x + 5 Independent Variable Dependent Variable

  13. Nonlinear association • When graphed points do not form a straight line (linear) is called a Nonlinearassociation. The points could form a bell curve for example. http://gilgamesh.cheme.cmu.edu/doc/software/jacapo/9-numerics/9.4-curve-fitting/9.4.0-curve-fitting.html

More Related