Data Type: Difference between revisions

From InfoVis:Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 3: Line 3:
*'''[[nominal]]:''' Unordered set (only = or != relations) <br>Example: film titles.  
*'''[[nominal]]:''' Unordered set (only = or != relations) <br>Example: film titles.  
*'''[[ordinal]]:''' Ordered set (=, !=, <, and > relations)<br>Example: film ratings.  
*'''[[ordinal]]:''' Ordered set (=, !=, <, and > relations)<br>Example: film ratings.  
*'''discrete:''' Numeric range (Integer, arithmetic possible) <br>Example:film year.  
*'''[[discrete]]:''' Numeric range (Integer, arithmetic possible) <br>Example:film year.  
*'''continuous:''' Numeric range (Real/float numbers, arithmetic possible)<br>Example: film length.  
*'''[[continuous]]:''' Numeric range (Real/float numbers, arithmetic possible)<br>Example: film length.  
*'''binary:''' true or false (Boolean arithmetic)<br>Example: film available.  
*'''binary:''' true or false (Boolean arithmetic)<br>Example: film available.  



Revision as of 13:44, 21 May 2007

The data type of a parameter describes the kind of scale within which the values of a parameter might be given in.

  • nominal: Unordered set (only = or != relations)
    Example: film titles.
  • ordinal: Ordered set (=, !=, <, and > relations)
    Example: film ratings.
  • discrete: Numeric range (Integer, arithmetic possible)
    Example:film year.
  • continuous: Numeric range (Real/float numbers, arithmetic possible)
    Example: film length.
  • binary: true or false (Boolean arithmetic)
    Example: film available.

Note: Other often used terms in relation to data types are qualitative, quantitative, and categorical. Whereas qualitative subsumes nominal and ordinal, quantitative subsumes discrete and continuous, and categorical might be nominal, ordinal, or discrete data.