Design and Analysis of Experiments

Size: px
Start display at page:

Download "Design and Analysis of Experiments"

Transcription

1 Design and Analysis of Experiments Part VII: Fractional Factorial Designs Prof. Dr. Anselmo E de Oliveira anselmo.quimica.ufg.br anselmo.disciplinas@gmail.com

2 2 k : increasing k the number of runs required for a complete replicate of the design outgrows the resources of most experimenters Design redundancy and the number of effects Binomial coefficient (combinations without repetition) n k = n! k! n k! where n is the number of things to choose from, and we choose k of them (no repetition, order doesn't matter)

3 2 7 full factorial design: mean = 1 main effects (n = 7, k = 1) twofactor interactions (n = 7, k = 2) threefactor interactions (n = 7, k = 3) n = 7, k = 4 n = 7, k = 5 n = 7, k = 6 n = 7, k = 7 There are only 28 (721) degrees of freedom associated with effects that are likely to be of major interest. The remaining 99 are associated with threefactor and higher interactions. 7 1 = = = = = effects

4

5 If the experimenter can reasonably assume that certain highorder interactions are negligible: fractional factorial design Screening experiments The successful use of fractional factorial designs is based on three key ideas: The sparsity of effects principle: when there are several variables, the system or process is likely to be driven primarily by some of the main effects and loworder interactions The projection property: fractional factorial designs can be projected into larger designs in the subset of significant factors Sequential experimentation: it is possible to combine the runs of two (or more) fractional factorials to construct sequentially a larger design to estimate the factor effects and interactions of interest

6 k = 3 Two levels Four runs Onehalf fraction of a 2 3 design = 4 treatment combinations design

7 generator run ABC run I A B C ABC run ABC

8 ABC = generator A design is formed by selecting only those treatment combinations that have a plus in the ABC column I is also always plus I = ABC is the defining relation

9 run I A B C AB AC BC ABC 2 a 3 b 5 c 8 abc main effects interaction effects

10 It is impossible to differentiate between A and BC B and AC C and AB A = l A l BC B = l B l AC C = l C l AB aliases l A A BC l B B AC l C C AB

11 I = ABC A I = A ABC = A 2 BC como A 2 = I A = BC Similarly, B I = B ABC = AB 2 C B = AC and C I = C ABC = ABC 2 C = AB The onehalf fraction with I = ABC is the principal fraction

12 Using the other halffraction: I = ABC run I A B C AB AC BC ABC 1 (1) 4 ab 6 ac 7 bc l A A BC l B B AC l C C AB Thus, when we estimate A, B, and C with this particular fraction, we are really estimating A BC, B AC, and C AB In practice, it does not matter which fraction is actually used. Both factions belong to the same family

13 Construction of the HalfFraction 1. Write down a basic design consisting of the runs for a full 2 k1 design 2. Add the kth factor by identifying its 2 2 run A B plus and minus levels with the plus and minus signs of the highest order interaction ABC K ; I = ABC A B C = AB 2 31 ; I = ABC A B C = AB

14 Design Resolution In general, the resolution of a design is one more than the smallest order interaction that some main effect is confounded (aliased) with. If some main effects are confounded with some 2level interactions, the resolution is 3. The onehalf fraction of the 2 3 design with the defining 3 1 relation I = ABC (or I = ABC) is a 2 III design For most practical purposes, a resolution 5 design is excellent and a resolution 4 design may be adequate. Resolution 3 designs are useful as economical screening designs.

15 Projection of Fractions into Factorials Any fractional design of resolution R contains complete factorial designs in any subset of R 1 factors If an experimenter has several factors of potential interest but believes that only R 1 of them have important efects, then a fractional factorial design of resolution R is the appropriate choice of design

16 Example: Pilot Plant Filtration Rate Experiment A chemical product is produced in a pressure vessel. A factorial experiment is carried out in the pilot plant to study the factors thought to influence the filtration rate of this product. A = temperature B = pressure C = concentration of formaldehyde D = stirring rate response: filtration rate in gal/h 2 4 full factorial design (16 runs)

17 run y (1) 45 a 71 b 48 ab 65 c 68 ac 60 bc 80 abc 65 d 43 ad 100 bd 45 abd 104 cd 75 acd 86 bcd 70 abcd 96 A = C = D = AC = AD =

18 design with I = ABCD, 2 IV Main effects: run A B C D = ABC y 45 (1) 100 ad 45 bd 65 ab 75 cd 60 ac 80 bc 96 abcd A. I = A. ABCD A = A 2 BCD A = BCD B.I = B.ABCD B = AB 2 CD B = ACD C.I = C.ABCD C = ABC 2 D C = ABD D.I = D.ABCD D = ABCD 2 D = ABC Each main effect is aliased with a threefactor interaction

19 twofactor interactions: AB.I = AB.ABCD AB = A 2 B 2 CD AB = CD AC.I = AC.ABCD AC = A 2 BC 2 D AC = BD AD.I = AD.ABCD AD = A 2 BCD 2 AD = BC Every twofactor interaction is aliased with another twofactor interaction 2 3 design = 7 effects o o o 3 main 3 secondorder 1 thirdorder 2 41 design = 7 effects o o 4 main 3 secondorder

20 y 45 (1) 100 ad 45 bd 65 ab 75 cd 60 ac 80 bc 96 abcd main effect: A Twofactor interaction: AB

21 l A = 19 l B = 1.5 l C = 14 l D = 16.5 l AB = 1 l AC = 18.5 l AD = full design A = 21,625 C = 9,875 D = 14,625 AC = 18,125 AD = 16,625 Because factor B is not signficant (l B ), we drop it from consideration.

22 4 1 This 2 IV design can be projected into a single replicate of the 2 3 design in factors A, C, and D y 45 (1) 100 ad 45 bd 65 ab 75 cd C () () AC interaction: A(): concentration has a large positive effect A() : concentration has a very small effect AD interaction: A(): stirring rate has a very small effect A() : stirring rate has a large positive effect 60 ac 80 bc 96 abcd () 45 () () A 65 () D

23 > library(frf2) > design<frf2(8, randomize = FALSE, factor.names = c("a", "B", "C","D"), default.levels = c(1, 1)) > y<c(45,100,45,65,75,60,80,96) > design<add.response(design=design,response=y) > design A B C D y class=design, type= FrF2 > design.lm < lm(y~a*b*c*d,data=design) > design.mean<design.lm$coefficients[1] > design.effects<design.lm$coefficients[1]*2 > design.mean (Intercept) > design.effects A1 B1 C1 D1 A1:B1 A1:C B1:C1 A1:D1 B1:D1 C1:D1 A1:B1:C1 A1:B1:D NA NA NA NA NA A1:C1:D1 B1:C1:D1 A1:B1:C1:D1 NA NA NA

24 > cubeplot(design.lm, "A", "D", "C")

25 > MEPlot(design)

26 > IAPlot(design)

27 Regression Model y = β 0 β A A β C C β D D β AD AC β AD AD y = β 0 β 1 x 1 β 3 x 3 β 4 x 4 β 13 x 1 x 3 β 14 x 1 x 4 y = x x x x 1x x 1x 4 y = x 1 7x x x 1 x 3 9.5x 1 x 4 >> x1=1:.1:1; >> x3=x1; x4=x1; >> [X1,X3,X4]=meshgrid(x1,x3,x4); >> Y= *X17*X38.25*X49.25*X1.*X39.5*X1.*X4; >> slice(x1,x3,x4,y,[1. 1.],[1. 1.],[1. 1.]) >> xlabel("x1"); >> ylabel("x3"); >> zlabel("x4"); >> colorbar on

28

29 2 kp Fractional Design 2 k p runs = 1 2p fraction of 2k full design p = 2: 2 k 2 = 1 = 1 fraction of p independent generators The defining relation consists of all columns that are equal to the identity colums, I Ex: k = 6, p = generators: I = ABCE I = BCDF I = ADEF 6 2 E = ABC F = BCD 2 IV Main effect: A A. I = A. ABCE = A. BDF = A. ADEF A = BCE = ABDF = DEF Interaction effect: AB AB. I = AB. ABCE = AB. BDF = AB. ADEF AB = CE = ADF = BDEF

30 run A B C D E = ABC F = BCD

31 Generators Summary tables of useful fractional factorial designs

Fractional Replications

Fractional Replications Chapter 11 Fractional Replications Consider the set up of complete factorial experiment, say k. If there are four factors, then the total number of plots needed to conduct the experiment is 4 = 1. When

More information

Fractional Factorial Designs

Fractional Factorial Designs Fractional Factorial Designs ST 516 Each replicate of a 2 k design requires 2 k runs. E.g. 64 runs for k = 6, or 1024 runs for k = 10. When this is infeasible, we use a fraction of the runs. As a result,

More information

The One-Quarter Fraction

The One-Quarter Fraction The One-Quarter Fraction ST 516 Need two generating relations. E.g. a 2 6 2 design, with generating relations I = ABCE and I = BCDF. Product of these is ADEF. Complete defining relation is I = ABCE = BCDF

More information

6. Fractional Factorial Designs (Ch.8. Two-Level Fractional Factorial Designs)

6. Fractional Factorial Designs (Ch.8. Two-Level Fractional Factorial Designs) 6. Fractional Factorial Designs (Ch.8. Two-Level Fractional Factorial Designs) Hae-Jin Choi School of Mechanical Engineering, Chung-Ang University 1 Introduction to The 2 k-p Fractional Factorial Design

More information

5. Blocking and Confounding

5. Blocking and Confounding 5. Blocking and Confounding Hae-Jin Choi School of Mechanical Engineering, Chung-Ang University 1 Why Blocking? Blocking is a technique for dealing with controllable nuisance variables Sometimes, it is

More information

Design and Analysis of Experiments 8E 2012 Montgomery

Design and Analysis of Experiments 8E 2012 Montgomery 1 Why do Fractional Factorial Designs Work? The sparsity of effects principle There may be lots of factors, but few are important System is dominated by main effects, low-order interactions The projection

More information

ST3232: Design and Analysis of Experiments

ST3232: Design and Analysis of Experiments Department of Statistics & Applied Probability 2:00-4:00 pm, Monday, April 8, 2013 Lecture 21: Fractional 2 p factorial designs The general principles A full 2 p factorial experiment might not be efficient

More information

FRACTIONAL FACTORIAL

FRACTIONAL FACTORIAL FRACTIONAL FACTORIAL NURNABI MEHERUL ALAM M.Sc. (Agricultural Statistics), Roll No. 443 I.A.S.R.I, Library Avenue, New Delhi- Chairperson: Dr. P.K. Batra Abstract: Fractional replication can be defined

More information

Session 3 Fractional Factorial Designs 4

Session 3 Fractional Factorial Designs 4 Session 3 Fractional Factorial Designs 3 a Modification of a Bearing Example 3. Fractional Factorial Designs Two-level fractional factorial designs Confounding Blocking Two-Level Eight Run Orthogonal Array

More information

Construction of Mixed-Level Orthogonal Arrays for Testing in Digital Marketing

Construction of Mixed-Level Orthogonal Arrays for Testing in Digital Marketing Construction of Mixed-Level Orthogonal Arrays for Testing in Digital Marketing Vladimir Brayman Webtrends October 19, 2012 Advantages of Conducting Designed Experiments in Digital Marketing Availability

More information

FRACTIONAL REPLICATION

FRACTIONAL REPLICATION FRACTIONAL REPLICATION M.L.Agarwal Department of Statistics, University of Delhi, Delhi -. In a factorial experiment, when the number of treatment combinations is very large, it will be beyond the resources

More information

MATH602: APPLIED STATISTICS

MATH602: APPLIED STATISTICS MATH602: APPLIED STATISTICS Dr. Srinivas R. Chakravarthy Department of Science and Mathematics KETTERING UNIVERSITY Flint, MI 48504-4898 Lecture 10 1 FRACTIONAL FACTORIAL DESIGNS Complete factorial designs

More information

Design of Engineering Experiments Chapter 8 The 2 k-p Fractional Factorial Design

Design of Engineering Experiments Chapter 8 The 2 k-p Fractional Factorial Design Design of Engineering Experiments Chapter 8 The 2 k-p Fractional Factorial Design Text reference, Chapter 8 Motivation for fractional factorials is obvious; as the number of factors becomes large enough

More information

23. Fractional factorials - introduction

23. Fractional factorials - introduction 173 3. Fractional factorials - introduction Consider a 5 factorial. Even without replicates, there are 5 = 3 obs ns required to estimate the effects - 5 main effects, 10 two factor interactions, 10 three

More information

Reference: Chapter 8 of Montgomery (8e)

Reference: Chapter 8 of Montgomery (8e) Reference: Chapter 8 of Montgomery (8e) 69 Maghsoodloo Fractional Factorials (or Replicates) For Base 2 Designs As the number of factors in a 2 k factorial experiment increases, the number of runs (or

More information

STAT451/551 Homework#11 Due: April 22, 2014

STAT451/551 Homework#11 Due: April 22, 2014 STAT451/551 Homework#11 Due: April 22, 2014 1. Read Chapter 8.3 8.9. 2. 8.4. SAS code is provided. 3. 8.18. 4. 8.24. 5. 8.45. 376 Chapter 8 Two-Level Fractional Factorial Designs more detail. Sequential

More information

Strategy of Experimentation III

Strategy of Experimentation III LECTURE 3 Strategy of Experimentation III Comments: Homework 1. Design Resolution A design is of resolution R if no p factor effect is confounded with any other effect containing less than R p factors.

More information

Lecture 12: 2 k p Fractional Factorial Design

Lecture 12: 2 k p Fractional Factorial Design Lecture 12: 2 k p Fractional Factorial Design Montgomery: Chapter 8 Page 1 Fundamental Principles Regarding Factorial Effects Suppose there are k factors (A,B,...,J,K) in an experiment. All possible factorial

More information

TWO-LEVEL FACTORIAL EXPERIMENTS: REGULAR FRACTIONAL FACTORIALS

TWO-LEVEL FACTORIAL EXPERIMENTS: REGULAR FRACTIONAL FACTORIALS STAT 512 2-Level Factorial Experiments: Regular Fractions 1 TWO-LEVEL FACTORIAL EXPERIMENTS: REGULAR FRACTIONAL FACTORIALS Bottom Line: A regular fractional factorial design consists of the treatments

More information

19. Blocking & confounding

19. Blocking & confounding 146 19. Blocking & confounding Importance of blocking to control nuisance factors - day of week, batch of raw material, etc. Complete Blocks. This is the easy case. Suppose we run a 2 2 factorial experiment,

More information

The 2 k Factorial Design. Dr. Mohammad Abuhaiba 1

The 2 k Factorial Design. Dr. Mohammad Abuhaiba 1 The 2 k Factorial Design Dr. Mohammad Abuhaiba 1 HoweWork Assignment Due Tuesday 1/6/2010 6.1, 6.2, 6.17, 6.18, 6.19 Dr. Mohammad Abuhaiba 2 Design of Engineering Experiments The 2 k Factorial Design Special

More information

Suppose we needed four batches of formaldehyde, and coulddoonly4runsperbatch. Thisisthena2 4 factorial in 2 2 blocks.

Suppose we needed four batches of formaldehyde, and coulddoonly4runsperbatch. Thisisthena2 4 factorial in 2 2 blocks. 58 2. 2 factorials in 2 blocks Suppose we needed four batches of formaldehyde, and coulddoonly4runsperbatch. Thisisthena2 4 factorial in 2 2 blocks. Some more algebra: If two effects are confounded with

More information

Lec 10: Fractions of 2 k Factorial Design

Lec 10: Fractions of 2 k Factorial Design December 5, 2011 Fraction of 2 k experiments Screening: Some of the factors may influence the results. We want to figure out which. The number of combinations, 2 k, is too large for a complete investigation.

More information

2 k, 2 k r and 2 k-p Factorial Designs

2 k, 2 k r and 2 k-p Factorial Designs 2 k, 2 k r and 2 k-p Factorial Designs 1 Types of Experimental Designs! Full Factorial Design: " Uses all possible combinations of all levels of all factors. n=3*2*2=12 Too costly! 2 Types of Experimental

More information

Design of Experiments SUTD - 21/4/2015 1

Design of Experiments SUTD - 21/4/2015 1 Design of Experiments SUTD - 21/4/2015 1 Outline 1. Introduction 2. 2 k Factorial Design Exercise 3. Choice of Sample Size Exercise 4. 2 k p Fractional Factorial Design Exercise 5. Follow-up experimentation

More information

On the Compounds of Hat Matrix for Six-Factor Central Composite Design with Fractional Replicates of the Factorial Portion

On the Compounds of Hat Matrix for Six-Factor Central Composite Design with Fractional Replicates of the Factorial Portion American Journal of Computational and Applied Mathematics 017, 7(4): 95-114 DOI: 10.593/j.ajcam.0170704.0 On the Compounds of Hat Matrix for Six-Factor Central Composite Design with Fractional Replicates

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 Processes (SMA 6303) Spring 2008 For information about citing these materials or our Terms of Use, visit: http://ocw.mit.edu/terms.

More information

Design of Experiments SUTD 06/04/2016 1

Design of Experiments SUTD 06/04/2016 1 Design of Experiments SUTD 06/04/2016 1 Outline 1. Introduction 2. 2 k Factorial Design 3. Choice of Sample Size 4. 2 k p Fractional Factorial Design 5. Follow-up experimentation (folding over) with factorial

More information

Minimum Aberration and Related Criteria for Fractional Factorial Designs

Minimum Aberration and Related Criteria for Fractional Factorial Designs Minimum Aberration and Related Criteria for Fractional Factorial Designs Hegang Chen Division of Biostatistics and Bioinformatics 660 West Redwood Street University of Maryland School of Medicine Baltimore,

More information

Design and Analysis of Multi-Factored Experiments

Design and Analysis of Multi-Factored Experiments Design and Analysis of Multi-Factored Experiments Fractional Factorial Designs L. M. Lye DOE Course 1 Design of Engineering Experiments The 2 k-p Fractional Factorial Design Motivation for fractional factorials

More information

Confounding and fractional replication in 2 n factorial systems

Confounding and fractional replication in 2 n factorial systems Chapter 20 Confounding and fractional replication in 2 n factorial systems Confounding is a method of designing a factorial experiment that allows incomplete blocks, i.e., blocks of smaller size than the

More information

Fractional Factorials

Fractional Factorials Fractional Factorials Bruce A Craig Department of Statistics Purdue University STAT 514 Topic 26 1 Fractional Factorials Number of runs required for full factorial grows quickly A 2 7 design requires 128

More information

Fractional Replication of The 2 k Design

Fractional Replication of The 2 k Design Fractional Replication of The 2 k Design Experiments with many factors involve a large number of possible treatments, even when all factors are used at only two levels. Often the available resources are

More information

Experimental design (DOE) - Design

Experimental design (DOE) - Design Experimental design (DOE) - Design Menu: QCExpert Experimental Design Design Full Factorial Fract Factorial This module designs a two-level multifactorial orthogonal plan 2 n k and perform its analysis.

More information

Two-Level Fractional Factorial Design

Two-Level Fractional Factorial Design Two-Level Fractional Factorial Design Reference DeVor, Statistical Quality Design and Control, Ch. 19, 0 1 Andy Guo Types of Experimental Design Parallel-type approach Sequential-type approach One-factor

More information

Unreplicated 2 k Factorial Designs

Unreplicated 2 k Factorial Designs Unreplicated 2 k Factorial Designs These are 2 k factorial designs with one observation at each corner of the cube An unreplicated 2 k factorial design is also sometimes called a single replicate of the

More information

Chapter 11: Factorial Designs

Chapter 11: Factorial Designs Chapter : Factorial Designs. Two factor factorial designs ( levels factors ) This situation is similar to the randomized block design from the previous chapter. However, in addition to the effects within

More information

Probability Distribution

Probability Distribution Probability Distribution 1. In scenario 2, the particle size distribution from the mill is: Counts 81

More information

CS 5014: Research Methods in Computer Science

CS 5014: Research Methods in Computer Science Computer Science Clifford A. Shaffer Department of Computer Science Virginia Tech Blacksburg, Virginia Fall 2010 Copyright c 2010 by Clifford A. Shaffer Computer Science Fall 2010 1 / 254 Experimental

More information

Design and Analysis of

Design and Analysis of Design and Analysis of Multi-Factored Experiments Module Engineering 7928-2 Two-level Factorial Designs L. M. Lye DOE Course 1 The 2 k Factorial Design Special case of the general factorial design; k factors,

More information

Soo King Lim Figure 1: Figure 2: Figure 3: Figure 4: Figure 5: Figure 6: Figure 7: Figure 8: Figure 9: Figure 10: Figure 11: Figure 12: Figure 13:

Soo King Lim Figure 1: Figure 2: Figure 3: Figure 4: Figure 5: Figure 6: Figure 7: Figure 8: Figure 9: Figure 10: Figure 11: Figure 12: Figure 13: 1.0 ial Experiment Design by Block... 3 1.1 ial Experiment in Incomplete Block... 3 1. ial Experiment with Two Blocks... 3 1.3 ial Experiment with Four Blocks... 5 Example 1... 6.0 Fractional ial Experiment....1

More information

Fractional Factorial Designs

Fractional Factorial Designs k-p Fractional Factorial Designs Fractional Factorial Designs If we have 7 factors, a 7 factorial design will require 8 experiments How much information can we obtain from fewer experiments, e.g. 7-4 =

More information

CSCI 688 Homework 6. Megan Rose Bryant Department of Mathematics William and Mary

CSCI 688 Homework 6. Megan Rose Bryant Department of Mathematics William and Mary CSCI 688 Homework 6 Megan Rose Bryant Department of Mathematics William and Mary November 12, 2014 7.1 Consider the experiment described in Problem 6.1. Analyze this experiment assuming that each replicate

More information

20g g g Analyze the residuals from this experiment and comment on the model adequacy.

20g g g Analyze the residuals from this experiment and comment on the model adequacy. 3.4. A computer ANOVA output is shown below. Fill in the blanks. You may give bounds on the P-value. One-way ANOVA Source DF SS MS F P Factor 3 36.15??? Error??? Total 19 196.04 3.11. A pharmaceutical

More information

An Introduction to Design of Experiments

An Introduction to Design of Experiments An Introduction to Design of Experiments Douglas C. Montgomery Regents Professor of Industrial Engineering and Statistics ASU Foundation Professor of Engineering Arizona State University Bradley Jones

More information

3.4. A computer ANOVA output is shown below. Fill in the blanks. You may give bounds on the P-value.

3.4. A computer ANOVA output is shown below. Fill in the blanks. You may give bounds on the P-value. 3.4. A computer ANOVA output is shown below. Fill in the blanks. You may give bounds on the P-value. One-way ANOVA Source DF SS MS F P Factor 3 36.15??? Error??? Total 19 196.04 Completed table is: One-way

More information

COM111 Introduction to Computer Engineering (Fall ) NOTES 6 -- page 1 of 12

COM111 Introduction to Computer Engineering (Fall ) NOTES 6 -- page 1 of 12 COM111 Introduction to Computer Engineering (Fall 2006-2007) NOTES 6 -- page 1 of 12 Karnaugh Maps In this lecture, we will discuss Karnaugh maps (K-maps) more formally than last time and discuss a more

More information

Geometry Problem Solving Drill 08: Congruent Triangles

Geometry Problem Solving Drill 08: Congruent Triangles Geometry Problem Solving Drill 08: Congruent Triangles Question No. 1 of 10 Question 1. The following triangles are congruent. What is the value of x? Question #01 (A) 13.33 (B) 10 (C) 31 (D) 18 You set

More information

IE 361 Exam 3 (Form A)

IE 361 Exam 3 (Form A) December 15, 005 IE 361 Exam 3 (Form A) Prof. Vardeman This exam consists of 0 multiple choice questions. Write (in pencil) the letter for the single best response for each question in the corresponding

More information

Design and Analysis of Experiments

Design and Analysis of Experiments Design and Analysis of Experiments Part VIII: Plackett-Burman, 3 k, Mixed Level, Nested, and Split-Plot Designs Prof. Dr. Anselmo E de Oliveira anselmo.quimica.ufg.br anselmo.disciplinas@gmail.com Plackett-Burman

More information

TWO-LEVEL FACTORIAL EXPERIMENTS: IRREGULAR FRACTIONS

TWO-LEVEL FACTORIAL EXPERIMENTS: IRREGULAR FRACTIONS STAT 512 2-Level Factorial Experiments: Irregular Fractions 1 TWO-LEVEL FACTORIAL EXPERIMENTS: IRREGULAR FRACTIONS A major practical weakness of regular fractional factorial designs is that N must be a

More information

Design and Analysis of Multi-Factored Experiments

Design and Analysis of Multi-Factored Experiments Design and Analysis of Multi-Factored Experiments Two-level Factorial Designs L. M. Lye DOE Course 1 The 2 k Factorial Design Special case of the general factorial design; k factors, all at two levels

More information

Lecture 14: 2 k p Fractional Factorial Design

Lecture 14: 2 k p Fractional Factorial Design Lecture 14: 2 k p Fractional Factorial Design Montgomery: Chapter 8 1 Lecture 14 Page 1 Fundamental Principles Regarding Factorial Effects Suppose there arek factors (A,B,...,J,K) in an experiment. All

More information

Unit 9: Confounding and Fractional Factorial Designs

Unit 9: Confounding and Fractional Factorial Designs Unit 9: Confounding and Fractional Factorial Designs STA 643: Advanced Experimental Design Derek S. Young 1 Learning Objectives Understand what it means for a treatment to be confounded with blocks Know

More information

Institutionen för matematik och matematisk statistik Umeå universitet November 7, Inlämningsuppgift 3. Mariam Shirdel

Institutionen för matematik och matematisk statistik Umeå universitet November 7, Inlämningsuppgift 3. Mariam Shirdel Institutionen för matematik och matematisk statistik Umeå universitet November 7, 2011 Inlämningsuppgift 3 Mariam Shirdel (mash0007@student.umu.se) Kvalitetsteknik och försöksplanering, 7.5 hp 1 Uppgift

More information

A Comparison of Factor Based Methods for Analysing Some Non-regular Designs

A Comparison of Factor Based Methods for Analysing Some Non-regular Designs A Comparison of Factor Based Methods for Analysing Some Non-regular Designs Ebenezer Afrifa-Yamoah Master of Science in Mathematics (for international students) Submission date: June 2016 Supervisor: John

More information

What if the characteristic equation has complex roots?

What if the characteristic equation has complex roots? MA 360 Lecture 18 - Summary of Recurrence Relations (cont. and Binomial Stuff Thursday, November 13, 01. Objectives: Examples of Recurrence relation solutions, Pascal s triangle. A quadratic equation What

More information

CHAPTER 3 BOOLEAN ALGEBRA

CHAPTER 3 BOOLEAN ALGEBRA CHAPTER 3 BOOLEAN ALGEBRA (continued) This chapter in the book includes: Objectives Study Guide 3.1 Multiplying Out and Factoring Expressions 3.2 Exclusive-OR and Equivalence Operations 3.3 The Consensus

More information

TWO-LEVEL FACTORIAL EXPERIMENTS: BLOCKING. Upper-case letters are associated with factors, or regressors of factorial effects, e.g.

TWO-LEVEL FACTORIAL EXPERIMENTS: BLOCKING. Upper-case letters are associated with factors, or regressors of factorial effects, e.g. STAT 512 2-Level Factorial Experiments: Blocking 1 TWO-LEVEL FACTORIAL EXPERIMENTS: BLOCKING Some Traditional Notation: Upper-case letters are associated with factors, or regressors of factorial effects,

More information

TMA4267 Linear Statistical Models V2017 (L19)

TMA4267 Linear Statistical Models V2017 (L19) TMA4267 Linear Statistical Models V2017 (L19) Part 4: Design of Experiments Blocking Fractional factorial designs Mette Langaas Department of Mathematical Sciences, NTNU To be lectured: March 28, 2017

More information

Answer Keys to Homework#10

Answer Keys to Homework#10 Answer Keys to Homework#10 Problem 1 Use either restricted or unrestricted mixed models. Problem 2 (a) First, the respective means for the 8 level combinations are listed in the following table A B C Mean

More information

Assignment 9 Answer Keys

Assignment 9 Answer Keys Assignment 9 Answer Keys Problem 1 (a) First, the respective means for the 8 level combinations are listed in the following table A B C Mean 26.00 + 34.67 + 39.67 + + 49.33 + 42.33 + + 37.67 + + 54.67

More information

ESTIMATION METHODS FOR MISSING DATA IN UN-REPLICATED 2 FACTORIAL AND 2 FRACTIONAL FACTORIAL DESIGNS

ESTIMATION METHODS FOR MISSING DATA IN UN-REPLICATED 2 FACTORIAL AND 2 FRACTIONAL FACTORIAL DESIGNS Journal of Statistics: Advances in Theory and Applications Volume 5, Number 2, 2011, Pages 131-147 ESTIMATION METHODS FOR MISSING DATA IN k k p UN-REPLICATED 2 FACTORIAL AND 2 FRACTIONAL FACTORIAL DESIGNS

More information

Statistical Design and Analysis of Experiments Part Two

Statistical Design and Analysis of Experiments Part Two 0.1 Statistical Design and Analysis of Experiments Part Two Lecture notes Fall semester 2007 Henrik Spliid nformatics and Mathematical Modelling Technical University of Denmark List of contents, cont.

More information

Contents. TAMS38 - Lecture 8 2 k p fractional factorial design. Lecturer: Zhenxia Liu. Example 0 - continued 4. Example 0 - Glazing ceramic 3

Contents. TAMS38 - Lecture 8 2 k p fractional factorial design. Lecturer: Zhenxia Liu. Example 0 - continued 4. Example 0 - Glazing ceramic 3 Contents TAMS38 - Lecture 8 2 k p fractional factorial design Lecturer: Zhenxia Liu Department of Mathematics - Mathematical Statistics Example 0 2 k factorial design with blocking Example 1 2 k p fractional

More information

CS 5014: Research Methods in Computer Science. Experimental Design. Potential Pitfalls. One-Factor (Again) Clifford A. Shaffer.

CS 5014: Research Methods in Computer Science. Experimental Design. Potential Pitfalls. One-Factor (Again) Clifford A. Shaffer. Department of Computer Science Virginia Tech Blacksburg, Virginia Copyright c 2015 by Clifford A. Shaffer Computer Science Title page Computer Science Clifford A. Shaffer Fall 2015 Clifford A. Shaffer

More information

Unit 6: Fractional Factorial Experiments at Three Levels

Unit 6: Fractional Factorial Experiments at Three Levels Unit 6: Fractional Factorial Experiments at Three Levels Larger-the-better and smaller-the-better problems. Basic concepts for 3 k full factorial designs. Analysis of 3 k designs using orthogonal components

More information

CHAPTER 5 KARNAUGH MAPS

CHAPTER 5 KARNAUGH MAPS CHAPTER 5 1/36 KARNAUGH MAPS This chapter in the book includes: Objectives Study Guide 5.1 Minimum Forms of Switching Functions 5.2 Two- and Three-Variable Karnaugh Maps 5.3 Four-Variable Karnaugh Maps

More information

Lecture 6: Manipulation of Algebraic Functions, Boolean Algebra, Karnaugh Maps

Lecture 6: Manipulation of Algebraic Functions, Boolean Algebra, Karnaugh Maps EE210: Switching Systems Lecture 6: Manipulation of Algebraic Functions, Boolean Algebra, Karnaugh Maps Prof. YingLi Tian Feb. 21/26, 2019 Department of Electrical Engineering The City College of New York

More information

Lecture 12: Feb 16, 2017

Lecture 12: Feb 16, 2017 CS 6170 Computational Topology: Topological Data Analysis Spring 2017 Lecture 12: Feb 16, 2017 Lecturer: Prof Bei Wang University of Utah School of Computing Scribe: Waiming Tai This

More information

Advanced Digital Design with the Verilog HDL, Second Edition Michael D. Ciletti Prentice Hall, Pearson Education, 2011

Advanced Digital Design with the Verilog HDL, Second Edition Michael D. Ciletti Prentice Hall, Pearson Education, 2011 Problem 2-1 Recall that a minterm is a cube in which every variable appears. A Boolean expression in SOP form is canonical if every cube in the expression has a unique representation in which all of the

More information

Confounding and Fractional Replication in Factorial Design

Confounding and Fractional Replication in Factorial Design ISSN -580 (Paper) ISSN 5-05 (Online) Vol.6, No.3, 016 onfounding and Fractional Replication in Factorial esign Layla. hmed epartment of Mathematics, ollege of Education, University of Garmian, Kurdistan

More information

Design and Analysis of Experiments

Design and Analysis of Experiments Design and Analysis of Experiments Part IX: Response Surface Methodology Prof. Dr. Anselmo E de Oliveira anselmo.quimica.ufg.br anselmo.disciplinas@gmail.com Methods Math Statistics Models/Analyses Response

More information

Design theory for relational databases

Design theory for relational databases Design theory for relational databases 1. Consider a relation with schema R(A,B,C,D) and FD s AB C, C D and D A. a. What are all the nontrivial FD s that follow from the given FD s? You should restrict

More information

The hypergeometric distribution - theoretical basic for the deviation between replicates in one germination test?

The hypergeometric distribution - theoretical basic for the deviation between replicates in one germination test? Doubt is the beginning, not the end, of wisdom. ANONYMOUS The hypergeometric distribution - theoretical basic for the deviation between replicates in one germination test? Winfried Jackisch 7 th ISTA Seminar

More information

Design of experiment ERT k-p fractional factorial. Miss Hanna Ilyani Zulhaimi

Design of experiment ERT k-p fractional factorial. Miss Hanna Ilyani Zulhaimi + Design of experiment ERT 427 2 k-p fractional factorial Miss Hanna Ilyani Zulhaimi + OUTLINE n Limitation of full factorial design n The concept of fractional factorial, 2 k-p n One-half fraction factorial

More information

Design of Engineering Experiments Part 5 The 2 k Factorial Design

Design of Engineering Experiments Part 5 The 2 k Factorial Design Design of Engineering Experiments Part 5 The 2 k Factorial Design Text reference, Special case of the general factorial design; k factors, all at two levels The two levels are usually called low and high

More information

SUM-OF-SQUARES ORTHOGONALITY AND COMPLETE SETS

SUM-OF-SQUARES ORTHOGONALITY AND COMPLETE SETS 3«- )h37-frl 1 SUM-OF-SQUARES ORTHOGONALITY AND COMPLETE SETS by Walter T. Federer ABSTRACT The concept of sum-of-squares orthogonality is explained in terms of what is known about factorial treatment

More information

Reference: CHAPTER 7 of Montgomery(8e)

Reference: CHAPTER 7 of Montgomery(8e) Reference: CHAPTER 7 of Montgomery(8e) 60 Maghsoodloo BLOCK CONFOUNDING IN 2 k FACTORIALS (k factors each at 2 levels) It is often impossible to run all the 2 k observations in a 2 k factorial design (or

More information

4. The 2 k Factorial Designs (Ch.6. Two-Level Factorial Designs)

4. The 2 k Factorial Designs (Ch.6. Two-Level Factorial Designs) 4. The 2 k Factorial Designs (Ch.6. Two-Level Factorial Designs) Hae-Jin Choi School of Mechanical Engineering, Chung-Ang University Introduction to 2 k Factorial Designs Special case of the general factorial

More information

Lecture 7: Karnaugh Map, Don t Cares

Lecture 7: Karnaugh Map, Don t Cares EE210: Switching Systems Lecture 7: Karnaugh Map, Don t Cares Prof. YingLi Tian Feb. 28, 2019 Department of Electrical Engineering The City College of New York The City University of New York (CUNY) 1

More information

Fractional designs and blocking.

Fractional designs and blocking. Fractional designs and blocking Petter Mostad mostad@chalmers.se Review of two-level factorial designs Goal of experiment: To find the effect on the response(s) of a set of factors each factor can be set

More information

Obtaining Non-isomorphic Two-level Regular Fractional Factorial Designs

Obtaining Non-isomorphic Two-level Regular Fractional Factorial Designs Obtaining Non-isomorphic Two-level Regular Fractional Factorial Designs by Chunfang Lin B.Sc., 2002. University of Science and Technology of China. a project submitted in partial fulfillment of the requirements

More information

A Survey of Rational Diophantine Sextuples of Low Height

A Survey of Rational Diophantine Sextuples of Low Height A Survey of Rational Diophantine Sextuples of Low Height Philip E Gibbs philegibbs@gmail.com A rational Diophantine m-tuple is a set of m distinct positive rational numbers such that the product of any

More information

Statistics for Engineers Lecture 2

Statistics for Engineers Lecture 2 Statistics for Engineers Lecture 2 Antony Lewis http://cosmologist.info/teaching/stat/ Summary from last time Complements Rule: P A c = 1 P(A) Multiplication Rule: P A B = P A P B A = P B P(A B) Special

More information

Design of Experiments (DOE) A Valuable Multi-Purpose Methodology

Design of Experiments (DOE) A Valuable Multi-Purpose Methodology Applied Mathematics, 2014, 5, 2120-2129 Published Online July 2014 in SciRes. http://www.scirp.org/journal/am http://dx.doi.org/10.4236/am.2014.514206 Design of Experiments (DOE) A Valuable Multi-Purpose

More information

Solutions to Exercises

Solutions to Exercises 1 c Atkinson et al 2007, Optimum Experimental Designs, with SAS Solutions to Exercises 1. and 2. Certainly, the solutions to these questions will be different for every reader. Examples of the techniques

More information

Homework Assignments Sheet. 4) Symbol * beside a question means that a calculator may be used for that question. Chapter 1 Number 9 days

Homework Assignments Sheet. 4) Symbol * beside a question means that a calculator may be used for that question. Chapter 1 Number 9 days Riverside Secondary School Math 10: Foundations and Precalculus Homework Assignments Sheet Note: 1) WS stands for worksheet that will be handed out in class 2) Page numbers refer to the pages in the Workbook

