Understanding Basic Characteristics of Data

Slides:



Advertisements
Similar presentations
Descriptive Measures MARE 250 Dr. Jason Turner.
Advertisements

ISE 261 PROBABILISTIC SYSTEMS. Chapter One Descriptive Statistics.
B a c kn e x t h o m e Classification of Variables Discrete Numerical Variable A variable that produces a response that comes from a counting process.
Descriptive Statistics  Summarizing, Simplifying  Useful for comprehending data, and thus making meaningful interpretations, particularly in medium to.
© 2005 The McGraw-Hill Companies, Inc., All Rights Reserved. Chapter 12 Describing Data.
Chapter 1 Descriptive Analysis. Statistics – Making sense out of data. Gives verifiable evidence to support the answer to a question. 4 Major Parts 1.Collecting.
Descriptive Statistics  Summarizing, Simplifying  Useful for comprehending data, and thus making meaningful interpretations, particularly in medium to.
COMP5331: Knowledge Discovery and Data Minig
Exploratory Data Analysis. Computing Science, University of Aberdeen2 Introduction Applying data mining (InfoVis as well) techniques requires gaining.
Numerical Descriptive Techniques
Chapter 3 – Descriptive Statistics
ITEC6310 Research Methods in Information Technology Instructor: Prof. Z. Yang Course Website: c6310.htm Office:
Variable  An item of data  Examples: –gender –test scores –weight  Value varies from one observation to another.
Chapter 3 Descriptive Statistics: Numerical Methods Copyright © 2014 by The McGraw-Hill Companies, Inc. All rights reserved.McGraw-Hill/Irwin.
1 Laugh, and the world laughs with you. Weep and you weep alone.~Shakespeare~
Chapter 2 Describing Data.
Skewness & Kurtosis: Reference
Data Preprocessing Dr. Bernard Chen Ph.D. University of Central Arkansas Fall 2010.
An Introduction to Statistics. Two Branches of Statistical Methods Descriptive statistics Techniques for describing data in abbreviated, symbolic fashion.
Sampling Design and Analysis MTH 494 Ossam Chohan Assistant Professor CIIT Abbottabad.
Categorical vs. Quantitative…
9/28/2012HCI571 Isabelle Bichindaritz1 Working with Data Data Summarization.
To be given to you next time: Short Project, What do students drive? AP Problems.
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall2(2)-1 Chapter 2: Displaying and Summarizing Data Part 2: Descriptive Statistics.
LIS 570 Summarising and presenting data - Univariate analysis.
Tallahassee, Florida, 2016 CIS4930 Introduction to Data Mining Getting to Know Your Data Peixiang Zhao.
Data Preprocessing Compiled By: Umair Yaqub Lecturer Govt. Murray College Sialkot.
(Unit 6) Formulas and Definitions:. Association. A connection between data values.
1 By maintaining a good heart at every moment, every day is a good day. If we always have good thoughts, then any time, any thing or any location is auspicious.
Describing Data: Summary Measures. Identifying the Scale of Measurement Before you analyze the data, identify the measurement scale for each variable.
Slide 1 Copyright © 2004 Pearson Education, Inc.  Descriptive Statistics summarize or describe the important characteristics of a known set of population.
Chapter 2 Getting to Know Your Data Yubao (Robert) Wu Georgia State University.
Descriptive Statistics ( )
Exploratory Data Analysis
Chapter 2: Getting to Know Your Data
Exploring Data: Summary Statistics and Visualizations
INTRODUCTION TO STATISTICS
Business and Economics 6th Edition
MATH-138 Elementary Statistics
ISE 261 PROBABILISTIC SYSTEMS
Data Mining: Concepts and Techniques Data Understanding
Lecture Notes for Chapter 2 Introduction to Data Mining
Data Mining: Concepts and Techniques
COP 6726: New Directions in Database Systems
NUMERICAL DESCRIPTIVE MEASURES
Description of Data (Summary and Variability measures)
Laugh, and the world laughs with you. Weep and you weep alone
Introduction to Summary Statistics
Chapter 3 Describing Data Using Numerical Measures
Understanding Data Characteristics
Numerical Descriptive Measures
Descriptive Statistics
DAY 3 Sections 1.2 and 1.3.
Topic 5: Exploring Quantitative data
Data Mining: Concepts and Techniques Data Understanding
Basic Statistical Terms
STA 291 Spring 2008 Lecture 5 Dustin Lueker.
Introduction to Summary Statistics
Data Mining: Concepts and Techniques — Chapter 2 —
Welcome!.
Introduction to Summary Statistics
Honors Statistics Review Chapters 4 - 5
Introduction to Summary Statistics
Data Mining: Characterization
Introduction to Summary Statistics
Advanced Algebra Unit 1 Vocabulary
Business and Economics 7th Edition
Biostatistics Lecture (2).
Presentation transcript:

