Design of experiments

From DDL Wiki

(Difference between revisions)
Jump to: navigation, search
Line 3: Line 3:
Example: A Full Factorial Design for an experiment with three attributes (a, b, c), where each attribute can be set to one of two levels (+/-).
Example: A Full Factorial Design for an experiment with three attributes (a, b, c), where each attribute can be set to one of two levels (+/-).
 +
{| border="1" cellpadding="5" align="center" style="background-color:#EEEEEE;"
 +
|- align="center"
 +
! width="50"|
 +
! width="50"|a
 +
! width="50"|b
 +
! width="50"|c
 +
! width="50"|y
 +
! width="50"|name
 +
|- align="center"
 +
! 1
 +
| - || - || - || y<sub>1</sub> || I
 +
|- align="center"
 +
! 2
 +
| - || - || + || y<sub>2</sub> || C
 +
|- align="center"
 +
! 3
 +
| - || + || - || y<sub>3</sub> || B
 +
|- align="center"
 +
! 4
 +
| - || + || + || y<sub>4</sub> || BC
 +
|- align="center"
 +
! 5
 +
| + || - || - || y<sub>5</sub> || A
 +
|- align="center"
 +
! 6
 +
| + || - || + || y<sub>6</sub> || AC
 +
|- align="center"
 +
! 7
 +
| + || + || - || y<sub>7</sub> || AB
 +
|- align="center"
 +
! 8
 +
| + || + || + || y<sub>8</sub> || ABC
 +
|}
''* a, b, c are the attributes''
''* a, b, c are the attributes''
Line 19: Line 52:
== Main Effects ==
== Main Effects ==
-
{| class="wikitable" border="3" cellpadding="10" cellspacing="0" align="center" style="background-color:#EEEEEE;"
+
{| border="1" cellpadding="5" align="center" style="background-color:#EEEEEE;"
|- align="center"
|- align="center"
-
! !! I !A !B !! AB !! C !! AC !! BC !! ABC  
+
! width="30"|
 +
! width="30"|I  
 +
! width="30"|A
 +
! width="30"|B
 +
! width="30"|AB
 +
! width="30"|C
 +
! width="30"|AC
 +
! width="30"|BC
 +
! width="30"|ABC  
|- align="center"
|- align="center"
! ME(a)  
! ME(a)  

Revision as of 19:10, 14 December 2006

Experimental Design is the method of using statistical techniques to gather data efficiently, which can then be used as target or constraint values when optimizing models of interest. This method of systematically analyzing relationships between given choices and decisions made can be very useful in optimizing design processes. The same techniques can be used to design physical experiments that systematically vary physical parameters and measure the effect on relevant outputs or to design surveys (see also conjoint analysis) to efficiently measure the effect of product attributes on customer preference and choice.

Example: A Full Factorial Design for an experiment with three attributes (a, b, c), where each attribute can be set to one of two levels (+/-).

a b c y name
1 - - - y1 I
2 - - + y2 C
3 - + - y3 B
4 - + + y4 BC
5 + - - y5 A
6 + - + y6 AC
7 + + - y7 AB
8 + + + y8 ABC

* a, b, c are the attributes

* y's are the dependent variables


Contents

Full Factorial

A Full Factorial experiment design contains every possible combination of attribute levels. It is both balanced and orthogonal. In the example shown above, a full factorial design would be composed of 2x2x2 = 2^3^ = 8 combinations. This is because there are three attributes, each with 2 levels. Generally, the number of combinations needed for a full factorial design of two-level attributes can be calculated by 2^n^, n being the number of attributes.

Balance

Having a balanced design is ensuring that each level of each attribute occurs an equal number of times.

Orthogonality

Orthogonality means that each combination pair of attributes occurs an equal number of times. An experimental design is orthogonal if all pairs of attribute levels appear an equal number of times.

Main Effects

I A B AB C AC BC ABC
ME(a) - + - + - + - +
ME(b) - - + + - - + +
ME(c) - - - - + + + +
INT(ab) + - - + + - - +
INT(bc) + + - - - - + +
INT(ac) + - + - - + - +
INT(abc) - + + - + - - +

The main effect of a certain attribute is the difference between the average response to that attribute when it is low and the average response to that attribute when it is high.

The main effect of attribute "a" from level 1 to 2 as a function of the y data is calculated like this:

attachment:main.bmp

Interactions

The interaction effect between attribute "a" & "b" is calculated like this:

attachment:interaction.bmp

Fractional Factorial

Since there is often redundancy in full factorial designs, we can pick just enough number of question combinations to ask in a survey to get an adequate response. This design is called a fractional factorial design and by using this simplified design, we can avoid all the unnecessary questions that will only give us the same information. To make sure that the combinations chosen are enough to get a good cross-sectional sample of response, we must check if the selection is both balanced and orthogonal. Which combinations you should choose for a fractional factorial design can be determined by software such as SAS (developed by SAS Institute).

Aliasing

Otherwise known as confounding: when two or more effects cannot be distinguished.

See Also

*aliasing
*conjoint analysis

References

[1] Engineering Statistics Handbook

Personal tools