More information

Projection properties of certain three level orthogonal arrays

Projection properties of certain three level orthogonal arrays Metrika (2005) 62: 241 257 DOI 10.1007/s00184-005-0409-9 ORIGINAL ARTICLE H. Evangelaras C. Koukouvinos A. M. Dean C. A. Dingus Projection properties of certain three level orthogonal arrays Springer-Verlag

More information

SOLUTION. Taken together, the preceding equations imply that ABC DEF by the SSS criterion for triangle congruence.

SOLUTION. Taken together, the preceding equations imply that ABC DEF by the SSS criterion for triangle congruence. 1. [20 points] Suppose that we have ABC and DEF in the Euclidean plane and points G and H on (BC) and (EF) respectively such that ABG DEH and AGC DHF. Prove that ABC DEF. The first congruence assumption

More information

UNIT 3 BOOLEAN ALGEBRA (CONT D)

UNIT 3 BOOLEAN ALGEBRA (CONT D) UNIT 3 BOOLEAN ALGEBRA (CONT D) Spring 2011 Boolean Algebra (cont d) 2 Contents Multiplying out and factoring expressions Exclusive-OR and Exclusive-NOR operations The consensus theorem Summary of algebraic

More information

4. Design of Experiments (DOE) (The 2 k Factorial Designs)

