7.4 The c-chart (fixed sample size)

Size: px
Start display at page:

Download "7.4 The c-chart (fixed sample size)"

Transcription

1 7.4 The c-chart (fixed sample size) Often there is greater concern for the total number of nonconformities (or defects) (C) than the fraction of nonconforming (defective) units (p). An inspection unit is the basic unit inspected for nonconformities or defects. The inspection unit could be: An individual item (e.g., a car, refridgerator, laptop, etc.). Multiple individual items grouped together (e.g., 5 cars, 10 refridgerators, 25 laptops, etc.). A basic unit of continuous size (e.g., 10 miles of railway or roadway, 100 square feet of fabric, etc.). Goal: Develop control charts for the total number of nonconformities per inspection unit. The c-chart is based on the total number of nonconformities or defects in an inspection unit. A nonconforming unit is an inspection unit not satisfying one or more of the specifications for that product. A nonconformity is defined to be a specific occurrence on a unit of production that does not meet specifications. Therefore, any individual unit contained in the inspection unit can have more than one nonconformity. Recall: a defective unit is a nonconforming unit that is unfit for usage. Usual assumption: The occurrence of nonconformities in samples of constant size is wellmodeled by the Poisson distribution. This implies: The number of opportunities or potential locations for nonconformities may be infinitely large. This, in turn, implies that the probability of occurrence of a nonconformity at any location be small and constant. The definition of an inspection unit is the same for each sample. That is, each inspection unit always represents an identical interval, area, or volume of opportunity for the occurrence of nonconformities. Assume that each of the inspection units are the same size or contain the same quantity of production units and the occurrence of nonconformities within an inspection unit follows a Poisson distribution with parameter c. Nonconformity (or defect) data are more informative than fraction nonconforming data because there will usually be several types of nonconformities. Therefore, we can simultaneously chart each type of nonconformity on individual c-charts as long as the Poisson conditions above are met for each type. Pareto charts can also accompany the c-charts to summarize defects data. In practice, the conditions to assume a Poisson distribution are not satisfied exactly. As long as the departures are not severe, the Poisson distribution works reasonably well. 103

2 7.4.1 c is Known Let C i be the number of nonconformities in the i th inspection unit. Because C i Poisson(c), we know µ Ci = c and σc 2 i = c. The control limits for the c-chart are: UCL = c + 3 Centerline = c (16) If LCL < 0, them reset LCL = 0. LCL = c 3. As long as c i remains within control limits for each unit and no systematic pattern is evident, we conclude the process is in control at level c. If c i is outside the control limits or a systematic pattern is evident, we conclude the process has shifted to a new level and is out of control at level c c is Unknown The control limits can be established by testing the validity of trial control limits based on m preliminary samples. The estimate of c used in constructing the trial limits is c = The trial control limits are: m i=1 c i m. UCL = c + 3 Centerline = c (17) LCL = c 3 Testing the validity of the trial limits is identical to the method discussed for the p-chart. If one or more of the c i are outside of the trial control limits, then assignable causes should be sought. Next, follow the rules used for p-charts. Records on the different types of nonconformities that occur can easily be kept with this type of control chart to help determine which type of defect is most common. 104

3 Example for c-chart with known c: Newly painted trucks of the same model are inspected, and the number of paint defects per truck is recorded. When the paint process is in control there are an average of 7 defects per truck. Therefore, we will use c = 7 as a known total number of defects. The data set contains a truck ID and the number of defects observed on that truck. SAS Code for c-chart (c known) DM LOG; CLEAR; OUT; CLEAR; ; * ODS PRINTER PDF file= C:\COURSES\ST528\SAS\CCHART1.PDF ; ODS LISTING ; OPTIONS NODATE NONUMBER LS=76 PS=54; ******************************************************; *** c-chart (c known) ***; *** The response is the number of paint defects ***; *** per truck (inspection unit) ***; ******************************************************; DATA trucks; INPUT truckid $ LINES; C1 5 C2 4 C3 4 C4 8 C5 7 C6 12 C7 3 C8 11 E4 8 E9 4 E7 9 E6 13 A3 5 A4 4 A7 9 Q1 15 Q2 8 Q3 9 Q9 10 Q4 8 ; /* Specify Expected Number of Nonconformities using u0= Option */ TITLE c Chart for Paint Defects on New Trucks (given c=7) ; SYMBOL1 WIDTH=3 VALUE=DOT; PROC SHEWHART DATA=trucks; CCHART defects*truckid= 1 / u0 = 7 CSYMBOL = c0 TESTS = 1 to 8 LTESTS = 20 ALLLABEL=(truckid) ZONELABELS TABLETESTS TABLELEGEND; LABEL truckid = Truck ID defects = Defects ; RUN; Example for c-chart with unknown c: Trucks of the same model are to be painted using a new painting process. Twenty trucks are painted using the new process and are then inspected. The number of paint defects per truck is recorded. Twenty trucks are used to establish control limits for the total number of defects per truck (assuming the process is deemed to be in control). The data set contains a truck ID and the number of defects observed on that truck. SAS Code for c-chart (c unknown) DM LOG; CLEAR; OUT; CLEAR; ; * ODS PRINTER PDF file= C:\COURSES\ST528\SAS\CCHART2.PDF ; ODS LISTING; OPTIONS NODATE NONUMBER LS=76 PS=54; ******************************************************; *** c-chart (c unknown) ***; *** The response is the number of paint defects ***; *** per truck (inspection unit) ***; ******************************************************; DATA trucks; INPUT truckid $ LINES; B1 12 B2 4 B3 4 B4 3 B5 4 D1 2 D2 3 D3 3 D4 2 D9 4 M2 9 M6 13 L3 5 L4 4 L7 6 Z1 15 Z2 8 Z3 9 Z7 6 Z9 8 ; TITLE1 c Chart for Paint Defects in New Trucks (c unknown) ; SYMBOL1 V=dot W=3; PROC SHEWHART DATA=trucks; CCHART defects*truckid= 1 / TESTS = 1 to 8 LTESTS = 20 ALLLABEL=(truckid) ZONELABELS TABLETESTS TABLELEGEND; LABEL truckid = Truck ID defects = Defects ; RUN; 105

