IENG 486: Statistical Quality & Process Control

Slides:



Advertisements
Similar presentations
Describing Quantitative Variables
Advertisements

Measures of Dispersion
Introduction to Summary Statistics
Edpsy 511 Homework 1: Due 2/6.
Measures of Dispersion
7/2/2015 IENG 486 Statistical Quality & Process Control 1 IENG Lecture 05 Interpreting Variation Using Distributions.
Intro to Statistics for the Behavioral Sciences PSYC 1900 Lecture 4: The Normal Distribution and Z-Scores.
Descriptive Statistics  Summarizing, Simplifying  Useful for comprehending data, and thus making meaningful interpretations, particularly in medium to.
Programming in R Describing Univariate and Multivariate data.
Describing distributions with numbers
Descriptive Statistics  Summarizing, Simplifying  Useful for comprehending data, and thus making meaningful interpretations, particularly in medium to.
Objectives 1.2 Describing distributions with numbers
APPENDIX B Data Preparation and Univariate Statistics How are computer used in data collection and analysis? How are collected data prepared for statistical.
Chapter 3 Descriptive Measures
Copyright © 2005 Brooks/Cole, a division of Thomson Learning, Inc. 1 Chapter 4 Numerical Methods for Describing Data.
Copyright (C) 2002 Houghton Mifflin Company. All rights reserved. 1 Understandable Statistics Seventh Edition By Brase and Brase Prepared by: Lynn Smith.
McGraw-Hill/IrwinCopyright © 2009 by The McGraw-Hill Companies, Inc. All Rights Reserved. Chapter 3 Descriptive Statistics: Numerical Methods.
STAT 280: Elementary Applied Statistics Describing Data Using Numerical Measures.
Table of Contents 1. Standard Deviation
6-1 Numerical Summaries Definition: Sample Mean.
Lecture 3 Describing Data Using Numerical Measures.
Skewness & Kurtosis: Reference
Lecture 5 Dustin Lueker. 2 Mode - Most frequent value. Notation: Subscripted variables n = # of units in the sample N = # of units in the population x.
1 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 used)
INVESTIGATION 1.
Dr. Serhat Eren 1 CHAPTER 6 NUMERICAL DESCRIPTORS OF DATA.
Statistics 1: Introduction to Probability and Statistics Section 3-2.
Unit 3: Averages and Variations Week 6 Ms. Sanchez.
Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall2(2)-1 Chapter 2: Displaying and Summarizing Data Part 2: Descriptive Statistics.
2/15/2016ENGM 720: Statistical Process Control1 ENGM Lecture 03 Describing & Using Distributions, SPC Process.
Statistics and Data Analysis
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.
Statistics Descriptive Statistics. Statistics Introduction Descriptive Statistics Collections, organizations, summary and presentation of data Inferential.
MAT 135 Introductory Statistics and Data Analysis Adjunct Instructor
Descriptive Statistics
Exploratory Data Analysis
Methods for Describing Sets of Data
INTRODUCTION TO STATISTICS
STAT 4030 – Programming in R STATISTICS MODULE: Basic Data Analysis
Chapter 3 Describing Data Using Numerical Measures
Statistics Unit Test Review
Descriptive Statistics (Part 2)
Introduction to Summary Statistics
NUMERICAL DESCRIPTIVE MEASURES
Description of Data (Summary and Variability measures)
Introduction to Summary Statistics
Summary Statistics 9/23/2018 Summary Statistics
Chapter 3 Describing Data Using Numerical Measures
Numerical Descriptive Measures
Descriptive Statistics
Introduction to Summary Statistics
Please take out Sec HW It is worth 20 points (2 pts
Introduction to Summary Statistics
HMI 7530– Programming in R STATISTICS MODULE: Basic Data Analysis
Lecture 2 Chapter 3. Displaying and Summarizing Quantitative Data
STA 291 Spring 2008 Lecture 5 Dustin Lueker.
STA 291 Spring 2008 Lecture 5 Dustin Lueker.
Introduction to Summary Statistics
Statistics: The Interpretation of Data
Statistical Quality & Process Control
Statistics 1: Introduction to Probability and Statistics
Chapter 1: Exploring Data
Introduction to Summary Statistics
Warm Up # 3: Answer each question to the best of your knowledge.
Describing Distributions Numerically
CHAPTER 1 Exploring Data
Introduction to Summary Statistics
Introduction to Summary Statistics
Presentation transcript:

IENG 486: Statistical Quality & Process Control IENG 486 Lecture 04 Describing Variation & Distributions 9/17/2018 IENG 486: Statistical Quality & Process Control (c) 2002-2005 D.H. Jensen & R.C. Wurl

IENG 486: Statistical Quality & Process Control Assignment: Print off Review Data from link on Materials pg. Bring the data and your exam calculator to next class Reading: Chapter 1: (1.1, 1.3 – 1.4.5) Cursory – get Fig. 1.12., p.34; Deming Management,1.4.4 Liability Chapter 2: (2.2 – 2.7) Cursory – Define, Measure, Analyze, Improve, Control Chapter 3: (3.1, 3.3.1, 3.4.1) HW 1: Chapter 3 Exercises: 1, 3, 4 – using exam calculator 10 (use Normal Plots spreadsheet from Materials page) 43, 46, 47 (use Exam Tables from Materials page – Normal Dist.) 9/17/2018 IENG 486: Statistical Quality & Process Control (c) 2002-2005 D.H. Jensen & R.C. Wurl

IENG 486: Statistical Quality & Process Control What is Quality Many definitions: Better performance Better service Better value Whatever the customer says it is… For SPC, quality means better: Understanding of process variation, Control of the variation in the process, and Improvement in the process variation. 9/17/2018 IENG 486: Statistical Quality & Process Control

Understanding Process Variation Three Aspects: Location Spread Shape Basic Statistics: Quantify Communicate 9/17/2018 IENG 486: Statistical Quality & Process Control

IENG 486: Statistical Quality & Process Control Location: Mode The mode is the value (or values) that occurs most frequently in a distribution. To find the mode: Sort the values into order (with no repeats), Tally up how many times each value appears in the original distribution. The mode (or modes) has the largest tally Dist. 1 has two modes: 20 and 15 (four times, ea.) Dist. 2 has one mode: 15 (appearing seven times) 9/17/2018 IENG 486: Statistical Quality & Process Control

IENG 486: Statistical Quality & Process Control Location: Median Half of the values will fall above and half of the values will fall below the median value. To estimate the median: Sort the values (keeping the duplicates in the list), and then count from one end until you get to one half (rounding down) of the total number of values. For an odd number of values, the median is the next value. For an even number of values, the median value is half of the sum of the current value and the next sorted value. Dist. 1 median is 19.5 Dist. 2 median is 15 9/17/2018 IENG 486: Statistical Quality & Process Control

IENG 486: Statistical Quality & Process Control Location: Mean The mean has a special notation: x for a sample ( for the entire population) To calculate the mean: add up all of the values divide the sum by the number of values Dist. 1 mean is 18.6, Dist. 2 mean is 15.0 Mean is influenced by outliers 9/17/2018 IENG 486: Statistical Quality & Process Control

IENG 486: Statistical Quality & Process Control Spread: Range Range is the difference between the maximum and the minimum values, denoted R. This value gives us the extreme limits of the distribution spread. Much easier to calculate than other measures Very sensitive to outliers Range of Dist. 1 is 11 Range of Dist. 2 is 4 9/17/2018 IENG 486: Statistical Quality & Process Control

IENG 486: Statistical Quality & Process Control Spread: Variance Variance has the symbol 2 when referring to the entire population (S2 for a sample variance) The formula for the variance is: Measures the dispersion with less emphasis on outliers Units for variance aren’t very intuitive Calculation is unpleasant (calculating equation could be used) The variance for Dist. 1 is 10.58, for Dist. 2 it is 1.63 If population is known, use n in denominator! 9/17/2018 IENG 486: Statistical Quality & Process Control

Spread: Standard Deviation The standard deviation ( for the population, or S for a sample) is the square root of the variance. Defn. Special calculating formula: Not as easily influenced by outliers Has the same units as measure of location. Std deviation for Dist. 1 is 3.25 Std deviation for Dist. 2 is 1.28 If population is known, use n in denominator! 9/17/2018 IENG 486: Statistical Quality & Process Control

Shape: Prob. Density Functions The shape of a distribution is a function that maps each potential x-value to the likelihood that it would appear if we sampled at random from the distribution. This is the probability density function (PDF).  +2 -2 +3 -3 + -   1 :68.26% of the total area   2 :95.46% of the total area   3 :99.73% of the total area Area Under the Normal Curve 9/17/2018 IENG 486: Statistical Quality & Process Control

Shape: Stem-and-Leaf Plot IENG 486: Statistical Quality & Process Control Shape: Stem-and-Leaf Plot 48 53 49 52 51 63 60 64 59 54 47 45 79 65 62 Divide each number into: Stem – one or more of the leading digits Leaf – remaining digits (may be ordered) Choose between 4 and 20 stems StatGraphics Output: Stem-and-Leaf Display 5 4|57899 6 5|122334 1 5|9 6 6|002344 1 6|5 0 7| 1 7|9 9/17/2018 IENG 486: Statistical Quality & Process Control (c) 2002-2005 D.H. Jensen & R.C. Wurl

Shape: Box (and Whisker) Plot IENG 486: Statistical Quality & Process Control Shape: Box (and Whisker) Plot Max value Third quartile Mean Median First quartile Visual display of central tendency, variability, symmetry, outliers Min value 9/17/2018 IENG 486: Statistical Quality & Process Control (c) 2002-2005 D.H. Jensen & R.C. Wurl

IENG 486: Statistical Quality & Process Control Shape: Histogram A histogram is a vertical bar chart that takes the shape of the distribution of the data. The process for creating a histogram depends on the purpose for making the histogram. One purpose of a histogram is to see the shape of a distribution. To do this, we would like to have as much data as possible, and use a fine resolution. A second purpose of a histogram is to observe the frequency with which a class of problems occurs. The resolution is controlled by the number of problem classes. 9/17/2018 IENG 486: Statistical Quality & Process Control

Goals of Statistical Quality Improvement Find special causes Head off shifts in process Obtain predictable output Continually improve the process Statistical Quality Control and Improvement Improving Process Capability and Performance Continually Improve the System Characterize Stable Process Capability Head Off Shifts in Location, Spread Time Identify Special Causes - Bad (Remove) Identify Special Causes - Good (Incorporate) Reduce Variability Center the Process LSL 0 USL 9/17/2018 IENG 486: Statistical Quality & Process Control