Revision as of 12:53, 29 April 2007 editKuru (talk | contribs)Edit filter managers, Autopatrolled, Administrators204,807 edits rmv linkspam← Previous edit | Revision as of 23:09, 20 May 2007 edit undoRuud Koot (talk | contribs)31,416 edits merge from Classic data setsNext edit → | ||
Line 8: | Line 8: | ||
While the term suggests a relationship to ] it should not be assumed that a given data set is, in fact, a ] in the usual mathematically sense. The rows of a data set need not be distinct, and so a data set is technically a ]. | While the term suggests a relationship to ] it should not be assumed that a given data set is, in fact, a ] in the usual mathematically sense. The rows of a data set need not be distinct, and so a data set is technically a ]. | ||
== Classic data sets == | |||
Several classic ]s have been used extensively in the ] literature: | |||
* ] - multivariate data set introduced by ] (1936). | |||
* '']'' - Data sets used in the book, ''An Introduction to Categorical Data Analysis'', by Agresti are | |||
*'']'' - Data sets used in ''Robust Regression and Outlier Detection'' (Rousseeuw and Leroy, 1986). | |||
*'']'' - Data used in Chatfield's book, ''The Analysis of Time Series'', are | |||
*''Extreme values'' - Data used in the book, ''An Introduction to the Statistical Modeling of Extreme Values'' are , the book's author. | |||
*''Bayesian Data Analysis'' - Data used in the book, ''] Data Analysis'', are , one of the book's authors. | |||
* The , used in several papers in the machine learning (data mining) literature. | |||
] | |||
==Other uses== | ==Other uses== |
Revision as of 23:09, 20 May 2007
A data set (or dataset) is a collection of data, usually presented in tabular form. Each column represents a particular variable, and each row is an assignment of values for each of the variables to a member of the set in question.
In the simplest case, there is only one variable, and then the data set consists of a single column of values, often represented as a list.
The values may be numbers, such as real numbers or integers, for example representing a person's height in centimeters, but may also be nominal data (i.e., not consisting of numerical values), for example representing a person's ethnicity. For each variable, the values will normally all be of the same kind. However, there may also be "missing values", which need to be indicated in some way.
In statistics data sets usually come from actual observations obtained by sampling a statistical population, and each row corresponds to the observations on one element of that population. Data sets may further be generated by algorithms for the purpose of testing certain kinds of software.
While the term suggests a relationship to set theory it should not be assumed that a given data set is, in fact, a set in the usual mathematically sense. The rows of a data set need not be distinct, and so a data set is technically a multiset.
Classic data sets
Several classic data sets have been used extensively in the statistical literature:
- Iris flower data set - multivariate data set introduced by Fisher (1936).
- Categorical data analysis - Data sets used in the book, An Introduction to Categorical Data Analysis, by Agresti are provided on-line by StatLib.
- Robust statistics - Data sets used in Robust Regression and Outlier Detection (Rousseeuw and Leroy, 1986). Provided on-line at the University of Cologne.
- Time series - Data used in Chatfield's book, The Analysis of Time Series, are provided on-line by StatLib.
- Extreme values - Data used in the book, An Introduction to the Statistical Modeling of Extreme Values are provided on-line by Stuart Coles, the book's author.
- Bayesian Data Analysis - Data used in the book, Bayesian Data Analysis, are provided on-line by Andrew Gelman, one of the book's authors.
- The Bupa liver data, used in several papers in the machine learning (data mining) literature.
Other uses
Files are called data sets in the MVS operating system (see Data set (IBM mainframe)) and in statistical packages such as SAS or SPSS.
See also
This computer science article is a stub. You can help Misplaced Pages by expanding it. |