Data set

From Wikipedia, the free encyclopedia
Jump to: navigation, search

A dataset (or data set) 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 dataset in question. It lists values for each of the variables, such as height and weight of an object. Each value is known as a datum. The dataset may comprise data for one or more members, corresponding to the number of rows.


Contents

History [edit]

Historically, the term originated in the mainframe field, where it had a well-defined meaning, very close to contemporary computer file[citation needed].

Properties [edit]

Several characteristics define a dataset's structure and properties. These include the number and types of the attributes or variables, and various statistical measures applicable to them, such as standard deviation and kurtosis.[1]

In the simplest case, there is only one variable, and the dataset consists of a single column of values, often represented as a list. In spite of the name, such a univariate dataset is not a set in the usual mathematical sense, since a given value may occur multiple times. Usually the order does not matter, and then the collection of values may be considered a multiset rather than an (ordered) list[original research?].

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. More generally, values may be of any of the kinds described as a level of measurement. For each variable, the values are normally all of the same kind. However, there may also be missing values, which must be indicated in some way.

In statistics, datasets usually come from actual observations obtained by sampling a statistical population, and each row corresponds to the observations on one element of that population. Datasets may further be generated by algorithms for the purpose of testing certain kinds of software. Some modern statistical analysis software such as SPSS still present their data in the classical dataset fashion

Classic datasets [edit]

Several classic datasets have been used extensively in the statistical literature:

  • Anscombe's quartet Small dataset illustrating the importance of graphing the data to avoid statistical fallacies

See also [edit]

[3]

Notes [edit]

External links [edit]