Design of Experiments (DOE)
Passive data collection leads to a number of problems in statistical modeling. Observed changes in a response variable might be correlated with, but not caused by, observed changes in individual factors (process variables). Simultaneous changes in multiple factors might produce interactions that are difficult to separate into individual effects. Observations might be dependent, while a model of the data considers them to be independent.
Designed experiments address these problems. In a designed experiment, the data-producing process is actively manipulated to improve the quality of information and to eliminate redundant data. A common goal of all experimental designs is to collect data as efficiently as possible while providing sufficient information to accurately estimate model parameters. For example, a simple model of a response y in an experiment with two controlled factors x1 and x2 might look like this:
Here, ε includes both experimental error and the effects of any uncontrolled factors in the experiment. The terms β1x1 and β2x2 are main effects and the term β3x1x2 is a two-way interaction effect. A designed experiment systematically manipulates x1 and x2 while measuring y, with the objective of accurately estimating β0, β1, β2, and β3. To systematically vary experimental factors, you can assign each factor a discrete set of levels. Each combination of the factor levels is called a treatment. Full factorial designs contain an experiment run for every possible treatment, while fractional factorial designs contain only treatments involving factors and interactions that have the most significant effects. For more information, see Full Factorial Designs and Fractional Factorial Designs.
Functions
Topics
- Full Factorial Designs
Create designs for all treatments.
- Fractional Factorial Designs
Create designs for selected treatments.
- Response Surface Designs
Create quadratic polynomial models.
- Taguchi Designs
Create designs to identify and minimize the contribution of noise factors.
- D-Optimal Designs
Minimum variance parameter estimates.
- Improve an Engine Cooling Fan Using Design for Six Sigma Techniques
This example shows how to improve the performance of an engine cooling fan through a Design for Six Sigma approach using Define, Measure, Analyze, Improve, and Control.