SlideShare a Scribd company logo
1 of 31
Download to read offline
13.1
Chapter 13
Design of Experiments (DoE)
Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
13.2
Contents
• Introduction to DoE
• Types of experimental designs
• 2k Factorial design
• 2kr Factorial design with replications
• 2k-p Fractional factorial design
Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
13.3
Introduction to DoE
Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
13.4
Design of Experiments
• Example: Study the performance of a system in respect to
particular parameters
• System: routing algorithm for a MANET
• Parameters:
• Number of nodes: N = {10, 20, 50, 100, 1000, 10000}
• Mobility: M = {1 m/s, 3 m/s, 5 m/s, 10 m/s}
• Packet size: P = {64 byte, 256 byte, 512 byte, 1024 byte}
• Number of parallel flows: F = {1, 3, 5, 7, 10}
• Parameter space: N x M x P x F = 6 x 4 x 4 x 5 = 480
• Question: how to perform the experiments to understand
the effects of the parameters?
Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
13.5
Design of Experiments
• Answer: Design of Experiments (DoE)
• The goal is to obtain
maximum information
with the
minimum number of experiments
Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
13.6
Terminology
Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
Response variable: The outcome of an experiment
Factor: Each variable that affects the response variable
and has several alternatives
Level: The values that a factor can assume
Primary Factor: The factors whose effects need to be quantified
Secondary Factor: Factors that impact the performance but whose
impact we are not interested in quantifying
Replication: Repetition of all or some experiments
Experimental Unit: Any entity that is used for the experiment
Interaction: Two factors A and B interact if the effect of one
depends upon the level of the other
13.7
Interaction of factors
Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
A1 A2
B1
B2
B1 B2
A1
A2
A1 A2
B1
B2
B1 B2
A1
A2
No Interaction
Interaction
13.8
Design
• Design: An experimental design consists of specifying the
number of experiments, the factor level combinations for
each experiment, and the number of replications.
• In planning an experiment, you have to decide
1. what measurement to make (the response)
2. what conditions to study
3. what experimental material to use (the units)
• Example
1. Measure goodput and overhead of a routing protocol
2. Network with n nodes in chain
3. Routing protocol, type of nodes, type of links, traffic
Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
13.9
Types of experimental designs
Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
13.10
Types of experimental designs: Simple design
• Simple design
• Start with a configuration and vary one factor at a time
• Given k factors and the i-th factor having ni levels
• The required number of experiments
• Example:
• k=3, {n1=3, n2=4, n3=2}
• n = 1+ (2 + 3 + 1) = 7
Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
∑
=
−
+
=
k
i
i
n
n
1
)
1
(
1
13.11
Types of experimental designs: Full factorial design
• Full factorial design
• Use all possible combinations at all levels of all factors
• Given k factors and the i-th factor having ni levels
• The required number of experiments
• Example:
• k=3, {n1=3, n2=4, n3=2}
• n = 3×4×2 = 24
Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
∏
=
=
k
i
i
n
n
1
13.12
Types of experimental designs
Fractional factorial design
• Fractional factorial design
• When full factorial design results in a huge number of
experiments, it may be not possible to run all
• Use subsets of levels of factors and the possible combinations
of these
• Given k factors and the i-th factor having ni levels, and
selected subsets of levels mi ≤ ni .
• The required number of experiments
• Example:
• k=3, {n1=3, n2=4, n3=2}, but use {m1=2, m2=2, m3=1}
• n = 2×2×1 = 4
Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
∏
=
=
k
i
i
m
n
1
13.13
Types of experimental designs
• Comparison of the design types
Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
Design Type Factors Number of
experiments
Simple design k=3, {n1=3, n2=4, n3=2} 7
Full factorial design 24
Fractional factorial design Use subset
{m1=2, m2=2, m3=1}
4
13.14
2k Factorial Designs
Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
13.15
2k Factorial Designs
• A 2k factorial design is used to determine the effect of k
factors
• Each factor has two levels
• Advantages
• It is easy to analyze
• Helps to identify important factors
Æreduce the number of factors
• Often effect of a factor is unidirectional, i.e., performance
increase or decrease
• Begin by experimenting at the minimum and maximum level
of a factor Æ two levels
Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
13.16
2k Factorial Designs
Example for k=2
• Study impact of memory
and cache on performance
of a workstation
• Memory size, two levels
• Cache size, two levels
• Performance of
workstation as regression
model
Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
Memory Size
4 MB 16 MB
Cache
Size
1 15 45
2 25 75
Factor 1
Factor 2
⎩
⎨
⎧−
=
⎩
⎨
⎧−
=
cache
2kb
if
1
cache
1kb
if
1
memory
16MB
if
1
memory
4MB
if
1
B
A
x
x
B
A
AB
B
B
A
A x
x
q
x
q
x
q
q
y +
+
+
= 0
-1,-1 1,-1
-1,1 1,1
13.17
2k Factorial Designs
Example for k=2
• Regression model
• Substitute the results into
the model
• Solve equantions for qi
Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
Experiment A B y AB
1 -1 -1 y1 1
2 1 -1 y2 -1
3 -1 1 y3 -1
4 1 1 y4 1
B
A
AB
B
B
A
A x
x
q
x
q
x
q
q
y +
+
+
= 0
AB
B
A
AB
B
A
AB
B
A
AB
B
A
q
q
q
q
y
q
q
q
q
y
q
q
q
q
y
q
q
q
q
y
+
+
+
=
−
+
−
=
−
−
+
=
+
−
−
=
0
4
0
3
0
2
0
1
)
(
)
(
)
(
)
(
4
3
2
1
4
1
4
3
2
1
4
1
4
3
2
1
4
1
4
3
2
1
4
1
0
y
y
y
y
q
y
y
y
y
q
y
y
y
y
q
y
y
y
y
q
AB
B
A
+
−
−
=
+
+
−
−
=
+
−
+
−
=
+
+
+
=
B
A
B
A x
x
x
x
y 5
10
20
40 +
+
+
=
13.18
2k Factorial Designs
Example for k=2: Sign table method
• Sign table contains the effect of factors
Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
I A B AB y
1 -1 -1 1 15
1 1 -1 -1 45
1 -1 1 -1 25
1 1 1 1 75
160
40
80
20
40
10
20
5
Total
Total/4 Result
13.19
2k Factorial Designs
Example for k=2: Allocation of variation
• Determine the importance of a factor
• Calculate the variance
• Sum of squares total (SST): Total variation of y
• For 22 design, the variation is given by
• SSA: part explained by factor A
• Fraction of variation explained by A: SSA/SST
Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
1
2
)
(
2
2
1
2
2
2
−
−
=
∑
=
i
i
y
y
y
s
∑
=
−
=
=
2
2
1
2
)
(
i
i y
y
SST
y
  


SSAB
AB
SSB
B
SSA
A q
q
q
SST 2
2
2
2
2
2
2
2
2 +
+
=
13.20
2k Factorial Designs
The General Case
• In the general case there are k factors, each factor has
two levels
• A total of 2k experiments are required
• Analysis produces 2k effects (results)
• k main effects
• two-factor interactions
• three-factor interactions
• …
• Sign table method is used!
Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
⎟
⎠
⎞
⎜
⎝
⎛
2
k
⎟
⎠
⎞
⎜
⎝
⎛
3
k
13.21
2k Factorial Designs
The General Case
• Sign table, example for k=3
Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
I A1 A2 A3 A1A2 A1A3 A2A3 A1A2A3 y
+ - - - + + + - y1
+ + - - - - + + y2
+ - + - - + - + y3
+ + + - + + - - y4
+ - - + + + - + y5
+ + - + - - - - y6
+ - + + - - + - y7
+ + + + + + + + y8
13.22
2k Factorial Designs
The General Case
• Sign table
Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
I A1 A2 A3 … A1A2 A1A3 … A1A2A3 … y
1 -1 y1
1 1 y2
1 -1 y3
… … …
SumI
SumI/2k
Total
Total/2k
13.23
2kr Factorial Design with Replications
Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
13.24
2kr Factorial Design with Replications
• Problem with 2k factorial design is that it does not provide
the estimation of experimental errors, since no repetitions
• Solution: Repeat an experiment r times Æ replication
• If each of the 2k experiments is repeated r times
Æ 2kr factorial design with replications
• Extended model
Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
e
x
x
q
x
q
x
q
q
y B
A
AB
B
B
A
A +
+
+
+
= 0
Experimental error
13.25
2kr Factorial Design with Replications
• For analysis, the same method is used, except for y, the
mean of the replications is used.
• Experimental error is given:
• Sum of squared errors (SSE) and the standard deviation
of errors:
Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
I A B AB y
1 -1 -1 1 (15,18,12) 15
1 1 -1 -1 (45,48,51) 48
1 -1 1 -1 (25,28,19) 24
1 1 1 1 (75,75,81) 77
164
41
86
21.5
38
9.5
20
5
Total
Total/4
y
y
y
e ij
ij −
=
∑∑
= =
=
2
2
1 1
2
i
r
j
ij
e
SSE
)
1
(
22
−
=
r
SSE
se
13.26
2k-p Fractional Factorial Design
Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
13.27
2k-p Fractional Factorial Design
• When the number of factors is large, a full factorial design
requires a large number of experiments
• In that case fractional factorial design can be used
• Requires fewer experiments, e.g., 2k-1 requires half of the
experiments as a full factorial design
Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
13.28
2k-p Fractional Factorial Design
• Preparing the sign table
• Choose k-p factors and prepare a complete sign table.
ÆSign table with 2k-p rows and 2k-p columns
• The first column will be marked I and consists of all 1s
• The next k-p columns will be marked with the k-p factors that
were chosen
• The remaining columns are simply products of these factors
Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
13.29
2k-p Fractional Factorial Design
• Sign table, example for k =7, p =4 Æ27-4=23
Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
I F1 F2 F3 F1F2 F1F3 F2F3 F1F2F3
+ - - - + + + -
+ + - - - - + +
+ - + - - + - +
+ + + - + + - -
+ - - + + + - +
+ + - + - - - -
+ - + + - - + -
+ + + + + + + +
2k-p rows
2k-p columns
k-p chosen factors products of chosen factors
13.30
2k-p Fractional Factorial Design
• Confounding
• with fractional factorial design some of the effects can not be
determined
• only combined effects of several factors can be computed
• A fractional factorial design is not unique
• Design resolution
• The resolution of a design is measured by the order of
effects that are confounded
• The order of effect is the number of factors included in it
I = ABC order of 3 ÆResolution RIII
I = ABCD order of 4 ÆResolution RIV
• A design of higher resolution is considered a better design.
Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
13.31
Summary
• Design of experiments provides a method for planned
experiments
• Goal: Obtain maximum information with minimum
experiments
• Basic techniques
• Factorial design
• Factorial design with replications
• Fractional factorial design
Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments

More Related Content

Similar to Design of experiments .pdf

S1 - Process product optimization using design experiments and response surfa...
S1 - Process product optimization using design experiments and response surfa...S1 - Process product optimization using design experiments and response surfa...
S1 - Process product optimization using design experiments and response surfa...CAChemE
 
(Slides) Task scheduling algorithm for multicore processor system for minimiz...
(Slides) Task scheduling algorithm for multicore processor system for minimiz...(Slides) Task scheduling algorithm for multicore processor system for minimiz...
(Slides) Task scheduling algorithm for multicore processor system for minimiz...Naoki Shibata
 
PREDICTION OF COMPRESSIVE STRENGTH OF CONCRETE FROM EARLY AGE TEST RESULT
PREDICTION OF COMPRESSIVE STRENGTH OF CONCRETE FROM EARLY AGE TEST RESULTPREDICTION OF COMPRESSIVE STRENGTH OF CONCRETE FROM EARLY AGE TEST RESULT
PREDICTION OF COMPRESSIVE STRENGTH OF CONCRETE FROM EARLY AGE TEST RESULTMonjurul Shuvo
 
Design of Experiments (Pharma)
Design of Experiments (Pharma)Design of Experiments (Pharma)
Design of Experiments (Pharma)VaishnaviBhosale6
 
Optimum Engineering Design - Day 4 - Clasical methods of optimization
Optimum Engineering Design - Day 4 - Clasical methods of optimizationOptimum Engineering Design - Day 4 - Clasical methods of optimization
Optimum Engineering Design - Day 4 - Clasical methods of optimizationSantiagoGarridoBulln
 
CS-102 DS-class_01_02 Lectures Data .pdf
CS-102 DS-class_01_02 Lectures Data .pdfCS-102 DS-class_01_02 Lectures Data .pdf
CS-102 DS-class_01_02 Lectures Data .pdfssuser034ce1
 
Automated University Timetabling
Automated University TimetablingAutomated University Timetabling
Automated University TimetablingAlexandre Pinto
 
Optimization techniques
Optimization techniquesOptimization techniques
Optimization techniquespradnyashinde7
 
Model-Based User Interface Optimization: Part I INTRODUCTION - At SICSA Summe...
Model-Based User Interface Optimization: Part I INTRODUCTION - At SICSA Summe...Model-Based User Interface Optimization: Part I INTRODUCTION - At SICSA Summe...
Model-Based User Interface Optimization: Part I INTRODUCTION - At SICSA Summe...Aalto University
 
Contributions to the Efficient Use of General Purpose Coprocessors: KDE as Ca...
Contributions to the Efficient Use of General Purpose Coprocessors: KDE as Ca...Contributions to the Efficient Use of General Purpose Coprocessors: KDE as Ca...
Contributions to the Efficient Use of General Purpose Coprocessors: KDE as Ca...Unai Lopez-Novoa
 
Unit-1 Basic Concept of Algorithm.pptx
Unit-1 Basic Concept of Algorithm.pptxUnit-1 Basic Concept of Algorithm.pptx
Unit-1 Basic Concept of Algorithm.pptxssuser01e301
 

Similar to Design of experiments .pdf (20)

MULTI-OBJECTIVE ANALYSIS OF INTEGRATED SUPPLY CHAIN PROBLEM
MULTI-OBJECTIVE ANALYSIS OF INTEGRATED SUPPLY CHAIN PROBLEMMULTI-OBJECTIVE ANALYSIS OF INTEGRATED SUPPLY CHAIN PROBLEM
MULTI-OBJECTIVE ANALYSIS OF INTEGRATED SUPPLY CHAIN PROBLEM
 
presentation 2.pptx
presentation 2.pptxpresentation 2.pptx
presentation 2.pptx
 
lec4.ppt
lec4.pptlec4.ppt
lec4.ppt
 
Modeling full scale-data(2)
Modeling full scale-data(2)Modeling full scale-data(2)
Modeling full scale-data(2)
 
S1 - Process product optimization using design experiments and response surfa...
S1 - Process product optimization using design experiments and response surfa...S1 - Process product optimization using design experiments and response surfa...
S1 - Process product optimization using design experiments and response surfa...
 
Survadapt-Webinar_2014_SLIDES
Survadapt-Webinar_2014_SLIDESSurvadapt-Webinar_2014_SLIDES
Survadapt-Webinar_2014_SLIDES
 
ppt.pptx
ppt.pptxppt.pptx
ppt.pptx
 
(Slides) Task scheduling algorithm for multicore processor system for minimiz...
(Slides) Task scheduling algorithm for multicore processor system for minimiz...(Slides) Task scheduling algorithm for multicore processor system for minimiz...
(Slides) Task scheduling algorithm for multicore processor system for minimiz...
 
PREDICTION OF COMPRESSIVE STRENGTH OF CONCRETE FROM EARLY AGE TEST RESULT
PREDICTION OF COMPRESSIVE STRENGTH OF CONCRETE FROM EARLY AGE TEST RESULTPREDICTION OF COMPRESSIVE STRENGTH OF CONCRETE FROM EARLY AGE TEST RESULT
PREDICTION OF COMPRESSIVE STRENGTH OF CONCRETE FROM EARLY AGE TEST RESULT
 
Design of Experiments (Pharma)
Design of Experiments (Pharma)Design of Experiments (Pharma)
Design of Experiments (Pharma)
 
Optimum Engineering Design - Day 4 - Clasical methods of optimization
Optimum Engineering Design - Day 4 - Clasical methods of optimizationOptimum Engineering Design - Day 4 - Clasical methods of optimization
Optimum Engineering Design - Day 4 - Clasical methods of optimization
 
CS-102 DS-class_01_02 Lectures Data .pdf
CS-102 DS-class_01_02 Lectures Data .pdfCS-102 DS-class_01_02 Lectures Data .pdf
CS-102 DS-class_01_02 Lectures Data .pdf
 
Automated University Timetabling
Automated University TimetablingAutomated University Timetabling
Automated University Timetabling
 
K-Means Algorithm
K-Means AlgorithmK-Means Algorithm
K-Means Algorithm
 
CSC446: Pattern Recognition (LN6)
CSC446: Pattern Recognition (LN6)CSC446: Pattern Recognition (LN6)
CSC446: Pattern Recognition (LN6)
 
Optimization techniques
Optimization techniquesOptimization techniques
Optimization techniques
 
Model-Based User Interface Optimization: Part I INTRODUCTION - At SICSA Summe...
Model-Based User Interface Optimization: Part I INTRODUCTION - At SICSA Summe...Model-Based User Interface Optimization: Part I INTRODUCTION - At SICSA Summe...
Model-Based User Interface Optimization: Part I INTRODUCTION - At SICSA Summe...
 
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
Program on Quasi-Monte Carlo and High-Dimensional Sampling Methods for Applie...
 
Contributions to the Efficient Use of General Purpose Coprocessors: KDE as Ca...
Contributions to the Efficient Use of General Purpose Coprocessors: KDE as Ca...Contributions to the Efficient Use of General Purpose Coprocessors: KDE as Ca...
Contributions to the Efficient Use of General Purpose Coprocessors: KDE as Ca...
 
Unit-1 Basic Concept of Algorithm.pptx
Unit-1 Basic Concept of Algorithm.pptxUnit-1 Basic Concept of Algorithm.pptx
Unit-1 Basic Concept of Algorithm.pptx
 

More from ahp2011

Chapter+7,+function+of+management.pptx
Chapter+7,+function+of+management.pptxChapter+7,+function+of+management.pptx
Chapter+7,+function+of+management.pptxahp2011
 
Chapter+6,+Introduction+to+Management.pptx
Chapter+6,+Introduction+to+Management.pptxChapter+6,+Introduction+to+Management.pptx
Chapter+6,+Introduction+to+Management.pptxahp2011
 
Chapter+6,+Introduction+to+Management.pptx
Chapter+6,+Introduction+to+Management.pptxChapter+6,+Introduction+to+Management.pptx
Chapter+6,+Introduction+to+Management.pptxahp2011
 
Chapter+4,+Basic+Economics+Problems.pptx
Chapter+4,+Basic+Economics+Problems.pptxChapter+4,+Basic+Economics+Problems.pptx
Chapter+4,+Basic+Economics+Problems.pptxahp2011
 
Chapter+3,+Market+and+National+Income.pptx
Chapter+3,+Market+and+National+Income.pptxChapter+3,+Market+and+National+Income.pptx
Chapter+3,+Market+and+National+Income.pptxahp2011
 
Chapter 2 A Conceptual Framework for Industry 4.0 2.pptx
Chapter 2 A Conceptual Framework for Industry 4.0 2.pptxChapter 2 A Conceptual Framework for Industry 4.0 2.pptx
Chapter 2 A Conceptual Framework for Industry 4.0 2.pptxahp2011
 
Chapter+1,+Introduction+to+Economics.pptx
Chapter+1,+Introduction+to+Economics.pptxChapter+1,+Introduction+to+Economics.pptx
Chapter+1,+Introduction+to+Economics.pptxahp2011
 
Chapter+2,+Theory+of+Production.pptx
Chapter+2,+Theory+of+Production.pptxChapter+2,+Theory+of+Production.pptx
Chapter+2,+Theory+of+Production.pptxahp2011
 
chapter8-161127140005.pdf
chapter8-161127140005.pdfchapter8-161127140005.pdf
chapter8-161127140005.pdfahp2011
 
Energy Scenario _chapter 1 .pdf
Energy Scenario _chapter 1 .pdfEnergy Scenario _chapter 1 .pdf
Energy Scenario _chapter 1 .pdfahp2011
 
Dynamics of communication .pdf
Dynamics of communication .pdfDynamics of communication .pdf
Dynamics of communication .pdfahp2011
 
Chapter 2 A Conceptual Framework for Industry 4.0.pptx
Chapter 2 A Conceptual Framework for Industry 4.0.pptxChapter 2 A Conceptual Framework for Industry 4.0.pptx
Chapter 2 A Conceptual Framework for Industry 4.0.pptxahp2011
 
Gears .pdf
Gears .pdfGears .pdf
Gears .pdfahp2011
 
Gear .pdf
Gear .pdfGear .pdf
Gear .pdfahp2011
 
Clutches-pptx.pptx
Clutches-pptx.pptxClutches-pptx.pptx
Clutches-pptx.pptxahp2011
 
Transmission of Power.pptx
Transmission of Power.pptxTransmission of Power.pptx
Transmission of Power.pptxahp2011
 
Brakes.pdf
Brakes.pdfBrakes.pdf
Brakes.pdfahp2011
 
Desiccant
DesiccantDesiccant
Desiccantahp2011
 

More from ahp2011 (18)

Chapter+7,+function+of+management.pptx
Chapter+7,+function+of+management.pptxChapter+7,+function+of+management.pptx
Chapter+7,+function+of+management.pptx
 
Chapter+6,+Introduction+to+Management.pptx
Chapter+6,+Introduction+to+Management.pptxChapter+6,+Introduction+to+Management.pptx
Chapter+6,+Introduction+to+Management.pptx
 
Chapter+6,+Introduction+to+Management.pptx
Chapter+6,+Introduction+to+Management.pptxChapter+6,+Introduction+to+Management.pptx
Chapter+6,+Introduction+to+Management.pptx
 
Chapter+4,+Basic+Economics+Problems.pptx
Chapter+4,+Basic+Economics+Problems.pptxChapter+4,+Basic+Economics+Problems.pptx
Chapter+4,+Basic+Economics+Problems.pptx
 
Chapter+3,+Market+and+National+Income.pptx
Chapter+3,+Market+and+National+Income.pptxChapter+3,+Market+and+National+Income.pptx
Chapter+3,+Market+and+National+Income.pptx
 
Chapter 2 A Conceptual Framework for Industry 4.0 2.pptx
Chapter 2 A Conceptual Framework for Industry 4.0 2.pptxChapter 2 A Conceptual Framework for Industry 4.0 2.pptx
Chapter 2 A Conceptual Framework for Industry 4.0 2.pptx
 
Chapter+1,+Introduction+to+Economics.pptx
Chapter+1,+Introduction+to+Economics.pptxChapter+1,+Introduction+to+Economics.pptx
Chapter+1,+Introduction+to+Economics.pptx
 
Chapter+2,+Theory+of+Production.pptx
Chapter+2,+Theory+of+Production.pptxChapter+2,+Theory+of+Production.pptx
Chapter+2,+Theory+of+Production.pptx
 
chapter8-161127140005.pdf
chapter8-161127140005.pdfchapter8-161127140005.pdf
chapter8-161127140005.pdf
 
Energy Scenario _chapter 1 .pdf
Energy Scenario _chapter 1 .pdfEnergy Scenario _chapter 1 .pdf
Energy Scenario _chapter 1 .pdf
 
Dynamics of communication .pdf
Dynamics of communication .pdfDynamics of communication .pdf
Dynamics of communication .pdf
 
Chapter 2 A Conceptual Framework for Industry 4.0.pptx
Chapter 2 A Conceptual Framework for Industry 4.0.pptxChapter 2 A Conceptual Framework for Industry 4.0.pptx
Chapter 2 A Conceptual Framework for Industry 4.0.pptx
 
Gears .pdf
Gears .pdfGears .pdf
Gears .pdf
 
Gear .pdf
Gear .pdfGear .pdf
Gear .pdf
 
Clutches-pptx.pptx
Clutches-pptx.pptxClutches-pptx.pptx
Clutches-pptx.pptx
 
Transmission of Power.pptx
Transmission of Power.pptxTransmission of Power.pptx
Transmission of Power.pptx
 
Brakes.pdf
Brakes.pdfBrakes.pdf
Brakes.pdf
 
Desiccant
DesiccantDesiccant
Desiccant
 

Recently uploaded

cda.pptx critical discourse analysis ppt
cda.pptx critical discourse analysis pptcda.pptx critical discourse analysis ppt
cda.pptx critical discourse analysis pptMaryamAfzal41
 
办理澳大利亚国立大学毕业证ANU毕业证留信学历认证
办理澳大利亚国立大学毕业证ANU毕业证留信学历认证办理澳大利亚国立大学毕业证ANU毕业证留信学历认证
办理澳大利亚国立大学毕业证ANU毕业证留信学历认证jdkhjh
 
2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degreeyuu sss
 
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Service
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts ServiceCall Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Service
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Servicejennyeacort
 
'CASE STUDY OF INDIRA PARYAVARAN BHAVAN DELHI ,
'CASE STUDY OF INDIRA PARYAVARAN BHAVAN DELHI ,'CASE STUDY OF INDIRA PARYAVARAN BHAVAN DELHI ,
'CASE STUDY OF INDIRA PARYAVARAN BHAVAN DELHI ,Aginakm1
 
办理学位证(UCSD证书)美国加利福尼亚大学圣迭戈分校毕业证成绩单原版一比一
办理学位证(UCSD证书)美国加利福尼亚大学圣迭戈分校毕业证成绩单原版一比一办理学位证(UCSD证书)美国加利福尼亚大学圣迭戈分校毕业证成绩单原版一比一
办理学位证(UCSD证书)美国加利福尼亚大学圣迭戈分校毕业证成绩单原版一比一A SSS
 
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一F dds
 
1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改
1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改
1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改yuu sss
 
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一Fi sss
 
Call Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full NightCall Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full Nightssuser7cb4ff
 
韩国SKKU学位证,成均馆大学毕业证书1:1制作
韩国SKKU学位证,成均馆大学毕业证书1:1制作韩国SKKU学位证,成均馆大学毕业证书1:1制作
韩国SKKU学位证,成均馆大学毕业证书1:1制作7tz4rjpd
 
昆士兰大学毕业证(UQ毕业证)#文凭成绩单#真实留信学历认证永久存档
昆士兰大学毕业证(UQ毕业证)#文凭成绩单#真实留信学历认证永久存档昆士兰大学毕业证(UQ毕业证)#文凭成绩单#真实留信学历认证永久存档
昆士兰大学毕业证(UQ毕业证)#文凭成绩单#真实留信学历认证永久存档208367051
 
Dubai Calls Girl Tapes O525547819 Real Tapes Escort Services Dubai
Dubai Calls Girl Tapes O525547819 Real Tapes Escort Services DubaiDubai Calls Girl Tapes O525547819 Real Tapes Escort Services Dubai
Dubai Calls Girl Tapes O525547819 Real Tapes Escort Services Dubaikojalkojal131
 
Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025Rndexperts
 
Design principles on typography in design
Design principles on typography in designDesign principles on typography in design
Design principles on typography in designnooreen17
 
Pharmaceutical Packaging for the elderly.pdf
Pharmaceutical Packaging for the elderly.pdfPharmaceutical Packaging for the elderly.pdf
Pharmaceutical Packaging for the elderly.pdfAayushChavan5
 
(办理学位证)约克圣约翰大学毕业证,KCL成绩单原版一比一
(办理学位证)约克圣约翰大学毕业证,KCL成绩单原版一比一(办理学位证)约克圣约翰大学毕业证,KCL成绩单原版一比一
(办理学位证)约克圣约翰大学毕业证,KCL成绩单原版一比一D SSS
 
Iconic Global Solution - web design, Digital Marketing services
Iconic Global Solution - web design, Digital Marketing servicesIconic Global Solution - web design, Digital Marketing services
Iconic Global Solution - web design, Digital Marketing servicesIconic global solution
 
Business research proposal mcdo.pptxBusiness research proposal mcdo.pptxBusin...
Business research proposal mcdo.pptxBusiness research proposal mcdo.pptxBusin...Business research proposal mcdo.pptxBusiness research proposal mcdo.pptxBusin...
Business research proposal mcdo.pptxBusiness research proposal mcdo.pptxBusin...mrchrns005
 

Recently uploaded (20)

cda.pptx critical discourse analysis ppt
cda.pptx critical discourse analysis pptcda.pptx critical discourse analysis ppt
cda.pptx critical discourse analysis ppt
 
办理澳大利亚国立大学毕业证ANU毕业证留信学历认证
办理澳大利亚国立大学毕业证ANU毕业证留信学历认证办理澳大利亚国立大学毕业证ANU毕业证留信学历认证
办理澳大利亚国立大学毕业证ANU毕业证留信学历认证
 
2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
2024新版美国旧金山州立大学毕业证成绩单pdf电子版制作修改#毕业文凭制作#回国入职#diploma#degree
 
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Service
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts ServiceCall Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Service
Call Girls in Ashok Nagar Delhi ✡️9711147426✡️ Escorts Service
 
'CASE STUDY OF INDIRA PARYAVARAN BHAVAN DELHI ,
'CASE STUDY OF INDIRA PARYAVARAN BHAVAN DELHI ,'CASE STUDY OF INDIRA PARYAVARAN BHAVAN DELHI ,
'CASE STUDY OF INDIRA PARYAVARAN BHAVAN DELHI ,
 
办理学位证(UCSD证书)美国加利福尼亚大学圣迭戈分校毕业证成绩单原版一比一
办理学位证(UCSD证书)美国加利福尼亚大学圣迭戈分校毕业证成绩单原版一比一办理学位证(UCSD证书)美国加利福尼亚大学圣迭戈分校毕业证成绩单原版一比一
办理学位证(UCSD证书)美国加利福尼亚大学圣迭戈分校毕业证成绩单原版一比一
 
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
办理学位证(SFU证书)西蒙菲莎大学毕业证成绩单原版一比一
 
1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改
1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改
1比1办理美国北卡罗莱纳州立大学毕业证成绩单pdf电子版制作修改
 
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
(办理学位证)埃迪斯科文大学毕业证成绩单原版一比一
 
Call Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full NightCall Girls Aslali 7397865700 Ridhima Hire Me Full Night
Call Girls Aslali 7397865700 Ridhima Hire Me Full Night
 
韩国SKKU学位证,成均馆大学毕业证书1:1制作
韩国SKKU学位证,成均馆大学毕业证书1:1制作韩国SKKU学位证,成均馆大学毕业证书1:1制作
韩国SKKU学位证,成均馆大学毕业证书1:1制作
 
昆士兰大学毕业证(UQ毕业证)#文凭成绩单#真实留信学历认证永久存档
昆士兰大学毕业证(UQ毕业证)#文凭成绩单#真实留信学历认证永久存档昆士兰大学毕业证(UQ毕业证)#文凭成绩单#真实留信学历认证永久存档
昆士兰大学毕业证(UQ毕业证)#文凭成绩单#真实留信学历认证永久存档
 
Dubai Calls Girl Tapes O525547819 Real Tapes Escort Services Dubai
Dubai Calls Girl Tapes O525547819 Real Tapes Escort Services DubaiDubai Calls Girl Tapes O525547819 Real Tapes Escort Services Dubai
Dubai Calls Girl Tapes O525547819 Real Tapes Escort Services Dubai
 
Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025Top 10 Modern Web Design Trends for 2025
Top 10 Modern Web Design Trends for 2025
 
Design principles on typography in design
Design principles on typography in designDesign principles on typography in design
Design principles on typography in design
 
Pharmaceutical Packaging for the elderly.pdf
Pharmaceutical Packaging for the elderly.pdfPharmaceutical Packaging for the elderly.pdf
Pharmaceutical Packaging for the elderly.pdf
 
(办理学位证)约克圣约翰大学毕业证,KCL成绩单原版一比一
(办理学位证)约克圣约翰大学毕业证,KCL成绩单原版一比一(办理学位证)约克圣约翰大学毕业证,KCL成绩单原版一比一
(办理学位证)约克圣约翰大学毕业证,KCL成绩单原版一比一
 
Iconic Global Solution - web design, Digital Marketing services
Iconic Global Solution - web design, Digital Marketing servicesIconic Global Solution - web design, Digital Marketing services
Iconic Global Solution - web design, Digital Marketing services
 
Business research proposal mcdo.pptxBusiness research proposal mcdo.pptxBusin...
Business research proposal mcdo.pptxBusiness research proposal mcdo.pptxBusin...Business research proposal mcdo.pptxBusiness research proposal mcdo.pptxBusin...
Business research proposal mcdo.pptxBusiness research proposal mcdo.pptxBusin...
 
Call Girls in Pratap Nagar, 9953056974 Escort Service
Call Girls in Pratap Nagar,  9953056974 Escort ServiceCall Girls in Pratap Nagar,  9953056974 Escort Service
Call Girls in Pratap Nagar, 9953056974 Escort Service
 

Design of experiments .pdf

  • 1. 13.1 Chapter 13 Design of Experiments (DoE) Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
  • 2. 13.2 Contents • Introduction to DoE • Types of experimental designs • 2k Factorial design • 2kr Factorial design with replications • 2k-p Fractional factorial design Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
  • 3. 13.3 Introduction to DoE Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
  • 4. 13.4 Design of Experiments • Example: Study the performance of a system in respect to particular parameters • System: routing algorithm for a MANET • Parameters: • Number of nodes: N = {10, 20, 50, 100, 1000, 10000} • Mobility: M = {1 m/s, 3 m/s, 5 m/s, 10 m/s} • Packet size: P = {64 byte, 256 byte, 512 byte, 1024 byte} • Number of parallel flows: F = {1, 3, 5, 7, 10} • Parameter space: N x M x P x F = 6 x 4 x 4 x 5 = 480 • Question: how to perform the experiments to understand the effects of the parameters? Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
  • 5. 13.5 Design of Experiments • Answer: Design of Experiments (DoE) • The goal is to obtain maximum information with the minimum number of experiments Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
  • 6. 13.6 Terminology Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments Response variable: The outcome of an experiment Factor: Each variable that affects the response variable and has several alternatives Level: The values that a factor can assume Primary Factor: The factors whose effects need to be quantified Secondary Factor: Factors that impact the performance but whose impact we are not interested in quantifying Replication: Repetition of all or some experiments Experimental Unit: Any entity that is used for the experiment Interaction: Two factors A and B interact if the effect of one depends upon the level of the other
  • 7. 13.7 Interaction of factors Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments A1 A2 B1 B2 B1 B2 A1 A2 A1 A2 B1 B2 B1 B2 A1 A2 No Interaction Interaction
  • 8. 13.8 Design • Design: An experimental design consists of specifying the number of experiments, the factor level combinations for each experiment, and the number of replications. • In planning an experiment, you have to decide 1. what measurement to make (the response) 2. what conditions to study 3. what experimental material to use (the units) • Example 1. Measure goodput and overhead of a routing protocol 2. Network with n nodes in chain 3. Routing protocol, type of nodes, type of links, traffic Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
  • 9. 13.9 Types of experimental designs Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
  • 10. 13.10 Types of experimental designs: Simple design • Simple design • Start with a configuration and vary one factor at a time • Given k factors and the i-th factor having ni levels • The required number of experiments • Example: • k=3, {n1=3, n2=4, n3=2} • n = 1+ (2 + 3 + 1) = 7 Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments ∑ = − + = k i i n n 1 ) 1 ( 1
  • 11. 13.11 Types of experimental designs: Full factorial design • Full factorial design • Use all possible combinations at all levels of all factors • Given k factors and the i-th factor having ni levels • The required number of experiments • Example: • k=3, {n1=3, n2=4, n3=2} • n = 3×4×2 = 24 Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments ∏ = = k i i n n 1
  • 12. 13.12 Types of experimental designs Fractional factorial design • Fractional factorial design • When full factorial design results in a huge number of experiments, it may be not possible to run all • Use subsets of levels of factors and the possible combinations of these • Given k factors and the i-th factor having ni levels, and selected subsets of levels mi ≤ ni . • The required number of experiments • Example: • k=3, {n1=3, n2=4, n3=2}, but use {m1=2, m2=2, m3=1} • n = 2×2×1 = 4 Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments ∏ = = k i i m n 1
  • 13. 13.13 Types of experimental designs • Comparison of the design types Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments Design Type Factors Number of experiments Simple design k=3, {n1=3, n2=4, n3=2} 7 Full factorial design 24 Fractional factorial design Use subset {m1=2, m2=2, m3=1} 4
  • 14. 13.14 2k Factorial Designs Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
  • 15. 13.15 2k Factorial Designs • A 2k factorial design is used to determine the effect of k factors • Each factor has two levels • Advantages • It is easy to analyze • Helps to identify important factors Æreduce the number of factors • Often effect of a factor is unidirectional, i.e., performance increase or decrease • Begin by experimenting at the minimum and maximum level of a factor Æ two levels Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
  • 16. 13.16 2k Factorial Designs Example for k=2 • Study impact of memory and cache on performance of a workstation • Memory size, two levels • Cache size, two levels • Performance of workstation as regression model Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments Memory Size 4 MB 16 MB Cache Size 1 15 45 2 25 75 Factor 1 Factor 2 ⎩ ⎨ ⎧− = ⎩ ⎨ ⎧− = cache 2kb if 1 cache 1kb if 1 memory 16MB if 1 memory 4MB if 1 B A x x B A AB B B A A x x q x q x q q y + + + = 0 -1,-1 1,-1 -1,1 1,1
  • 17. 13.17 2k Factorial Designs Example for k=2 • Regression model • Substitute the results into the model • Solve equantions for qi Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments Experiment A B y AB 1 -1 -1 y1 1 2 1 -1 y2 -1 3 -1 1 y3 -1 4 1 1 y4 1 B A AB B B A A x x q x q x q q y + + + = 0 AB B A AB B A AB B A AB B A q q q q y q q q q y q q q q y q q q q y + + + = − + − = − − + = + − − = 0 4 0 3 0 2 0 1 ) ( ) ( ) ( ) ( 4 3 2 1 4 1 4 3 2 1 4 1 4 3 2 1 4 1 4 3 2 1 4 1 0 y y y y q y y y y q y y y y q y y y y q AB B A + − − = + + − − = + − + − = + + + = B A B A x x x x y 5 10 20 40 + + + =
  • 18. 13.18 2k Factorial Designs Example for k=2: Sign table method • Sign table contains the effect of factors Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments I A B AB y 1 -1 -1 1 15 1 1 -1 -1 45 1 -1 1 -1 25 1 1 1 1 75 160 40 80 20 40 10 20 5 Total Total/4 Result
  • 19. 13.19 2k Factorial Designs Example for k=2: Allocation of variation • Determine the importance of a factor • Calculate the variance • Sum of squares total (SST): Total variation of y • For 22 design, the variation is given by • SSA: part explained by factor A • Fraction of variation explained by A: SSA/SST Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments 1 2 ) ( 2 2 1 2 2 2 − − = ∑ = i i y y y s ∑ = − = = 2 2 1 2 ) ( i i y y SST y      SSAB AB SSB B SSA A q q q SST 2 2 2 2 2 2 2 2 2 + + =
  • 20. 13.20 2k Factorial Designs The General Case • In the general case there are k factors, each factor has two levels • A total of 2k experiments are required • Analysis produces 2k effects (results) • k main effects • two-factor interactions • three-factor interactions • … • Sign table method is used! Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments ⎟ ⎠ ⎞ ⎜ ⎝ ⎛ 2 k ⎟ ⎠ ⎞ ⎜ ⎝ ⎛ 3 k
  • 21. 13.21 2k Factorial Designs The General Case • Sign table, example for k=3 Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments I A1 A2 A3 A1A2 A1A3 A2A3 A1A2A3 y + - - - + + + - y1 + + - - - - + + y2 + - + - - + - + y3 + + + - + + - - y4 + - - + + + - + y5 + + - + - - - - y6 + - + + - - + - y7 + + + + + + + + y8
  • 22. 13.22 2k Factorial Designs The General Case • Sign table Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments I A1 A2 A3 … A1A2 A1A3 … A1A2A3 … y 1 -1 y1 1 1 y2 1 -1 y3 … … … SumI SumI/2k Total Total/2k
  • 23. 13.23 2kr Factorial Design with Replications Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
  • 24. 13.24 2kr Factorial Design with Replications • Problem with 2k factorial design is that it does not provide the estimation of experimental errors, since no repetitions • Solution: Repeat an experiment r times Æ replication • If each of the 2k experiments is repeated r times Æ 2kr factorial design with replications • Extended model Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments e x x q x q x q q y B A AB B B A A + + + + = 0 Experimental error
  • 25. 13.25 2kr Factorial Design with Replications • For analysis, the same method is used, except for y, the mean of the replications is used. • Experimental error is given: • Sum of squared errors (SSE) and the standard deviation of errors: Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments I A B AB y 1 -1 -1 1 (15,18,12) 15 1 1 -1 -1 (45,48,51) 48 1 -1 1 -1 (25,28,19) 24 1 1 1 1 (75,75,81) 77 164 41 86 21.5 38 9.5 20 5 Total Total/4 y y y e ij ij − = ∑∑ = = = 2 2 1 1 2 i r j ij e SSE ) 1 ( 22 − = r SSE se
  • 26. 13.26 2k-p Fractional Factorial Design Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
  • 27. 13.27 2k-p Fractional Factorial Design • When the number of factors is large, a full factorial design requires a large number of experiments • In that case fractional factorial design can be used • Requires fewer experiments, e.g., 2k-1 requires half of the experiments as a full factorial design Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
  • 28. 13.28 2k-p Fractional Factorial Design • Preparing the sign table • Choose k-p factors and prepare a complete sign table. ÆSign table with 2k-p rows and 2k-p columns • The first column will be marked I and consists of all 1s • The next k-p columns will be marked with the k-p factors that were chosen • The remaining columns are simply products of these factors Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
  • 29. 13.29 2k-p Fractional Factorial Design • Sign table, example for k =7, p =4 Æ27-4=23 Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments I F1 F2 F3 F1F2 F1F3 F2F3 F1F2F3 + - - - + + + - + + - - - - + + + - + - - + - + + + + - + + - - + - - + + + - + + + - + - - - - + - + + - - + - + + + + + + + + 2k-p rows 2k-p columns k-p chosen factors products of chosen factors
  • 30. 13.30 2k-p Fractional Factorial Design • Confounding • with fractional factorial design some of the effects can not be determined • only combined effects of several factors can be computed • A fractional factorial design is not unique • Design resolution • The resolution of a design is measured by the order of effects that are confounded • The order of effect is the number of factors included in it I = ABC order of 3 ÆResolution RIII I = ABCD order of 4 ÆResolution RIV • A design of higher resolution is considered a better design. Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments
  • 31. 13.31 Summary • Design of experiments provides a method for planned experiments • Goal: Obtain maximum information with minimum experiments • Basic techniques • Factorial design • Factorial design with replications • Fractional factorial design Prof. Dr. Mesut Güneş ▪ Ch. 13 Design of Experiments