Chapter 6 ANALYZING DATA STATISTICALLY There are several commonly used parameters that allow us to draw conclusions about the characteristics of a data.

Slides:



Advertisements
Similar presentations
Describing Quantitative Variables
Advertisements

DESCRIBING DISTRIBUTION NUMERICALLY
Biostatistics Unit 3 Graphs 1. Grouped data Data can be grouped into a set of non- overlapping, contiguous intervals called class intervals (Excel calls.
Computer Programming (TKK-2144) 13/14 Semester 1 Instructor: Rama Oktavian Office Hr.: T.12-14, Th
Lesson 14 Creating Formulas and Charting Data
Excel – Engineering Statistics EGN 1006 – Introduction to Engineering.
The goal of data analysis is to gain information from the data. Exploratory data analysis: set of methods to display and summarize the data. Data on just.
Histograms & Summary Data.  Summarizing large of amounts of data in two ways: Histograms: graphs give a pictorial representation of the data Numerical.
Histograms & Summary Data.  Summarizing large of amounts of data in two ways: Histograms: graphs give a pictorial representation of the data Numerical.
Lesson 20 Creating Formulas and Charting Data
Excel For MATH 125 Computing Statistics. Useful link Surfstat: (an online text in introductory Statistics)
Excel For MATH 125 Histograms. If you have Excel 2003…
1 1 Slide © 2001 South-Western/Thomson Learning  Anderson  Sweeney  Williams Anderson  Sweeney  Williams  Slides Prepared by JOHN LOUCKS  CONTEMPORARYBUSINESSSTATISTICS.
Computer Literacy BASICS
1 Lesson 19 Creating Formulas and Charting Data Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition Morrison / Wells.
MATH125 Chapter 3 topics ANALYZING DATA NUMERICALLY.
1.3: Describing Quantitative Data with Numbers
Calculating Statistics in Microsoft Excel Click on the type of statistic you would like to create. If you need to learn how to round your answers, click.
1 Copyright © 2010, 2007, 2004 Pearson Education, Inc. All Rights Reserved. Measures of Center.
Lecture 3 Describing Data Using Numerical Measures.
Welcome to MM207 - Statistics! Unit 2 Seminar Monday 8:00 – 9:00 pm ET Professor: Dan Watson Good Evening Everyone! To resize your pods: Place your mouse.
June 21, Objectives  Enable the Data Analysis Add-In  Quickly calculate descriptive statistics using the Data Analysis Add-In  Create a histogram.
1 Measures of Center. 2 Measure of Center  Measure of Center the value at the center or middle of a data set 1.Mean 2.Median 3.Mode 4.Midrange (rarely.
Statistics 1: Introduction to Probability and Statistics Section 3-2.
Notes Unit 1 Chapters 2-5 Univariate Data. Statistics is the science of data. A set of data includes information about individuals. This information is.
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall2(2)-1 Chapter 2: Displaying and Summarizing Data Part 2: Descriptive Statistics.
Statistical Analysis with Excel. Learning Objectives Be able to use the Dial Caliper to measure Be able to use Microsoft Excel to –Calculate mean, median,
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.
Ms. Hall Spring Functions. Excel – Lesson 4 Summarizing Data with Functions A function is a predefined formula that performs a calculation. When.
EXCEL CHAPTER 6 ANALYZING DATA STATISTICALLY. Analyzing Data Statistically Data Characteristics Histograms Cumulative Distributions Classwork: 6.1, 6.6,
Yandell – Econ 216 Chap 3-1 Chapter 3 Numerical Descriptive Measures.
COLLECTING AND PROCESSING OF INFORMATION PRESENTATION © 2011 International Technology and Engineering Educators Association, STEM  Center for Teaching.
Descriptive Statistics ( )
Exploratory Data Analysis
Measures of Central Tendency and Variation
Welcome to Week 03 College Statistics
Excel AVERAGEIF Function
CSE111 Introduction to Computer Applications
GO! with Microsoft Office 2016
Business and Economics 6th Edition
Descriptive Statistics
Descriptive Statistics
Chapter 3 Describing Data Using Numerical Measures
Statistical Analysis with Excel
CHAPTER 2: Describing Distributions with Numbers
Microsoft Office Illustrated
Collecting and processing of information Presentation 4.5.1
Numerical Measures: Centrality and Variability
Midrange (rarely used)
Chapter 3 Describing Data Using Numerical Measures
Statistical Analysis with Excel
Statistical Analysis with Excel
Box and Whisker Plots.
Collecting and processing of information Presentation 4.5.1
Collecting and processing of information Presentation 4.5.1
Lesson 1 Notes Chapter 6.
Lesson 20 Creating Formulas and Charting Data
pencil, red pen, highlighter, GP notebook, graphing calculator
Statistics 1: Introduction to Probability and Statistics
Chapter 3: Central Tendency
Lesson 4: Introduction to Functions
Chapter 1: Exploring Data
Measures of Central Tendency and Variation 8-1
11.1 Find Measures of Central Tendency & Dispersion
pencil, red pen, highlighter, GP notebook, graphing calculator
Unit G: Using Complex Formulas, Functions, and Tables
Ch. 12 Vocabulary 9.) measure of central tendency 10.) outlier
Business and Economics 7th Edition
Introduction to Excel 2007 Part 1: Basics and Descriptive Statistics Psych 209.
Presentation transcript:

