Chapter 5&6 Histograms Plots. Histogram A frequency distribution shown in graphical form. Frequency: Number of times that a data value occurs in the data.

Slides:



Advertisements
Similar presentations
The __________ ___________ or ____________ ____________ __________ What is it? Not a graph itself, but a prelude to an important statistical graph.
Advertisements

Random Sampling and Data Description
Copyright © 2013, 2009, and 2007, Pearson Education, Inc. Chapter 2 Exploring Data with Graphs and Numerical Summaries Section 2.2 Graphical Summaries.
8.1 Types of Data Displays Remember to Silence Your Cell Phone and Put It In Your Bag!
T T02-03 Histogram (Equal Classes) Purpose Allows the analyst to analyze quantitative data by summarizing it in sorted format, scattergram by.
Chapter 2 McGraw-Hill/Irwin
Creating a Histogram using the Histogram Function.
Histograms Capital Credit Union Issue: Analyze credit card balances for Capital Credit Union customers using a frequency distribution and histogram. Objective:
Lesson 5 Histograms and Box Plots. Histograms A bar graph that is used to display the frequency of data divided into equal intervals. The bars must be.
T T02-06 Histogram (6 SD) Purpose Allows the analyst to analyze quantitative data by summarizing it in sorted format, scattergram by observation,
Chapter 2 Graphs, Charts, and Tables – Describing Your Data
ISE 261 PROBABILISTIC SYSTEMS. Chapter One Descriptive Statistics.
Organization and description of data
T T02-04 Histogram (User Selected Classes) Purpose Allows the analyst to analyze quantitative data by summarizing it in sorted format, scattergram.
Sexual Activity and the Lifespan of Male Fruitflies
Ka-fu Wong © 2003 Chap 2-1 Dr. Ka-fu Wong ECON1003 Analysis of Economic Data.
Chapter 2 Frequency Distributions and Graphs 1 © McGraw-Hill, Bluman, 5 th ed, Chapter 2.
Histogram A frequency plot that shows the number of times a response or range of responses occurred in a data set.
How to build graphs, charts and plots. For Categorical data If the data is nominal, then: Few values: Pie Chart Many Values: Pareto Chart (order of bars.
9 - 1 Module 9: Frequency Distributions This module includes descriptions of frequency distributions, frequency tables, histograms and frequency polygons.
CHAPTER 2 Frequency Distributions and Graphs. 2-1Introduction 2-2Organizing Data 2-3Histograms, Frequency Polygons, and Ogives 2-4Other Types of Graphs.
Frequency Distributions and Graphs
Frequency Distributions and Graphs
Chapter 02 McGraw-Hill/Irwin
Copyright © 2015 The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 1 C H A P T E R T W O Frequency Distributions and Graphs.
CHAPTER 2 Graphical Descriptions of Data. SECTION 2.1 Frequency Distributions.
BIOSTAT - 2 The final averages for the last 200 students who took this course are Are you worried?
Organizing Quantitative Data: The Popular Displays
Frequency Distributions and Histograms
Frequency Distribution
Frequency Distributions and Their Graphs Section 2.1.
Unit 1, Chapter 2 Integrated Science. Unit One: Forces and Motion 2.1 Using a Scientific Model to Predict Speed 2.2 Position and Time 2.3 Acceleration.
CHAPTER 37 Presentation of Data 2. Time Series A TIME SERIES is a set of readings taken at TIME INTERVALS. A TIME SERIES is often used to monitor progress.
Statistics Workshop Tutorial 2
Frequency Distribution ScoresFrequency Classes/Intervals – Determined after finding range of data. Class width is the range of each class/interval. Rule.
Histograms, Frequency Polygons, and Ogives. What is a histogram?  A graphic representation of the frequency distribution of a continuous variable. Rectangles.
Histograms, Frequency Polygons, and Ogives
1 Lecture 5 Post-Graduate Students Advanced Programming (Introduction to MATLAB) Code: ENG 505 Dr. Basheer M. Nasef Computers & Systems Dept.
Section 13.7 Stem and Leaf and Histograms Objective: Students will make stem and leaf plots and histograms and use these to answer data questions. Standard:
T T03-02 Histogram (Empirical & Chebyshev) PurposeAllows the analyst to analyze quantitative data by summarizing it in sorted format, scattergram.
Chapter 2 Descriptive Statistics 2.1 Frequency Distributions and Their Graphs.
Chapter 3 Statistical Models or Quality Control Improvement.
Do Now 1)Construct a box and whisker plot: 10, 13, 14, 16, 16, 18, 20, 23, 24, 24, 27, 34 2)For a set of data, the interquartile range is 22 and the upper.
Determining the intervals (official procedure!): 1.Decide on the number of classes – typically between 5 and 15 2.Determine class width: range / # of.
Probability and Statistics 12/11/2015. Statistics Review/ Excel: Objectives Be able to find the mean, median, mode and standard deviation for a set of.
Journal Prompt. Frequency Table to Organize & Display Data D. Otap – Spring Semester 2015.
Mini Lesson 3: Show and describe variability Make a Histogram Data Literacy Project.
Draw, analyze, and use bar graphs and histograms. Organize data into a frequency distribution table The Frequency Distribution.
SUBTOPIC 8.2 : Frequency Distributions. (a) Clarify the important terms in the construction of frequency table; class interval, class limit, class boundary,
Raw data  Data collected in original form is called raw data. frequency distribution  A frequency distribution is the organization of raw data in table.
Graphing options for Quantitative Data
Describing Data: Frequency Tables, Frequency Distributions, and Graphic Presentation Chapter 2.
ISE 261 PROBABILISTIC SYSTEMS
MAT 135 Introductory Statistics and Data Analysis Adjunct Instructor
Ch. 4 – Displaying Quantitative Data (Day 1)
Frequency Distributions and Graphs
Organizing and Displaying Data
CHAPTER 1 Exploring Data
Frequency Distributions and Their Graphs
8.3 Frequency Tables and Histograms
Good afternoon Happy Thursday
Scatter Plots Frequency Tables Histograms Line Plots Box and Whisker
Displaying Distributions with Graphs
Displaying and Summarizing Quantitative Data
Frequency Distributions and Graphs
Frequency Tables number of times something occurs
Range, Width, min-max Values and Graphs
AP Statistics Chapter 16 Notes.
Organizing, Displaying and Interpreting Data
Chapter 6.4 Box and Whisker Plots
Presentation transcript:

