1-Introduction to Exploratory Data Analysis Using R or Python-14!12!2024
1-Introduction to Exploratory Data Analysis Using R or Python-14!12!2024
Types of data
1
• Based on their mathematical properties, data
are divided into four groups: NOIR
Nominal
Ordinal
Interval
Ratio
• They are ordered with their increasing
accuracy
powerfulness of measurement
preciseness
wide application of statistical techniques
Types of data
8
• Nominal means name and count; data are
alphabetic or numerical in name only
• They are categories without order or
direction
• Their use is restricted to keeping track of
people, objects and events
• They are least powerful in measurement
with no arithmetic origin, order, direction
or distance relationship
• Hence nominal data is of restricted or
limited use
Types of data
9
• Gender, marital status or any
alphabetic/ numeric code without
intrinsic order or ranking
Sl. No. Subject Code
1 Physics P
2 Chemistry C
3 Mathematics M
4 Biology B
Types of data
10
Ordinal
Data
• Ordinal means rank or order
• Ordinal data place events in order; They are
ordered categories like rankings or scaling
• Ordinal data allows for setting up
inequalities and nothing much
• Adjacent ranks need not be equal in their
differences
• Has no absolute value (only relative
position in the inequality)
• More precise comparisons are not
possible
Types of data
11
Ordinal Data
2 Asha F 1 3’ 10” 39
3 Bhaskar M 5 4’ 5” 48
4 Chandru M 3 4’ 3” 41
Types of data 11
Relation among data types
Types of data 14
Discrete and Continuous
Data
• Numerical data could be either discrete or
continuous
• Continuous data can take any numerical value
(within a range); For example, weight, height,
etc.
• There can be an infinite number of possible
values in continuous data
• Discrete data can take only certain values by
a finite ‘jumps’, i.e., it ‘jumps’ from one value
to another but does not take any intermediate
value between them (For example, number of
students in the class)
Types of data 15
• A good example to distinguish discrete data
from continuous data is digital and analogue
meter or clock where digital is discrete and
analog is continuous
Types of data 16
• Continuous data is more precise than discrete
• Continuous data is more informative than discrete
• Continuous data can remove estimation and rounding of
measurements
• Continuous data is often more time consuming to
obtain
• Discrete should also be converted to continuous data when possible
as to obtain a higher level of information and detail
Types of data 17
Examples of conversion of
discrete to continuous
data
Types of data 18