4 SAS output for c chart (c known) c Chart for Paint Defects on New Trucks (given c=7) Test 1 Test Descriptions One point beyond Zone A (outside control limits) SAS output for c chart (c unknown) c Chart for Paint Defects in New Trucks (c unknown) Test 1 Test 2 Test 6 Test Descriptions One point beyond Zone A (outside control limits) Nine points in a row on one side of center line Four out of five points in a row in Zone B or beyond 106

5 SAS output for c chart (c known) c Chart for Paint Defects on New Trucks (given c=7) c Chart Summary for defects Subgroup -3 Sigma Limits with n=1 for Count- Special Sample Lower Subgroup Upper Tests truckid Size Limit Count Limit Signaled C C C C C C C C E E E E A A A Q Q Q Q Q Test 1 Test Descriptions One point beyond Zone A (outside control limits) SAS output for c chart (c unknown) c Chart for Paint Defects in New Trucks (c unknown) c Chart Summary for defects Subgroup -3 Sigma Limits with n=1 for Count- Special Sample Lower Subgroup Upper Tests truckid Size Limit Count Limit Signaled B B B B B D D D D D M M L L L Z Z Z Z Z Test 1 Test 2 Test 6 Test Descriptions One point beyond Zone A (outside control limits) Nine points in a row on one side of center line Four out of five points in a row in Zone B or beyond 107

6 7.5 The u-chart (variable sample size) If the interval, area, or volume of opportunity for nonconformities varies from sample to sample, we may standardize the unit size and use the u-chart. The average number of nonconformities per inspection unit is u = c/n where c is the total number of nonconformities and n is the number of inspection units per sample. Note: For c-charts, the inspection unit is the primary sampling unit. For u-charts, the inspection unit represents the standard unit size. Let C i be the total number of nonconformities and n i be the number of inspection units in the i th sample. Assume C i Poisson(n i u). Then U i = C i /n i is the average number of nonconformities per inspection unit in the i th sample. Hence, E(U i ) = var(u i ) = Note: n i is not necessarily an integer. For example, if the inspection unit is a square foot, then n can be 1.5 square feet u is Known The control Limits for the u chart are UCL = u + 3 Centerline = u (18) LCL = u 3 As long as u i remains within control limits for each unit and no systematic pattern is evident, we conclude the process is in control at level u. If u i is outside the control limits or a systematic pattern is evident, we conclude the process has shifted to a new level and is out of control at level u u is Unknown When u is not known, it is estimated from observed data. 1. Select m preliminary samples. 2. Our estimate of u is the average of nonconformities per inspection unit: m i=1 u = C i Total number of nonconformities m i=1 n = i Total number of inspection units 108

7 3. The trial control Limits for the u chart are UCL = u + 3 Centerline = u (19) LCL = u 3 If one or more of the u i are outside of the trial control limits, then assignable causes should be sought. Next, follow the rules used for p-charts. Example for u-chart with known u: A textile company uses a u-chart to monitor the number of defects per square meter of fabric. The fabric is spooled onto rolls as it is inspected for defects. Each roll of fabric is one meter wide and 30 meters in length, and an inspection unit is defined as one square meter. Thus, there are 30 inspection units per roll of fabric. Three operators were used during data collection. When the process is in control there is an average of 0.20 defects per square meter. Therefore, we will use u = 0.20 as a known average number of defects. The data set contains a roll number, the number of square meters of fabric inspected from that roll (inspection unit), and the total number of defects observed for that inspection unit. SAS Code for u-chart (u known) DM LOG; CLEAR; OUT; CLEAR; ; * ODS PRINTER PDF file= C:\COURSES\ST528\SAS\UCHART1.PDF ; ODS LISTING; OPTIONS NODATE NONUMBER LS=76 PS=54; ****************************************************; *** u-chart (u known) ***; *** The response is the number of fabric defects ***; *** per square meter ***; ****************************************************; DATA fabrics1; INPUT operator roll defects LINES; ; TITLE u Chart for Fabric Defects per Square Meter (given u=.20) ; SYMBOL1 V=dot W=3; PROC SHEWHART DATA=fabrics1 ; UCHART defects*roll= 1 / SUBGROUPN = sqmeters ALLLABEL=(operator) U0 = 0.20 USYMBOL = u0 TABLE ; LABEL roll = Roll of Fabric ; RUN; 109

8 Example for u-chart with unknown u: The description is the same as above except that u is unknown. Various size inspection units from twenty-five rolls are used to establish control limits for the total number of defects per square meter of fabric (assuming the process is deemed to be in control). SAS Code for u-chart (u unknown) DM LOG; CLEAR; OUT; CLEAR; ; ODS PRINTER PDF file= C:\COURSES\ST528\SAS\UCHART2.PDF ; OPTIONS NODATE NONUMBER; ****************************************************; *** u-chart (u unknown) ***; *** The response is the number of fabric defects ***; *** per square meter ***; ****************************************************; DATA fabrics2; INPUT operator roll defects LINES; ; TITLE u Chart for Fabric Defects per Square Meter (u unknown) ; SYMBOL1 V=dot W=3; PROC SHEWHART DATA=fabrics2 ; UCHART defects*roll= 1 / SUBGROUPN = sqmeters ALLLABEL=(operator) TABLE ; LABEL roll = Roll of Fabric ; RUN; 110

9 SAS output for u-chart (u known) u Chart for Fabric Defects per Square Meter (given u=.20) SAS output for u-chart (u unknown) u Chart for Fabric Defects per Square Meter (u unknown) 111

10 SAS output for c chart (c known) u Chart for Fabric Defects per Square Meter (given u=.20) u Chart Summary for defects -3 Sigma Limits for Count per Unit- Subgroup Subgroup Sample Lower Count Upper roll Size Limit per Unit Limit SAS output for c chart (c unknown) u Chart for Fabric Defects per Square Meter (u unknown) u Chart Summary for defects ---3 Sigma Limits for Count per Unit-- Subgroup Subgroup Sample Lower Count Upper roll Size Limit per Unit Limit

