How where first 3 displays generated?

Slides:



Advertisements
Similar presentations
Lecture 2 Summarizing the Sample. WARNING: Today’s lecture may bore some of you… It’s (sort of) not my fault…I’m required to teach you about what we’re.
Advertisements

IB Math Studies – Topic 6 Statistics.
Chapter 13 Conducting & Reading Research Baumgartner et al Data Analysis.
Chapter 11: Inference for Distributions
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.
 Multiple choice questions…grab handout!. Data Analysis: Displaying Quantitative Data.
Exploratory Data Analysis. Computing Science, University of Aberdeen2 Introduction Applying data mining (InfoVis as well) techniques requires gaining.
Chapter 11 Inference for Distributions AP Statistics 11.1 – Inference for the Mean of a Population.
MAT 1000 Mathematics in Today's World. Last Time 1.Three keys to summarize a collection of data: shape, center, spread. 2.Can measure spread with the.
Chapter 21 Basic Statistics.
 Two basic types Descriptive  Describes the nature and properties of the data  Helps to organize and summarize information Inferential  Used in testing.
Revision Analysing data. Measures of central tendency such as the mean and the median can be used to determine the location of the distribution of data.
Measurement Variables Describing Distributions © 2014 Project Lead The Way, Inc. Computer Science and Software Engineering.
Normal Distributions (aka Bell Curves, Gaussians) Spring 2010.
Histograms. Histograms have some similar characteristics as other graphical representations... Shape: Left skewed, right skewed, symmetric, unimodal,
(Unit 6) Formulas and Definitions:. Association. A connection between data values.
Describing Data Week 1 The W’s (Where do the Numbers come from?) Who: Who was measured? By Whom: Who did the measuring What: What was measured? Where:
AP Review Exploring Data. Describing a Distribution Discuss center, shape, and spread in context. Center: Mean or Median Shape: Roughly Symmetrical, Right.
5-Analyzing trends in categorical data Dot plots and frequency tables 1-Ways to represent data Data 4.
Describing Distributions
Thursday, May 12, 2016 Report at 11:30 to Prairieview
Continuous random variables
Exploratory Data Analysis
Data graphing facts.
Exploring Data: Summary Statistics and Visualizations
CHAPTER 2 Modeling Distributions of Data
CHAPTER 2 Modeling Distributions of Data
EXPLORATORY DATA ANALYSIS and DESCRIPTIVE STATISTICS
ISE 261 PROBABILISTIC SYSTEMS
Data Mining: EXPLORING DATA
On Interpreting I Interpreting Histograms, Density Functions, distributions of a single attribute What is the type of the attribute? What is the mean.
CHAPTER 2 Modeling Distributions of Data
Good Afternoon! Agenda: Knight’s Charge-please wait for direction
Chapter 1 & 3.
Distributions and Graphical Representations
Unit 1 - Graphs and Distributions
Basics of Statistics.
3.4 Histograms.
CHAPTER 2 Modeling Distributions of Data
Honors Statistics Chapter 4 Part 4
Univariate Visualization
DS4 Interpreting Sets of Data
On Interpreting I Interpreting Histograms, Density Functions, distributions of a single attribute What is the type of the attribute? What is the mean.
Representation of Data
Example Histogram c) Interpret the following histogram that captures the percentage of body-fat in a testgroup [4]:  
CHAPTER 2 Modeling Distributions of Data
Inference for Distributions
Means & Medians.
CHAPTER 2 Modeling Distributions of Data
CHAPTER 2 Modeling Distributions of Data
Welcome!.
On Interpreting I Interpreting Histograms, Density Functions, distributions of a single attribute What is the type of the attribute? What is the mean.
CHAPTER 2 Modeling Distributions of Data
Honors Statistics Review Chapters 4 - 5
CHAPTER 2 Modeling Distributions of Data
CHAPTER 2 Modeling Distributions of Data
Lesson – Teacher Notes Standard:
Describing Data: Displaying and Exploring Data
Basic Practice of Statistics - 3rd Edition
CHAPTER 2 Modeling Distributions of Data
CHAPTER 2 Modeling Distributions of Data
Fall Final Topics by “Notecard”.
Lesson Plan Day 1 Lesson Plan Day 2 Lesson Plan Day 3
Warm Up 4/30 What are you thankful for?
Essential Statistics Inference about a Population Mean
CHAPTER 2 Modeling Distributions of Data
Data exploration and visualization
Measures of location: The Mode and Modal Class
CHAPTER 2 Modeling Distributions of Data
Presentation transcript:

How where first 3 displays generated? Density estimation techniques where used to create the plots; the goal of density estimation is to generate a density functions for a given set of samples; usually, non-parametric density estimation approaches are used to create such density plots. http://en.wikipedia.org/wiki/Density_estimation http://en.wikipedia.org/wiki/Kernel_density_estimation Parametric density estimation: http://en.wikipedia.org/wiki/Maximum_likelihood

On Interpreting I Interpreting Histograms, Density Functions, distributions of a single attribute What is the type of the attribute? What is the mean value; what is the mode? Is the a lot of spread or not (compute the standard deviation) Is the distribution unimodal (one hill or no hill)) or multi-modal (multiple hills)? Is the distribution skewed (e.g. compare mean with median)? Are there any outliers? Are there any duplicate values? Are there any gaps in the attribute value distribution? Characterize the shape of the density function!

On Interpreting II Interpreting Scatter Plots and Similar Display Characterize the distribution of each class in the attribute space; is it unimodal or mult-imodal? Characterize the overall distribution (including all examples); do you observe any correlation or other characteristics? Analyze the separation of a single class from all the other classes. Analyze the separation between pairs of classes. If classes overlap characterize the extend to which they overlap. If decision boundaries between classes can be inferred characterize those decision boundaries. Assess the difficulty of the classification based on your findings of looking at a set of scatter plots.

Body fat Histogram

Scatter Plot Array of Iris Attributes

On Interpreting I Interpreting Histograms, Density Functions, distributions of a single attribute What is the type of the attribute? Positive real numbers What is the mean value; what is the mode? Is the a lot of spread or not (compute the standard deviation)? Not much Is the distribution unimodal (one hill or no hill)) or multi-modal (multiple hills)? One hill or two hills, depending on how you interpret the data. The second hill is not very well separated; therefore I would say unimodal. Is the distribution skewed (e.g. compare mean with median)? Are there any outliers? Yes values above 45…? Are there any duplicate values? Are there any gaps in the attribute value distribution? Yes two gaps: 1)… 2)… Characterize the shape of the density function! Bell Curve

On Interpreting II (pedal length/width) Interpreting Scatter Plots and Similar Display Characterize the distribution of each class in the attribute space; is it unimodal or mult-imodal? Unimodal each. Characterize the overall distribution (including all examples); do you observe any correlation or other characteristics? quite strong positive correlation between the two attributes. Analyze the separation of a single class from all the other classes. Analyze the separation between pairs of classes. Blue is clearly separated from the two other; red and green only slightly overlap; If classes overlap characterize the extend to which they overlap. If decision boundaries between classes can be inferred characterize those decision boundaries. Test using just sepal length will mostly do a good job. Assess the difficulty of the classification based on your findings of looking at a set of scatter plots. Easy