Types of Experiment Designs

We'll discuss three experiment designs:

  1. Simple Design

  2. Full Factorial Design

  3. Fractional Design

Simple Design

Step 1: Choose a baseline level for each factor. Measure performance.

Step 2: Vary the first factor, measuring performance at each level.

Example: For workload design, vary the CPU type first to see which CPU type is best.

Step 3: Repeat step 2 for each level.


Total number of experiments required:

Disadvantages:


Full Factorial Design

Exhaustively try every possible combination of all levels of all factors.

Total number of experiments required:

Example: In workstation design:

(Number experiments) = (3 CPUs)*(3 memory levels)*(4 disks)*
(3 workloads)*(3 educational levels)
= 324 experiments

Advantage:

Disadvantage:


Fractional Factorial Design

How to Reduce the Number of Experiments