Data Analysis in Excel Analysis of Uncertainty. Learning Objectives Learn to use statistical Excel functions: average, median, min, max, stdev, var, varp,

Slides:



Advertisements
Similar presentations
Is it true that university students sleep late into the morning and even into the afternoon? Suppose we want to find out what time university students.
Advertisements

Lecture 4 PY 427 Statistics 1 Fall 2006 Kin Ching Kong, Ph.D
1 1 Slide © 2003 South-Western/Thomson Learning TM Slides Prepared by JOHN S. LOUCKS St. Edwards University.
MAT 155 Chapter 3 The following is a brief review of Chapter 3. This does NOT cover all the material in that chapter. Click on Slide Show and View Slide.
STATISTICAL ANALYSIS. Your introduction to statistics should not be like drinking water from a fire hose!!
1 The Normal Distribution and Microsoft Excel. 2 Say a company has developed a new tire for cars. In testing the tire it has been determined the distribution.
Describing Quantitative Variables
DESCRIBING DISTRIBUTION NUMERICALLY
UNIT 8: Statistical Measures
Unit 1.1 Investigating Data 1. Frequency and Histograms CCSS: S.ID.1 Represent data with plots on the real number line (dot plots, histograms, and box.
11/30/04Excel Function ReviewSlide 1 of 20 Review of Excel Functions PubH5414 Biostatistical Method I Section 4 By SoonYoung Jang.
Data Analysis in Excel ACADs (08-006) Covered Keywords average, median, min, max, standard deviation, variable, varp, standardize, normal distribution,
1 Normal Probability Distributions. 2 Review relative frequency histogram 1/10 2/10 4/10 2/10 1/10 Values of a variable, say test scores In.
Frequency Distribution and Variation Prepared by E.G. Gascon.
Introduction to Data Analysis
1 The Normal Probability Distribution. 2 Review relative frequency histogram 1/10 2/10 4/10 2/10 1/10 Values of a variable, say test scores
2-5 : Normal Distribution
Jan Shapes of distributions… “Statistics” for one quantitative variable… Mean and median Percentiles Standard deviations Transforming data… Rescale:
PSY 307 – Statistics for the Behavioral Sciences
Basic Probability and Stats Review
1 The Normal Probability Distribution The use of tables.
The Normal Distribution
7/2/2015 IENG 486 Statistical Quality & Process Control 1 IENG Lecture 05 Interpreting Variation Using Distributions.
GS/PPAL Section N Research Methods and Information Systems A QUANTITATIVE RESEARCH PROJECT - (1)DATA COLLECTION (2)DATA DESCRIPTION (3)DATA ANALYSIS.
Microsoft ® Office Excel ® 2003 Training Statistical functions in Excel CGI presents:
BPT 2423 – STATISTICAL PROCESS CONTROL.  Frequency Distribution  Normal Distribution / Probability  Areas Under The Normal Curve  Application of Normal.
Mean, Median, and Mode An Introduction to Data Management: Measures of Central Tendencies.
Section 3.2 Measures of Variation Range Standard Deviation Variance.
POPULATION DYNAMICS Required background knowledge:
Statistics: Dealing With Uncertainty ACADs (08-006) Covered Keywords Sample, normal distribution, central tendency, histogram, probability, sample, population,
Chapter 6: The Normal Probability Distribution This chapter is to introduce you to the concepts of normal distributions.  E.g. if a large number of students.
CSCI N207: Data Analysis Using Spreadsheets Copyright ©2005  Department of Computer & Information Science Univariate Data Analysis.
UNIT 8:Statistical Measures Measures of Central Tendency: numbers that represent the middle of the data Mean ( x ): Arithmetic average Median: Middle of.
GrowingKnowing.com © GrowingKnowing.com © 2011.
COMPLETE f o u r t h e d i t i o n BUSINESS STATISTICS Aczel Irwin/McGraw-Hill © The McGraw-Hill Companies, Inc., l Using Statistics l The Normal.
Measures of Dispersion CUMULATIVE FREQUENCIES INTER-QUARTILE RANGE RANGE MEAN DEVIATION VARIANCE and STANDARD DEVIATION STATISTICS: DESCRIBING VARIABILITY.
Dr. Engr. Sami ur Rahman Data Analysis Lecture 3: Data Distribution Normal Distribution.
Statistics Dealing With Uncertainty. Objectives Describe the difference between a sample and a population Learn to use descriptive statistics (data sorting,
Interpreting Performance Data
Normal Distribution Introduction. Probability Density Functions.
Chapter 6: Random Errors in Chemical Analysis CHE 321: Quantitative Chemical Analysis Dr. Jerome Williams, Ph.D. Saint Leo University.
Measures of Central Tendency And Spread Understand the terms mean, median, mode, range, standard deviation.
Statistical Measures. Measures of Central Tendency O Sometimes it is convenient to have one number that describes a set of data. This number is called.
10b. Univariate Analysis Part 2 CSCI N207 Data Analysis Using Spreadsheet Lingma Acheson Department of Computer and Information Science,
Probability & Statistics Sections 2.3, 2.4. A. The mean is very low. B. The data values are all very close in value. C. The data values must all be the.
Statistics for Psychology!
1 Topic 5 - Joint distributions and the CLT Joint distributions –Calculation of probabilities, mean and variance –Expectations of functions based on joint.
Statistics 1: Introduction to Probability and Statistics Section 3-2.
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall2(2)-1 Chapter 2: Displaying and Summarizing Data Part 2: Descriptive Statistics.
1 Chapter 10: Describing the Data Science is facts; just as houses are made of stones, so is science made of facts; but a pile of stones is not a house.
The Normal Distribution AS Mathematics Statistics 1 Module.
Normal Distributions. Probability density function - the curved line The height of the curve --> density for a particular X Density = relative concentration.
3.3 Measures of Spread Chapter 3 - Tools for Analyzing Data Learning goal: calculate and interpret measures of spread Due now: p. 159 #4, 5, 6, 8,
Statistics 11/7/ Statistics: Normal Curve CSCE 115.
EXCEL CHAPTER 6 ANALYZING DATA STATISTICALLY. Analyzing Data Statistically Data Characteristics Histograms Cumulative Distributions Classwork: 6.1, 6.6,
11/7/ Statistics: Normal Curve CSCE /7/ Normal distribution The bell shaped curve The bell shaped curve Many physical quantities are.
A QUANTITATIVE RESEARCH PROJECT -
Data Analysis in Excel ACADs (08-006) Covered Keywords Description
Normal Probability Distributions
Normal distribution GrowingKnowing.com © 2012
Normal Probabilities Find the probability P(x ≤ x0), where x is a normally distributed random variable Click Insert Function (fx) Select Statistical as.
Data Mining: Concepts and Techniques
The Normal Distribution
Univariate Analysis/Descriptive Statistics
IENG 486: Statistical Quality & Process Control
Unit 5 Stats.
Review
Standard Normal Probabilities
Statistics 1: Introduction to Probability and Statistics
Review for Exam 1 Ch 1-5 Ch 1-3 Descriptive Statistics
Presentation transcript:

Data Analysis in Excel Analysis of Uncertainty

Learning Objectives Learn to use statistical Excel functions: average, median, min, max, stdev, var, varp, standardize, normdist, norminv, normsinv

RAT 9b

General Excel Behavior - Analyzes the range of cells you specify - Skips blank cells

Mean Excel =AVERAGE(cellrange) =AVERAGE(B72:B81) Example: SamplePopulation

Mode Value that occurs most often in discretized data ExcelExample: =MODE(cellrange) =MODE(B2:B81) If tie, reports first value in list

Median The middle value in sorted data Excel =MEDIAN(cellrange) =MEDIAN(D2:D81) Example: Note: When using this command, there is no need to sort the data first.

Maximum, Minimum, and Range Excel Example: =MIN(cellrange) =MIN(D2:D81) =MAX(cellrange) =MAX(D2:D81) There is no explicit command to find the range. However, it can be easily calculated. = MAX(D2:D81) - MIN(D2:D81)

Standard Deviation and Variance Population Sample Excel =STDEVP(cellrange) =STDEV(cellrange) =VARP(cellrange) =VAR(cellrange) Variance = 2 Variance = s 2

Example - Exam Grades Data set: grades.xlsgrades.xls 78 students, 1 did not take exam Verify the following: Mean is Mode is 79 - occurs 6 times Median is 79.5 median close to mean suggests no major outliers Remember, student who did not take exam is not included in data More

Example Cont. Verify max is 99 min is 60 Range is = 39 Population variance is 60.7 Population std. dev. is 7.79

Team Exercise - 15 min Collect ages (in months) of team members and members of teams around you (at least 15 values) Enter as a column in Excel Compute mean, mode, median, max, min, range, sample variance and std. dev. using Excel commands

Review: The Normal Distribution The normal distribution is sometimes called the Gauss curve. mean x RF Relative Frequency

Review: Standard Normal Distribution Define: Then Area = 1.00 z

Z-transform Excel =STANDARDIZE(x,mean,stddev) Example: =STANDARDIZE(85,75,10) gives 1.0

Standard Normal Cumulative Distribution Excel Example: =NORMSDIST(z) =NORMSDIST(1.0) = area from minus infinity to z NOT 0 to z, like Z-table

Normal Data in Excel To avoid Z transform, use: =NORMDIST(x,mean,stddev,true) Example =NORMDIST(85,75,10,true) =

Exam Grade Histogram

Excel Example Normal distribution with =5, =0.2 Find area from 4.8 to 5.4 Solution 1: =STANDARDIZE(4.8,5,0.2)Gives -1 =STANDARDIZE(5.4,5,0.2)Gives 2 =NORMSDIST(2)-NORMSDIST(-1) = Solution 2: =NORMDIST(5.4,5,0.2,TRUE)- NORMDIST(4.8,5,0.2,TRUE) =

Inverse Problem Given, and probability, find x =NORMINV(prob,mean,stddev) Given probability, find z =NORMSINV(prob) Note: The probability is the area under the curve from minus infinity to x (or z)

Inverse Problem: Example 1 A batch of bolts have length =5.00 mm, =0.20 mm. 99% of the bolts are shorter than what length? Solution 1: =NORMINV(0.99,5,0.2) gives 5.47 mm Solution 2: =NORMSINV(0.99) = *2.33 = 5.47 mm

Inverse Problem: Example 2 A batch of bolts have length =5.00 mm, =0.20 mm. The bolt length is specified as 5.00 mm tolerance. What is the value of the tolerance such that 99% of the bolts are encompassed? Solution: =NORMINV(0.995,5,0.2) = 5.52 mm =NORMINV(0.005,5,0.2) = 4.48 mm Tolerance = = 0.52 mm Note: It is symmetrical; therefore 0.5% on either side

Bolt Specification

Team Exercise The clock frequency of a batch of Intel microprocessors was measured to be a normal distribution with =475 MHz, =50 MHz. What fraction of processors can be sold in each category? >600 MHz MHz MHz MHz MHz< 350 MHz MHz

Think-Pair-Share In the next 1 minute, as an individual list three specific things that you dont understand about todays topic Now take 2 minutes to merge your list with the person sitting next to you AND add 1 new item to the list In the next 5 minutes share the results with the other half of your team, delete questions that you can answer for each other, AND prioritize the remaining questions your list