11 7.5.3 Operating Characteristic Function The Operating Characteristic Curve (OCC) for both the c-chart and the u-chart are based on the Poisson distribution. For the c-chart, the OCC is a plot of β against c, the true mean total number of defects per inspection unit. β c = P (LCL < C i < UCL c) = P (C i < UCL c) P (C i LCL c) = P (C i < UCL c) P (C i LCL c) = UCL i= LCL e c c i i! where C i Poisson(c), and UCL is the largest integer UCL and UCL is the smallest integer LCL. For the u-chart, the OCC is a plot of β against u, the true mean number of defects per inspection unit for sample size n. Because U i = C i /n: β u = P (LCL < U i < UCL u) = P (C i < nucl u) P (C i nlcl u) = P (C i < nucl c) P (C i nlcl c) = nucl i= nlcl e nu (nu) i i! 113

ISyE 512 Chapter 7. Control Charts for Attributes. Instructor: Prof. Kaibo Liu. Department of Industrial and Systems Engineering UW-Madison

ISyE 512 Chapter 7. Control Charts for Attributes. Instructor: Prof. Kaibo Liu. Department of Industrial and Systems Engineering UW-Madison ISyE 512 Chapter 7 Control Charts for Attributes Instructor: Prof. Kaibo Liu Department of Industrial and Systems Engineering UW-Madison Email: kliu8@wisc.edu Office: Room 3017 (Mechanical Engineering

More information

7.3 Ridge Analysis of the Response Surface

7.3 Ridge Analysis of the Response Surface 7.3 Ridge Analysis of the Response Surface When analyzing a fitted response surface, the researcher may find that the stationary point is outside of the experimental design region, but the researcher wants

More information

Using Minitab to construct Attribute charts Control Chart

Using Minitab to construct Attribute charts Control Chart Using Minitab to construct Attribute charts Control Chart Attribute Control Chart Attribute control charts are the charts that plot nonconformities (defects) or nonconforming units (defectives). A nonconformity

More information

Session XIV. Control Charts For Attributes P-Chart

Session XIV. Control Charts For Attributes P-Chart Session XIV Control Charts For Attributes P-Chart The P Chart The P Chart is used for data that consist of the proportion of the number of occurrences of an event to the total number of occurrences. It

More information

Department of Industrial Engineering Statistical Quality Control presented by Dr. Eng. Abed Schokry

Department of Industrial Engineering Statistical Quality Control presented by Dr. Eng. Abed Schokry Department of Indstrial Engineering Statistical Qality Control presented by Dr. Eng. Abed Schokry Department of Indstrial Engineering Statistical Qality Control C and U Chart presented by Dr. Eng. Abed

More information

Assignment 7 (Solution) Control Charts, Process capability and QFD

Assignment 7 (Solution) Control Charts, Process capability and QFD Assignment 7 (Solution) Control Charts, Process capability and QFD Dr. Jitesh J. Thakkar Department of Industrial and Systems Engineering Indian Institute of Technology Kharagpur Instruction Total No.

More information

Selection of Variable Selecting the right variable for a control chart means understanding the difference between discrete and continuous data.

Selection of Variable Selecting the right variable for a control chart means understanding the difference between discrete and continuous data. Statistical Process Control, or SPC, is a collection of tools that allow a Quality Engineer to ensure that their process is in control, using statistics. Benefit of SPC The primary benefit of a control

More information

Statistical quality control (SQC)

Statistical quality control (SQC) Statistical quality control (SQC) The application of statistical techniques to measure and evaluate the quality of a product, service, or process. Two basic categories: I. Statistical process control (SPC):

More information

Statistical Process Control

Statistical Process Control Statistical Process Control Outline Statistical Process Control (SPC) Process Capability Acceptance Sampling 2 Learning Objectives When you complete this supplement you should be able to : S6.1 Explain

More information

6 Single Sample Methods for a Location Parameter

6 Single Sample Methods for a Location Parameter 6 Single Sample Methods for a Location Parameter If there are serious departures from parametric test assumptions (e.g., normality or symmetry), nonparametric tests on a measure of central tendency (usually

More information

EXST7015: Estimating tree weights from other morphometric variables Raw data print

EXST7015: Estimating tree weights from other morphometric variables Raw data print Simple Linear Regression SAS example Page 1 1 ********************************************; 2 *** Data from Freund & Wilson (1993) ***; 3 *** TABLE 8.24 : ESTIMATING TREE WEIGHTS ***; 4 ********************************************;

More information

Statistical Process Control

Statistical Process Control S6 Statistical Process Control PowerPoint presentation to accompany Heizer and Render Operations Management, 10e Principles of Operations Management, 8e PowerPoint slides by Jeff Heyl S6-1 Statistical

More information

Quality. Statistical Process Control: Control Charts Process Capability DEG/FHC 1

Quality. Statistical Process Control: Control Charts Process Capability DEG/FHC 1 Quality Statistical Process Control: Control Charts Process Capability DEG/FHC 1 SPC Traditional view: Statistical Process Control (SPC) is a statistical method of separating variation resulting from special

More information

Lecture #39 (tape #39) Vishesh Kumar TA. Dec. 6, 2002

Lecture #39 (tape #39) Vishesh Kumar TA. Dec. 6, 2002 Lecture #39 (tape #39) Vishesh Kumar TA Dec. 6, 2002 Control Chart for Number of Defectives Sometimes, more convenient to make chart by plotting d rather than p. In particular, plotting d appropriate if

More information

Statistical Quality Design & Control Fall 2003 Odette School of Business University of Windsor

Statistical Quality Design & Control Fall 2003 Odette School of Business University of Windsor Name (print, please) ID Statistical Quality Design & Control 7-5 Fall Odette School of Business University of Windsor Midterm Exam Solution Wednesday, October 15, 5: 6:5 pm Instructor: Mohammed Fazle Baki

More information

5.3 Three-Stage Nested Design Example

5.3 Three-Stage Nested Design Example 5.3 Three-Stage Nested Design Example A researcher designs an experiment to study the of a metal alloy. A three-stage nested design was conducted that included Two alloy chemistry compositions. Three ovens

More information

Version 1: Equality of Distributions. 3. F (x) and G(x) represent the distribution functions corresponding to the Xs and Y s, respectively.

Version 1: Equality of Distributions. 3. F (x) and G(x) represent the distribution functions corresponding to the Xs and Y s, respectively. 4 Two-Sample Methods 4.1 The (Mann-Whitney) Wilcoxon Rank Sum Test Version 1: Equality of Distributions Assumptions: Given two independent random samples X 1, X 2,..., X n and Y 1, Y 2,..., Y m : 1. The

More information

7 The Analysis of Response Surfaces

7 The Analysis of Response Surfaces 7 The Analysis of Response Surfaces Goal: the researcher is seeking the experimental conditions which are most desirable, that is, determine optimum design variable levels. Once the researcher has determined

More information

Solutions to Problems 1,2 and 7 followed by 3,4,5,6 and 8.

Solutions to Problems 1,2 and 7 followed by 3,4,5,6 and 8. DSES-423 Quality Control Spring 22 Solution to Homework Assignment #2 Solutions to Problems 1,2 and 7 followed by 3,4,,6 and 8. 1. The cause-and-effect diagram below was created by a department of the

More information

Sample Control Chart Calculations. Here is a worked example of the x and R control chart calculations.

Sample Control Chart Calculations. Here is a worked example of the x and R control chart calculations. Sample Control Chart Calculations Here is a worked example of the x and R control chart calculations. Step 1: The appropriate characteristic to measure was defined and the measurement methodology determined.

More information

Statistical Process Control

Statistical Process Control Statistical Process Control What is a process? Inputs PROCESS Outputs A process can be described as a transformation of set of inputs into desired outputs. Types of Measures Measures where the metric is

More information

This is a Randomized Block Design (RBD) with a single factor treatment arrangement (2 levels) which are fixed.

This is a Randomized Block Design (RBD) with a single factor treatment arrangement (2 levels) which are fixed. EXST3201 Chapter 13c Geaghan Fall 2005: Page 1 Linear Models Y ij = µ + βi + τ j + βτij + εijk This is a Randomized Block Design (RBD) with a single factor treatment arrangement (2 levels) which are fixed.

More information

Statistical Quality Control - Stat 3081

Statistical Quality Control - Stat 3081 Statistical Quality Control - Stat 3081 Awol S. Department of Statistics College of Computing & Informatics Haramaya University Dire Dawa, Ethiopia March 2015 Introduction Industrial Statistics and Quality

More information

Monitoring Expense Report Errors: Control Charts Under Independence and Dependence. Darren Williams. (Under the direction of Dr.

Monitoring Expense Report Errors: Control Charts Under Independence and Dependence. Darren Williams. (Under the direction of Dr. Monitoring Expense Report Errors: Control Charts Under Independence and Dependence by Darren Williams (Under the direction of Dr. Lynne Seymour) Abstract Control charts were devised to evaluate offices

More information

Process Performance and Quality

Process Performance and Quality Chapter 5 Process Performance and Quality Evaluating Process Performance Identify opportunity 1 Define scope 2 Document process 3 Figure 5.1 Implement changes 6 Redesign process 5 Evaluate performance

More information

Discrete Distributions

Discrete Distributions Discrete Distributions Applications of the Binomial Distribution A manufacturing plant labels items as either defective or acceptable A firm bidding for contracts will either get a contract or not A marketing

More information

IE 361 Module 13. Control Charts for Counts ("Attributes Data")

IE 361 Module 13. Control Charts for Counts (Attributes Data) IE 361 Module 13 Control Charts for Counts ("Attributes Data") Prof.s Stephen B. Vardeman and Max D. Morris Reading: Section 3.3, Statistical Quality Assurance Methods for Engineers 1 In this module, we

More information

Exst7037 Multivariate Analysis Cancorr interpretation Page 1

Exst7037 Multivariate Analysis Cancorr interpretation Page 1 Exst7037 Multivariate Analysis Cancorr interpretation Page 1 1 *** C03S3D1 ***; 2 ****************************************************************************; 3 *** The data set insulin shows data from

More information

EXST 7015 Fall 2014 Lab 11: Randomized Block Design and Nested Design

EXST 7015 Fall 2014 Lab 11: Randomized Block Design and Nested Design EXST 7015 Fall 2014 Lab 11: Randomized Block Design and Nested Design OBJECTIVES: The objective of an experimental design is to provide the maximum amount of reliable information at the minimum cost. In

More information

Statistical Quality Control - Stat 3081

Statistical Quality Control - Stat 3081 Statistical Quality Control - Stat 3081 Awol S. Department of Statistics College of Computing & Informatics Haramaya University Dire Dawa, Ethiopia March 2015 Introduction Industrial Statistics and Quality

More information

Quality Control The ASTA team

Quality Control The ASTA team Quality Control The ASTA team Contents 0.1 Outline................................................ 2 1 Quality control 2 1.1 Quality control chart......................................... 2 1.2 Example................................................

More information

Zero-Inflated Models in Statistical Process Control

Zero-Inflated Models in Statistical Process Control Chapter 6 Zero-Inflated Models in Statistical Process Control 6.0 Introduction In statistical process control Poisson distribution and binomial distribution play important role. There are situations wherein

More information

Statistical Process Control SCM Pearson Education, Inc. publishing as Prentice Hall

Statistical Process Control SCM Pearson Education, Inc. publishing as Prentice Hall S6 Statistical Process Control SCM 352 Outline Statistical Quality Control Common causes vs. assignable causes Different types of data attributes and variables Central limit theorem SPC charts Control

More information

EXST 7015 Fall 2014 Lab 08: Polynomial Regression

EXST 7015 Fall 2014 Lab 08: Polynomial Regression EXST 7015 Fall 2014 Lab 08: Polynomial Regression OBJECTIVES Polynomial regression is a statistical modeling technique to fit the curvilinear data that either shows a maximum or a minimum in the curve,

More information

A Theoretically Appropriate Poisson Process Monitor

A Theoretically Appropriate Poisson Process Monitor International Journal of Performability Engineering, Vol. 8, No. 4, July, 2012, pp. 457-461. RAMS Consultants Printed in India A Theoretically Appropriate Poisson Process Monitor RYAN BLACK and JUSTIN

More information

First Semester Dr. Abed Schokry SQC Chapter 9: Cumulative Sum and Exponential Weighted Moving Average Control Charts

First Semester Dr. Abed Schokry SQC Chapter 9: Cumulative Sum and Exponential Weighted Moving Average Control Charts Department of Industrial Engineering First Semester 2014-2015 Dr. Abed Schokry SQC Chapter 9: Cumulative Sum and Exponential Weighted Moving Average Control Charts Learning Outcomes After completing this

More information

14.2 THREE IMPORTANT DISCRETE PROBABILITY MODELS

14.2 THREE IMPORTANT DISCRETE PROBABILITY MODELS 14.2 THREE IMPORTANT DISCRETE PROBABILITY MODELS In Section 14.1 the idea of a discrete probability model was introduced. In the examples of that section the probability of each basic outcome of the experiment

More information

Cumulative probability control charts for geometric and exponential process characteristics

Cumulative probability control charts for geometric and exponential process characteristics int j prod res, 2002, vol 40, no 1, 133±150 Cumulative probability control charts for geometric and exponential process characteristics L Y CHANy*, DENNIS K J LINz, M XIE} and T N GOH} A statistical process

More information

Multivariate T-Squared Control Chart

Multivariate T-Squared Control Chart Multivariate T-Squared Control Chart Summary... 1 Data Input... 3 Analysis Summary... 4 Analysis Options... 5 T-Squared Chart... 6 Multivariate Control Chart Report... 7 Generalized Variance Chart... 8

More information

Normalizing the I Control Chart

Normalizing the I Control Chart Percent of Count Trade Deficit Normalizing the I Control Chart Dr. Wayne Taylor 80 Chart of Count 30 70 60 50 40 18 30 T E 20 10 0 D A C B E Defect Type Percent within all data. Version: September 30,

More information

Kevin James. MTHSC 412 Section 3.4 Cyclic Groups

Kevin James. MTHSC 412 Section 3.4 Cyclic Groups MTHSC 412 Section 3.4 Cyclic Groups Definition If G is a cyclic group and G =< a > then a is a generator of G. Definition If G is a cyclic group and G =< a > then a is a generator of G. Example 1 Z is

More information

Section II: Assessing Chart Performance. (Jim Benneyan)

Section II: Assessing Chart Performance. (Jim Benneyan) Section II: Assessing Chart Performance (Jim Benneyan) 1 Learning Objectives Understand concepts of chart performance Two types of errors o Type 1: Call an in-control process out-of-control o Type 2: Call

More information

CS 1538: Introduction to Simulation Homework 1

CS 1538: Introduction to Simulation Homework 1 CS 1538: Introduction to Simulation Homework 1 1. A fair six-sided die is rolled three times. Let X be a random variable that represents the number of unique outcomes in the three tosses. For example,

More information

Chapter 2: Discrete Distributions. 2.1 Random Variables of the Discrete Type

Chapter 2: Discrete Distributions. 2.1 Random Variables of the Discrete Type Chapter 2: Discrete Distributions 2.1 Random Variables of the Discrete Type 2.2 Mathematical Expectation 2.3 Special Mathematical Expectations 2.4 Binomial Distribution 2.5 Negative Binomial Distribution

More information

dm'log;clear;output;clear'; options ps=512 ls=99 nocenter nodate nonumber nolabel FORMCHAR=" = -/\<>*"; ODS LISTING;

dm'log;clear;output;clear'; options ps=512 ls=99 nocenter nodate nonumber nolabel FORMCHAR= = -/\<>*; ODS LISTING; dm'log;clear;output;clear'; options ps=512 ls=99 nocenter nodate nonumber nolabel FORMCHAR=" ---- + ---+= -/\*"; ODS LISTING; *** Table 23.2 ********************************************; *** Moore, David

More information

Expectations. Definition Let X be a discrete rv with set of possible values D and pmf p(x). The expected value or mean value of X, denoted by E(X ) or

Expectations. Definition Let X be a discrete rv with set of possible values D and pmf p(x). The expected value or mean value of X, denoted by E(X ) or Expectations Expectations Definition Let X be a discrete rv with set of possible values D and pmf p(x). The expected value or mean value of X, denoted by E(X ) or µ X, is E(X ) = µ X = x D x p(x) Expectations

More information

Techniques for Improving Process and Product Quality in the Wood Products Industry: An Overview of Statistical Process Control

Techniques for Improving Process and Product Quality in the Wood Products Industry: An Overview of Statistical Process Control 1 Techniques for Improving Process and Product Quality in the Wood Products Industry: An Overview of Statistical Process Control Scott Leavengood Oregon State University Extension Service The goal: $ 2

More information

4.8 Alternate Analysis as a Oneway ANOVA

4.8 Alternate Analysis as a Oneway ANOVA 4.8 Alternate Analysis as a Oneway ANOVA Suppose we have data from a two-factor factorial design. The following method can be used to perform a multiple comparison test to compare treatment means as well

More information

Introduction to probability

Introduction to probability Introduction to probability 4.1 The Basics of Probability Probability The chance that a particular event will occur The probability value will be in the range 0 to 1 Experiment A process that produces

More information

Odor attraction CRD Page 1

Odor attraction CRD Page 1 Odor attraction CRD Page 1 dm'log;clear;output;clear'; options ps=512 ls=99 nocenter nodate nonumber nolabel FORMCHAR=" ---- + ---+= -/\*"; ODS LISTING; *** Table 23.2 ********************************************;

More information

Random Variables Example:

Random Variables Example: Random Variables Example: We roll a fair die 6 times. Suppose we are interested in the number of 5 s in the 6 rolls. Let X = number of 5 s. Then X could be 0, 1, 2, 3, 4, 5, 6. X = 0 corresponds to the

More information

1. Poisson Distribution

1. Poisson Distribution Old Business - Homework - Poisson distributions New Business - Probability density functions - Cumulative density functions 1. Poisson Distribution The Poisson distribution is a discrete probability distribution

More information

Relationship between probability set function and random variable - 2 -

Relationship between probability set function and random variable - 2 - 2.0 Random Variables A rat is selected at random from a cage and its sex is determined. The set of possible outcomes is female and male. Thus outcome space is S = {female, male} = {F, M}. If we let X be

More information

Random Variables. Definition: A random variable (r.v.) X on the probability space (Ω, F, P) is a mapping

Random Variables. Definition: A random variable (r.v.) X on the probability space (Ω, F, P) is a mapping Random Variables Example: We roll a fair die 6 times. Suppose we are interested in the number of 5 s in the 6 rolls. Let X = number of 5 s. Then X could be 0, 1, 2, 3, 4, 5, 6. X = 0 corresponds to the

More information

Chapter 8 (More on Assumptions for the Simple Linear Regression)

Chapter 8 (More on Assumptions for the Simple Linear Regression) EXST3201 Chapter 8b Geaghan Fall 2005: Page 1 Chapter 8 (More on Assumptions for the Simple Linear Regression) Your textbook considers the following assumptions: Linearity This is not something I usually

More information

274 C hap te rei g h t

274 C hap te rei g h t 274 C hap te rei g h t Sampling Distributions n most Six Sigma projects involving enumerative statistics, we deal with samples, not populations. We now consider the estimation of certain characteristics

More information

Control of Manufacturing Processes

Control of Manufacturing Processes Control of Manufacturing Processes Subject 2.830 Spring 2004 Lecture #8 Hypothesis Testing and Shewhart Charts March 2, 2004 3/2/04 Lecture 8 D.E. Hardt, all rights reserved 1 Applying Statistics to Manufacturing:

More information

17. Example SAS Commands for Analysis of a Classic Split-Plot Experiment 17. 1

17. Example SAS Commands for Analysis of a Classic Split-Plot Experiment 17. 1 17 Example SAS Commands for Analysis of a Classic SplitPlot Experiment 17 1 DELIMITED options nocenter nonumber nodate ls80; Format SCREEN OUTPUT proc import datafile"c:\data\simulatedsplitplotdatatxt"

More information

EXST Regression Techniques Page 1. We can also test the hypothesis H :" œ 0 versus H :"

EXST Regression Techniques Page 1. We can also test the hypothesis H : œ 0 versus H : EXST704 - Regression Techniques Page 1 Using F tests instead of t-tests We can also test the hypothesis H :" œ 0 versus H :" Á 0 with an F test.! " " " F œ MSRegression MSError This test is mathematically

More information

SCIENCE & TECHNOLOGY

SCIENCE & TECHNOLOGY Pertanika J. Sci. & Technol. 24 (1): 177-189 (2016) SCIENCE & TECHNOLOGY Journal homepage: http://www.pertanika.upm.edu.my/ A Comparative Study of the Group Runs and Side Sensitive Group Runs Control Charts

More information

Statistics for Economists Lectures 6 & 7. Asrat Temesgen Stockholm University

Statistics for Economists Lectures 6 & 7. Asrat Temesgen Stockholm University Statistics for Economists Lectures 6 & 7 Asrat Temesgen Stockholm University 1 Chapter 4- Bivariate Distributions 41 Distributions of two random variables Definition 41-1: Let X and Y be two random variables

More information

SMAM 314 Practice Final Examination Winter 2003

SMAM 314 Practice Final Examination Winter 2003 SMAM 314 Practice Final Examination Winter 2003 You may use your textbook, one page of notes and a calculator. Please hand in the notes with your exam. 1. Mark the following statements True T or False

More information

Chapter 7. Practice Exam Questions and Solutions for Final Exam, Spring 2009 Statistics 301, Professor Wardrop

Chapter 7. Practice Exam Questions and Solutions for Final Exam, Spring 2009 Statistics 301, Professor Wardrop Practice Exam Questions and Solutions for Final Exam, Spring 2009 Statistics 301, Professor Wardrop Chapter 6 1. A random sample of size n = 452 yields 113 successes. Calculate the 95% confidence interval

More information

IN the modern era, the development in trade, industry, and

IN the modern era, the development in trade, industry, and INTERNATIONAL JOURNAL OF COMPUTING SCIENCE AND APPLIED MATHEMATICS, VOL. 2, NO. 1, MARCH 2016 1 Quality Control Analysis of The Water Meter Tools Using Decision-On-Belief Control Chart in PDAM Surya Sembada

More information

2.830J / 6.780J / ESD.63J Control of Manufacturing Processes (SMA 6303) Spring 2008

2.830J / 6.780J / ESD.63J Control of Manufacturing Processes (SMA 6303) Spring 2008 MIT OpenCourseWare http://ocw.mit.edu 2.830J / 6.780J / ESD.63J Control of Manufacturing Processes (SMA 6303) Spring 2008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.

More information

Bioeng 3070/5070. App Math/Stats for Bioengineer Lecture 3

Bioeng 3070/5070. App Math/Stats for Bioengineer Lecture 3 Bioeng 3070/5070 App Math/Stats for Bioengineer Lecture 3 Five number summary Five-number summary of a data set consists of: the minimum (smallest observation) the first quartile (which cuts off the lowest

More information

Department of Mathematics & Statistics STAT 2593 Final Examination 17 April, 2000

Department of Mathematics & Statistics STAT 2593 Final Examination 17 April, 2000 Department of Mathematics & Statistics STAT 2593 Final Examination 17 April, 2000 TIME: 3 hours. Total marks: 80. (Marks are indicated in margin.) Remember that estimate means to give an interval estimate.

More information

Inference for Binomial Parameters

Inference for Binomial Parameters Inference for Binomial Parameters Dipankar Bandyopadhyay, Ph.D. Department of Biostatistics, Virginia Commonwealth University D. Bandyopadhyay (VCU) BIOS 625: Categorical Data & GLM 1 / 58 Inference for

More information

Chapter Two. Integers ASSIGNMENT EXERCISES H I J 8. 4 K C B

Chapter Two. Integers ASSIGNMENT EXERCISES H I J 8. 4 K C B Chapter Two Integers ASSIGNMENT EXERCISES. +1 H 4. + I 6. + J 8. 4 K 10. 5 C 1. 6 B 14. 5, 0, 8, etc. 16. 0 18. For any integer, there is always at least one smaller 0. 0 >. 5 < 8 4. 1 < 8 6. 8 8 8. 0

More information

What is a semigroup? What is a group? What is the difference between a semigroup and a group?

What is a semigroup? What is a group? What is the difference between a semigroup and a group? The second exam will be on Thursday, July 5, 2012. The syllabus will be Sections IV.5 (RSA Encryption), III.1, III.2, III.3, III.4 and III.8, III.9, plus the handout on Burnside coloring arguments. Of

More information

PHYS 114 Exam 1 Answer Key NAME:

PHYS 114 Exam 1 Answer Key NAME: PHYS 4 Exam Answer Key AME: Please answer all of the questions below. Each part of each question is worth points, except question 5, which is worth 0 points.. Explain what the following MatLAB commands

More information

Power Functions for. Process Behavior Charts

Power Functions for. Process Behavior Charts Power Functions for Process Behavior Charts Donald J. Wheeler and Rip Stauffer Every data set contains noise (random, meaningless variation). Some data sets contain signals (nonrandom, meaningful variation).

More information

Student s Name Course Name Mathematics Grade 7. General Outcome: Develop number sense. Strand: Number. R D C Changed Outcome/achievement indicator

Student s Name Course Name Mathematics Grade 7. General Outcome: Develop number sense. Strand: Number. R D C Changed Outcome/achievement indicator Strand: Number Specific Outcomes It is expected that students will: 1. Determine and explain why a number is divisible by 2, 3, 4, 5, 6, 8, 9 or 10, and why a number cannot be divided by 0. [C, R] 2. Demonstrate

More information

(Ch 3.4.1, 3.4.2, 4.1, 4.2, 4.3)

(Ch 3.4.1, 3.4.2, 4.1, 4.2, 4.3) 3 Probability Distributions (Ch 3.4.1, 3.4.2, 4.1, 4.2, 4.3) Probability Distribution Functions Probability distribution function (pdf): Function for mapping random variables to real numbers. Discrete

More information

CIS 375 Intro to Discrete Mathematics Exam 3 (Section M004: Blue) 6 December Points Possible

CIS 375 Intro to Discrete Mathematics Exam 3 (Section M004: Blue) 6 December Points Possible Name: CIS 375 Intro to Discrete Mathematics Exam 3 (Section M004: Blue) 6 December 2016 Question Points Possible Points Received 1 12 2 14 3 14 4 12 5 16 6 16 7 16 Total 100 Instructions: 1. This exam

More information

IE 361 Module 25. Introduction to Shewhart Control Charting Part 2 (Statistical Process Control, or More Helpfully: Statistical Process Monitoring)

IE 361 Module 25. Introduction to Shewhart Control Charting Part 2 (Statistical Process Control, or More Helpfully: Statistical Process Monitoring) IE 361 Module 25 Introduction to Shewhart Control Charting Part 2 (Statistical Process Control, or More Helpfully: Statistical Process Monitoring) Reading: Section 3.1 Statistical Methods for Quality Assurance

More information

IE 361 Module 32. Patterns on Control Charts Part 2 and Special Checks/Extra Alarm Rules

IE 361 Module 32. Patterns on Control Charts Part 2 and Special Checks/Extra Alarm Rules IE 361 Module 32 Patterns on Control Charts Part 2 and Special Checks/Extra Alarm Rules Reading: Section 3.4 Statistical Methods for Quality Assurance ISU and Analytics Iowa LLC (ISU and Analytics Iowa

More information

Control Charts for Monitoring the Zero-Inflated Generalized Poisson Processes

Control Charts for Monitoring the Zero-Inflated Generalized Poisson Processes Thai Journal of Mathematics Volume 11 (2013) Number 1 : 237 249 http://thaijmath.in.cmu.ac.th ISSN 1686-0209 Control Charts for Monitoring the Zero-Inflated Generalized Poisson Processes Narunchara Katemee

More information

Lump and Neckdown Detection Using Scanning Laser Micrometers

Lump and Neckdown Detection Using Scanning Laser Micrometers Lump and Neckdown Detection Using Scanning Laser Micrometers Introduction A flaw is a short-term anomaly in the product. A lump is an oversized flaw; a neckdown is an undersized flaw. To detect a flaw,

More information

Poisson population distribution X P(

Poisson population distribution X P( Chapter 8 Poisson population distribution P( ) ~ 8.1 Definition of a Poisson distribution, ~ P( ) If the random variable has a Poisson population distribution, i.e., P( ) probability function is given

More information

STATISTICS AND PRINTING: APPLICATIONS OF SPC AND DOE TO THE WEB OFFSET PRINTING INDUSTRY. A Project. Presented. to the Faculty of

STATISTICS AND PRINTING: APPLICATIONS OF SPC AND DOE TO THE WEB OFFSET PRINTING INDUSTRY. A Project. Presented. to the Faculty of STATISTICS AND PRINTING: APPLICATIONS OF SPC AND DOE TO THE WEB OFFSET PRINTING INDUSTRY A Project Presented to the Faculty of California State University, Dominguez Hills In Partial Fulfillment of the

More information

Aflatoxin Analysis: Uncertainty Statistical Process Control Sources of Variability. COMESA Session Five: Technical Courses November 18

Aflatoxin Analysis: Uncertainty Statistical Process Control Sources of Variability. COMESA Session Five: Technical Courses November 18 Aflatoxin Analysis: Uncertainty Statistical Process Control Sources of Variability COMESA Session Five: Technical Courses November 18 Uncertainty SOURCES OF VARIABILITY Uncertainty Budget The systematic

More information

a = 4 levels of treatment A = Poison b = 3 levels of treatment B = Pretreatment n = 4 replicates for each treatment combination

a = 4 levels of treatment A = Poison b = 3 levels of treatment B = Pretreatment n = 4 replicates for each treatment combination In Box, Hunter, and Hunter Statistics for Experimenters is a two factor example of dying times for animals, let's say cockroaches, using 4 poisons and pretreatments with n=4 values for each combination

More information

THANK YOU FOR YOUR PURCHASE!

THANK YOU FOR YOUR PURCHASE! THANK YOU FOR YOUR PURCHASE! The resources included in this purchase were designed and created by me. I hope that you find this resource helpful in your classroom. Please feel free to contact me with any

More information

A Control Chart for Time Truncated Life Tests Using Exponentiated Half Logistic Distribution

A Control Chart for Time Truncated Life Tests Using Exponentiated Half Logistic Distribution Appl. Math. Inf. Sci. 12, No. 1, 125-131 (2018 125 Applied Mathematics & Information Sciences An International Journal http://dx.doi.org/10.18576/amis/120111 A Control Chart for Time Truncated Life Tests

More information

Approximating the step change point of the process fraction nonconforming using genetic algorithm to optimize the likelihood function

Approximating the step change point of the process fraction nonconforming using genetic algorithm to optimize the likelihood function Journal of Industrial and Systems Engineering Vol. 7, No., pp 8-28 Autumn 204 Approximating the step change point of the process fraction nonconforming using genetic algorithm to optimize the likelihood

More information

CIS 375 Intro to Discrete Mathematics Exam 3 (Section M001: Green) 6 December Points Possible

CIS 375 Intro to Discrete Mathematics Exam 3 (Section M001: Green) 6 December Points Possible Name: CIS 375 Intro to Discrete Mathematics Exam 3 (Section M001: Green) 6 December 2016 Question Points Possible Points Received 1 12 2 14 3 14 4 12 5 16 6 16 7 16 Total 100 Instructions: 1. This exam

More information

LINEAR SPACES. Define a linear space to be a near linear space in which any two points are on a line.

LINEAR SPACES. Define a linear space to be a near linear space in which any two points are on a line. LINEAR SPACES Define a linear space to be a near linear space in which any two points are on a line. A linear space is an incidence structure I = (P, L) such that Axiom LS1: any line is incident with at

More information

Name Date Class. Fishing Hook G Kite A is at a height of 21 feet. It ascends 15 feet. At what height is it now?

Name Date Class. Fishing Hook G Kite A is at a height of 21 feet. It ascends 15 feet. At what height is it now? Name Date Class 1 The Number System Of Kites and Fishing Hooks The heights of kites and the depths of fishing hooks can be recorded using positive and negative integers and rational numbers. Use the table

More information

Scenario 5: Internet Usage Solution. θ j

Scenario 5: Internet Usage Solution. θ j Scenario : Internet Usage Solution Some more information would be interesting about the study in order to know if we can generalize possible findings. For example: Does each data point consist of the total

More information

PRODUCT yield plays a critical role in determining the

PRODUCT yield plays a critical role in determining the 140 IEEE TRANSACTIONS ON SEMICONDUCTOR MANUFACTURING, VOL. 18, NO. 1, FEBRUARY 2005 Monitoring Defects in IC Fabrication Using a Hotelling T 2 Control Chart Lee-Ing Tong, Chung-Ho Wang, and Chih-Li Huang

More information

Code No: RT051 R13 SET - 1 II B. Tech II Semester Regular/Supplementary Examinations, April/May-017 PROBABILITY AND STATISTICS (Com. to CSE, IT, CHEM, PE, PCE) Time: 3 hours Max. Marks: 70 Note: 1. Question

More information

Percent

Percent Data Entry Spreadsheet to Create a C Chart Date Observations Mean UCL +3s LCL -3s +2s -2s +1s -1s CHART --> 01/01/00 2.00 3.00 8.20 0.00 6.46 0.00 4.73 0.00 01/02/00-3.00 8.20 0.00 6.46 0.00 4.73 0.00

More information

Statistical Process Control

Statistical Process Control Chapter 3 Statistical Process Control 3.1 Introduction Operations managers are responsible for developing and maintaining the production processes that deliver quality products and services. Once the production

More information

Superiority by a Margin Tests for One Proportion

Superiority by a Margin Tests for One Proportion Chapter 103 Superiority by a Margin Tests for One Proportion Introduction This module provides power analysis and sample size calculation for one-sample proportion tests in which the researcher is testing

More information

Experiment A12 Monte Carlo Night! Procedure

Experiment A12 Monte Carlo Night! Procedure Experiment A12 Monte Carlo Night! Procedure Deliverables: checked lab notebook, printed plots with captions Overview In the real world, you will never measure the exact same number every single time. Rather,

More information

Performance of X-Bar Chart Associated With Mean Deviation under Three Delta Control Limits and Six Delta Initiatives

Performance of X-Bar Chart Associated With Mean Deviation under Three Delta Control Limits and Six Delta Initiatives IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 08, Issue 7 (July. 2018), V (I) PP 12-16 www.iosrjen.org Performance of X-Bar Chart Associated With Mean Deviation under

More information

JUST THE MATHS UNIT NUMBER 7.2. DETERMINANTS 2 (Consistency and third order determinants) A.J.Hobson

JUST THE MATHS UNIT NUMBER 7.2. DETERMINANTS 2 (Consistency and third order determinants) A.J.Hobson JUST THE MATHS UNIT NUMBER 7.2 DETERMINANTS 2 (Consistency and third order determinants) by A.J.Hobson 7.2.1 Consistency for three simultaneous linear equations in two unknowns 7.2.2 The definition of

More information

Logistic Regression Analyses in the Water Level Study

Logistic Regression Analyses in the Water Level Study Logistic Regression Analyses in the Water Level Study A. Introduction. 166 students participated in the Water level Study. 70 passed and 96 failed to correctly draw the water level in the glass. There

More information

Statistical Quality Control In The Production Of Pepsi Drinks

Statistical Quality Control In The Production Of Pepsi Drinks Statistical Quality Control In The Production Of Pepsi Drins Lasisi K. E and 2 Abdulazeez K. A Mathematical Sciences, Abubaar Tafawa Balewa University, P.M.B.0248, Bauchi, Nigeria 2 Federal College of

More information