Understanding Basic Characteristics of Data Before getting into deeper analysis involving predictive modeling or pattern discovery, it is important to understand the basic characteristics of the data set. This includes the types, statistics, and distributions associated with various features or attributes, as well as general patterns or relationships that can be observed among variables and data objects. Getting a feel for the data through descriptive statistics or visualization helps in formulating the appropriate hypotheses, target the right subsets of the data, and to identify the relevant data mining tasks to be performed in the KDD process. Let’s first begin with some basic concepts and terminology related to data. Based in part on: Data Mining: Concepts and Techniques, Third Edition, by Han, Kamber, & Pei

Types of Data Sets Record/Semi-Structured Ordered Relational records Video data: sequence of images Data matrix, e.g., numerical matrix, crosstabs Temporal data: time-series Document data: text documents: term-frequency vector Sequential Data: transaction sequences Genetic sequence data Transaction data Spatial and multimedia Graph and network Spatial data: maps World Wide Web Image data Social or information networks Video data Molecular Structures May we categorize data along the following dimensions? - structured, semi-structured, and unstructured - numeric and categorical - static and dynamic (temporal?) - by application

Basic Data Objects Data sets are made up of data objects. A data object represents an entity. Examples: sales database: object  customers, store items, sales medical database: object  patients, treatments university database: object  students, professors, courses Also called samples , examples, instances, data points, objects, tuples, vectors. Data objects are described by attributes. Database rows  data objects; columns  attributes.

Attributes E.g., customer _ID, name, address, income, GPA, …. Attribute (or dimensions, features, variables): a data field representing a characteristic or property of a data object E.g., customer _ID, name, address, income, GPA, …. Types: Nominal (Categorical) Ordinal Numeric: quantitative Interval-scaled Ratio-scaled

Attribute Types Nominal (Categorical): categories, states, or “names of things” Hair_color = {auburn, black, blond, brown, grey, red, white} marital status, occupation, ID numbers, zip codes Often attributes with “yes” and “no” as values Binary Nominal attribute with only 2 states (0 and 1) Ordinal Values have a meaningful order (ranking) but magnitude between successive values is not known. Size = {small, medium, large}, grades, army rankings Month = {jan, feb, mar, … } Numeric Quantity (integer or real-valued) Could also be intervals or ratios

Discrete vs. Continuous Attributes Discrete Attribute Has only a finite or countable set of values E.g., zip codes, profession, or the set of words in a collection of documents Sometimes, represented as integer variables Note: Binary attributes are a special case of discrete attributes Continuous Attribute Has real numbers as attribute values E.g., temperature, height, or weight Practically, real values can only be measured and represented using a finite number of digits Continuous attributes are typically represented as floating-point variables

Basic Statistical Descriptions of Data Before deeper analysis, it’s important to explore the basic characteristics and relationships in the data set Descriptive Statistics To better understand the characteristics of attributes and fields: central tendency, variation, spread, etc. To get a feel for general patterns or relationships among variables: e.g., correlation, covariance, etc. Data Visualization Visual examination of data distributions often help in uncovering important patterns and guide further investigation or decision making

Measuring the Central Tendency Mean (algebraic measure) (sample vs. population): Note: n is sample size and N is population size. Weighted arithmetic mean: Trimmed mean: chopping extreme values Median: Middle value if odd number of values, or average of the middle two values otherwise Estimated by interpolation (for grouped data): Mode Value that occurs most frequently in the data Unimodal, bimodal, trimodal Empirical formula: Median interval

Symmetric vs. Skewed Data Median, mean and mode of symmetric, positively and negatively skewed data symmetric positively skewed negatively skewed November 14, 2018 Data Mining: Concepts and Techniques