Chapter 5&6 Histograms Plots

Histogram A frequency distribution shown in graphical form. Frequency: Number of times that a data value occurs in the data set.

Example of Frequency Distribution IntervalFrequency 150  x <  x <  x <  x <  x <  x <  x <220 2

Histogram Construction > Count the number of observations (n) > Find the largest & smallest value > Find the range (largest-smallest) > Determine the number and width of the class intervals by the following rules:

Rules > Use from 5 to 20 intervals. ROT: # of Intervals = n 1/2 > Choose the lower limit for the first cell by using a value that is slightly less than the smallest data value. > The class interval (width) can be determined by w = range/number of cells.

Histogram Construction > Tally Data for each Interval > Draw Rectangular Boxes with heights equal to the frequencies of the number of observations.

Histograms Functions (MATLAB) hist(y) >>> Plots with 10 equally spaced bins. hist(y, nbins ) >>> Plots with nbins equally spaced bins.

User-Defined Functions A type of M-file that runs in its own independent workspace. function [ output variables ]= f_name( input Example: variables ); function k=sun(r,s) k=r*s; >>z=sun(2,3) z= 6

Example User Defined Functions Calculate Distance between two points: >function distance=dist2 (x1, y1, x2, y2); >distance=sqrt((x2-x1).^2+(y2-y1).^2); In the program: >>result= dist2(ax, ay, bx, by);

Problem: User-Defined Functions Create a function to calculate the kinetic energy of a moving object: KE = ½ mv 2