Classic Data Sets Articles about
Data Set
Website Links For
Data
 

Information About

Classic Data Sets




A data set (or '''dataset''') is a collection of Data , usually presented in tabular form. Each column represents a particular variable. Each row corresponds to a given member of the data set in question. It lists values for each of the variables, such as height and weight of an object or values of random numbers. The data set may comprise data for ''one or more members'', corresponding to the number of rows,

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 Number s or Integer s, 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 Set s have been used extensively in the Statistical literature:



REFERENCES



EXTERNAL LINKS