Chapter 6 ANALYZING DATA STATISTICALLY There are several commonly used parameters that allow us to draw conclusions about the characteristics of a data set. They are the mean, median, mode, min, max, variance, and standard deviation.

Mean

Median The median is a value such that half the data values lie above and half lie below. If the number of data values is odd, the median coincides with one of the data values. For example, 3 is the median for the data set (2, 0, 8, 3, 5). If the number of data values is even, however, the median is usually taken as the average of the two centermost values. Thus, 4 is the median for the data set (2, 8, 3, 5). In Excel, the MEDIAN function is used to determine the median. It is used in the same manner as the AVERAGE function described above. Thus, the expression =MEDIAN(B1:B12) will determine the median of the values stored in cells B1 through B12. The numerical values within the cells need not be sorted.

Mode The mode is the value that occurs with the greatest frequency within a data set. Not all data sets have a mode. On the other hand, some data sets have multiple modes. The data set (1, 2, 3, 4, 5), for example, does not have a mode because no value occurs more frequently than any other. However, in the data set (1, 2, 2, 4, 5), the mode is 2. The data set (1, 2, 2, 3, 4, 4, 5) has two modes, 2 and 4. In Excel, the mode can be determined with the MODE function. Again, the arguments indicate the block of cells containing the data. Thus, the expression =MODE(B1:B12) will determine the mode of the values stored in cells B1 through B12. The MODE function returns an error message (#N/A) if the data set does not have a mode.

Min and Max The min and the max (i.e., the minimum and the maximum) simply indicate the extremities of the data set. In Excel, the MIN and MAX functions return these values. The arguments again indicate the block of cells containing the data. Thus, the expression =MIN(B1:B12) returns the smallest value within the cells B1 through B12, whereas =MAX(B1:B12) returns the largest value. Blank cells are ignored. Note that the MIN and MAX functions return the values that are the smallest and the largest algebraically. They do not return the values that are the smallest and the largest in magnitude. Thus, for the data set (−5, −2, 1), the MIN function would return −5 (which is algebraically the smallest value), and the MAX function would return 1 (which is algebraically the largest).

Variance

Standard Deviation

The heights of 20 engineering students are given in the following table. Using Equations (6.1), (6.2), and (6.3), determine the mean, median, mode, min, max, variance, and standard deviation. Carry out the calculations by hand, using only a calculator, a pencil, and a piece of paper. (Do not use a spreadsheet to obtain a solution. Also, do not use any of the built-in statistical functions that may be present in your calculator.)

Install Analysis ToolPak For those readers with some statistical background, Excel allows you to generate a summary of all applicable descriptive statistics for a given data set (i.e., one or more columns or rows of numerical data). This feature requires the Descriptive Statistics feature found in the Analysis ToolPak. To install the Analysis ToolPak, click on the Office Button and choose Excel Options at the bottom of the window. Then choose Add-Ins from the list at the left. This will result in the list of Add-Ins. If the Analysis ToolPak is not included in the list, click on Manage: Excel Add-ins/Go at the bottom. Then check the box labeled Analysis ToolPak, and click on OK.

Example 6.1 Analyzing a Data Set A car manufacturer wishes to determine how accurately the cylinders are being machined in several engine blocks. The design specifications call for a cylinder diameter of inches, with a tolerance of ±0.005 inch. To determine the accuracy of the cylinders, several engine blocks were taken from the assembly line during manufacture and one cylinder was measured in each block. For consistency, the measurement was always perpendicular to the axis of the engine block (i.e., perpendicular to the straight line connecting the centers of the cylinders). Analyze the data by placing them in an Excel worksheet and then calculating the mean, median, mode, min, max, and standard deviation. Also, generate a table showing all summary statistics for the given data.

Problem 6.4 Enter the data given in Problem 6.3 into an Excel worksheet and determine the mean, median, mode, min, max, variance, and standard deviation. Be sure the worksheet is legible and clearly labeled.