4. Design of Experiments (DOE) (The 2 k Factorial Designs) 4. Design of Experiments (DOE) (The 2 k Factorial Designs) Hae-Jin Choi School of Mechanical Engineering, Chung-Ang University 1 Example: Golfing How to improve my score in Golfing? Practice!!! Other than

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

A UNIFIED APPROACH TO FACTORIAL DESIGNS WITH RANDOMIZATION RESTRICTIONS

A UNIFIED APPROACH TO FACTORIAL DESIGNS WITH RANDOMIZATION RESTRICTIONS Calcutta Statistical Association Bulletin Vol. 65 (Special 8th Triennial Symposium Proceedings Volume) 2013, Nos. 257-260 A UNIFIED APPROACH TO FACTORIAL DESIGNS WITH RANDOMIZATION RESTRICTIONS PRITAM

More information

Statistica Sinica Preprint No: SS R1

Statistica Sinica Preprint No: SS R1 Statistica Sinica Preprint No: SS-2015-0161R1 Title Generators for Nonregular $2^{k-p}$ Designs Manuscript ID SS-2015-0161R1 URL http://www.stat.sinica.edu.tw/statistica/ DOI 10.5705/ss.202015.0161 Complete

More information

a) Prepare a normal probability plot of the effects. Which effects seem active?

