Theory-Lesson 8(DoE) Flashcards

1
Q

What is the idea of DoE?

A

Methodology of how to conduct and plan experiments in order to extract the maximum amount of information in the fewest number of runs.

It’s an approach for effectively and efficiently exploring the cause and effect relationship between DVs and OFs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

One At a Time approach

A

Change a seperate factor at a time

DRAWBACK: I don’t have any information about the factors relationships. It gets stuck far from the optimum.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Full factorial DOE

A

Gives information about all the main effects, two way interactions and other higher-order interactions.

However, it requires a lot of computational power.

x DVS—> 2^x runs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Fractional factorial DOE

A

Generated from a full factorial DOE. The idea is to combine some inputs with other inputs (confounded effects)

example: 3 DVS :X1,X2,X3=X1*X2

However, the accuracy is less here beacause only the combined effect of X1*X2 can be studied.

Instead of 2^3 runs, we do 2^2 runs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Design Resolution

A

Resolution describes the degree to which estimated main effects are confounded with estimated 2-level interactions, 3-level interactions etc.

Resolution 3:Main effects are counfouned with 2-level interactions c=a*b

Resolution 4: Two factor interactions are confounded with each other cd=ef

Resolution 5: Two factor interactions are confounded with three factor interactions ab=cd*e

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Hierarchical Ordering Principle

A

-Lower order effects are more likely to be important than higher order effects. (x1 more important that x1*x2)

-Effects of the same order are equally likely to be important.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Effect Heredity Principle

A

In order for an interaction to be significant, at least one of its parents should be significant.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Quadratic Emperical model

A

The quadratical empirical model can refuce the number of coefficients to be calculated, reducing the computational cost
(2 DVs-> 6 coefficients
bo+b1x1+b2x2+b3x1^2+b4x2^2+b5x1x2
3DVs-> 10 coefficients)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly