Exploratory Data Analysis (EDA): Difference between revisions

From InfoVis:Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
== References ==
== References ==


*[Filliben, 2005]: James J. Filliben, NIST/SEMATECH ''e-Handbook of Statistical Methods'', http://www.itl.nist.gov/div898/handbook/, 2005.
*[Filliben, 2005]: James J. Filliben, NIST/SEMATECH { http://www.itl.nist.gov/div898/handbook/|''e-Handbook of Statistical Methods''}, 2005.


[[Category: Glossary]]
[[Category: Glossary]]

Revision as of 19:40, 19 June 2005

Exploratory data analysis (EDA) was introduced by John Tukey as an approach to analyze data when there is only a low level of knowledge about its cause system as well as contextual information. EDA aims at letting the data itself influence the process of suggesting hypotheses instead of only using it to evaluate given (a priori) hypotheses.
EDA is an approach to data analysis that postpones the usual assumptions about what kind of model the data follow with the more direct approach of allowing the data itself to reveal its underlying structure and model.
[Filliben, 2005]


Furthermore, EDA can be used to support the selection of appropriate statistical tools as well as to provide a basis for statistical inference and further data collection.

Essential to EDA are graphical tools like box plots, stem–and–leaf plots, scatter plots, or timelines.

References