Measuring the Dispersion of Data Quartiles, outliers and boxplots Quartiles: Q1 (25th percentile), Q3 (75th percentile) Inter-quartile range: IQR = Q3 – Q1 Five number summary: min, Q1, median, Q3, max Boxplot: ends of the box are the quartiles; median is marked; add whiskers, and plot outliers individually Outlier: usually, a value higher/lower than 1.5 x IQR Variance and standard deviation (sample: s, population: σ) Variance: (algebraic, scalable computation) Standard deviation s (or σ) is the square root of variance s2 (or σ2)

Properties of Normal Distribution Curve The normal (distribution) curve From μ–σ to μ+σ: contains about 68% of the measurements (μ: mean, σ: standard deviation) From μ–2σ to μ+2σ: contains about 95% of it From μ–3σ to μ+3σ: contains about 99.7% of it

Graphic Displays of Basic Statistical Descriptions Boxplot: graphic display of five-number summary Histogram: x-axis are values, y-axis repres. frequencies Quantile plot: each value xi is paired with fi indicating that approximately 100 fi % of data are  xi Quantile-quantile (q-q) plot: graphs the quantiles of one univariant distribution against the corresponding quantiles of another Scatter plot: each pair of values is a pair of coordinates and plotted as points in the plane JH: Maybe we can remove Loess curve

Boxplot Analysis Five-number summary of a distribution Boxplot Minimum, Q1, Median, Q3, Maximum Boxplot Data is represented with a box The ends of the box are at the first and third quartiles, i.e., the height of the box is IQR The median is marked by a line within the box Whiskers: two lines outside the box extended to Minimum and Maximum Outliers: points beyond a specified outlier threshold, plotted individually

Histogram Analysis Histogram: Graph display of tabulated frequencies, shown as bars It shows what proportion of cases fall into each of several categories Differs from a bar chart in that it is the area of the bar that denotes the value, not the height as in bar charts, a crucial distinction when the categories are not of uniform width The categories are usually specified as non-overlapping intervals of some variable. The categories (bars) must be adjacent

Data Mining: Concepts and Techniques Quantile Plot Displays all of the data (allowing the user to assess both the overall behavior and unusual occurrences) Plots quantile information For a data xi data sorted in increasing order, fi indicates that approximately 100 fi% of the data are below or equal to the value xi Data Mining: Concepts and Techniques

Scatter plot Provides a first look at bivariate data to see clusters of points, outliers, etc Each pair of values is treated as a pair of coordinates and plotted as points in the plane

Positively and Negatively Correlated Data Above-left: positively correlated Above-right: negative correlated

Uncorrelated Data

Correlation Analysis (Nominal Data) Χ2 (chi-square) test The larger the Χ2 value, the more likely the variables are related The cells that contribute the most to the Χ2 value are those whose actual count is very different from the expected count Correlation does not imply causality # of hospitals and # of car-theft in a city are correlated Both are causally linked to the third variable: population

Chi-Square Calculation: An Example Χ2 (chi-square) calculation (numbers in parenthesis are expected counts calculated based on the data distribution in the two categories) It shows that like_science_fiction and play_chess are correlated in the group Play chess Not play chess Sum (row) Like science fiction 250(90) 200(360) 450 Not like science fiction 50(210) 1000(840) 1050 Sum(col.) 300 1200 1500

Correlation Analysis (Numeric Data) Correlation coefficient (also called Pearson’s product moment coefficient) where n is the number of tuples, and are the respective means of A and B, σA and σB are the respective standard deviation of A and B, and Σ(aibi) is the sum of the AB cross-product. If rA,B > 0, A and B are positively correlated (A’s values increase as B’s). The higher, the stronger correlation. rA,B = 0: independent; rAB < 0: negatively correlated

Visually Evaluating Correlation Scatter plots showing the similarity from –1 to 1.

Correlation (viewed as linear relationship) Correlation measures the linear relationship between objects To compute correlation, we standardize data objects, A and B, and then take their dot product

Visualizing Patterns Using Aggregation Example: Cross Tabulation Windy Not Windy Outlook = sunny 2 3 Outlook = rain Outlook = overcast

Other Types of Statistics / Visualization Understanding Properties of Text Zipf distribution TF x IDF Tag/Word Clouds Graph Visualization