a) Prepare a normal probability plot of the effects. Which effects seem active? Problema 8.6: R.D. Snee ( Experimenting with a large number of variables, in experiments in Industry: Design, Analysis and Interpretation of Results, by R. D. Snee, L.B. Hare, and J. B. Trout, Editors,

More information

B. L. Raktoe and W. T. Federer Cornell University ABSTRACT

B. L. Raktoe and W. T. Federer Cornell University ABSTRACT On Irregular 1_ Fractions of a 2m Factorial 2n B. L. Raktoe and W. T. Federer Cornell University ABSTRACT A rigorous definition of regular and irregular fractional replicates from an sm factorial is presented.

More information

Unit 5: Fractional Factorial Experiments at Two Levels

Unit 5: Fractional Factorial Experiments at Two Levels Unit 5: Fractional Factorial Experiments at Two Levels Source : Chapter 4 (sections 4.1-4.3, 4.4.1, 4.4.3, 4.5, part of 4.6). Effect aliasing, resolution, minimum aberration criteria. Analysis. Techniques

More information

Homework 04. , not a , not a 27 3 III III

Homework 04. , not a , not a 27 3 III III Response Surface Methodology, Stat 579 Fall 2014 Homework 04 Name: Answer Key Prof. Erik B. Erhardt Part I. (130 points) I recommend reading through all the parts of the HW (with my adjustments) before

More information

Computer Organization I. Lecture 13: Design of Combinational Logic Circuits

Computer Organization I. Lecture 13: Design of Combinational Logic Circuits Computer Organization I Lecture 13: Design of Combinational Logic Circuits Overview The optimization of multiple-level circuits Mapping Technology Verification Objectives To know how to optimize the multiple-level

More information