Data Type: Difference between revisions

From InfoVis:Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
The '''data type''' of a parameter describes the kind of scale within which the values of a parameter might be given in.
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) <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.  


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




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

Revision as of 10:01, 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.