Locked lesson.
About this lesson
The statistical analysis of the full factorial DOE results in the determination of the coefficients for a design space equation that relates all the control factors to the response factors. This equation includes interaction effects between control factors. This equation can then be used by designers to solve for the best overall system performance.
Exercise files
Download this lesson’s related exercise files.
Design Space Equation.docx74.9 KB Design Space Equation - Solution.xlsx
15.6 KB
Quick reference
DOE Functional Equation
One of the types of analysis that is created by a DOE study is the design space equation. This equation describes mathematically how all the control factors impact the response variable – including interaction effects between factors.
When to use
The design space equation can be calculated once all the experimental runs are completed and the data recorded. The design space equation is most commonly used when the goal of the DOE study includes the desire to optimize performance.
Instructions
The design space equation is calculated using the experimental run values. The calculation consists of combining those values based upon the run configuration of the control factors. The design space equation is relatively simple mathematically, requiring only simple algebra for the calculations. However, if there are many terms it can become challenging to keep everything organized.
The form of the equation is:
Where the β terms are coefficients that are associated with the appropriate control factors.
- In order to complete the calculations an experimental run configuration matrix that shows the configuration of each control factor for each run using the +1 and -1 convention is required. This is normally completed using the Yates method. An example of a very simple two factor matrix is shown below.
- In addition, for each factor a formula is create that can be used to convert the actual values of the high and low levels into a value of +1 or -1. For instance, in the example we will use, one factor is Cure Time. The low level is 2 minutes and the high level is 10 minutes. If we take the average of those two as the starting point and the range from the high value to the average as our normalizing factor we can create a normalizing equation.
Cure Time Factor = (Cure Time – 6 minutes) / 4 minutes
Where the average of 2 minutes and 10 minutes is 6 minutes and the range from 10 to 6 is 4.
In our example that we use the second factor is pressure and the low level is 30 psi while the high level is 80 psi. This gives us a normalizing equation for this factor of:
Pressure Factor = (Pressure – 50psi) / 30 psi
- For our example, the experiments were run to determine the bond strength of a bonding process and the results are shown is matrix representing the control factor configuration.
- With this data, the first step in creating the design space equation is to determine the effect the factors have on the result. For main effects (meaning only on factor) this is done by averaging all the test data values when the factor is high and subtracting the average of all the test data values when the factor is low. So in our example:
Cure time effect = (80 + 66) / 2 – (59 + 35) / 2 = 26 lbs
Pressure effect = (80 + 59) / 2 – (66 + 35) / 2 = 19 lbs
- Interaction effects are calculated differently. For each experimental run, the normalized factor level of +1 or -1 is multiplied together. The interaction effect is calculated by taking the average of the data value when the product is positive (+1 * +1 or -1 * -1) and subtract the average of the data value when the product is negative (+1 * -1).
Interaction effect for cure time and pressure = (80 + 35) / 2 – (66 + 59) / 2 = -5 lbs
- While these are the effects, they are not the β coefficients. Recall that span represented by the low value to the high value using normalized factors is 2 (-1 to +1). The coefficients represent the slope of the effect on the final value. Slope is often described as the “rise over the run.” Our effect value is the rise and the run value is span of the factors – which is 2. So to get the actual coefficients, the effect for each factor and interaction must be divided by 2.
βCure time = 26 / 2 = 13
βPressure = 19 / 2 =9.5
βCure time, Pressure = -5 / 2 = - 2.5
- To create the design space equation, we also need the β0 constant. This is found by averaging all the data points, which is called the grand mean.
Β0 = (80 + 66 + 59 + 35) / 4 = 60
- Our design space equation then becomes:
Y = 60 + 13*Cure time Factor + 9.5*Pressure Factor - 2.5*Cure Time Factor*Pressure Factor
- However, in the normal operation, settings are not conducted in factor units but rather in the real machine, equipment, or product units. So the factor units must be replaced with factor unit equations discussed in step 2.
Y + 60 + (13*(Cure time – 6) / 4) + (9.5 *(Pressure – 50) / 30) + (-2.5 *(Cure time – 6)/4 * (Pressure- 50)/30)
- Multiply and combine terms. The final equation is units used by operators is:
Y = 18.404 + (4.294 * Cure time) + ( .442 * Pressure) – (.021 * Cure time * Pressure)
Hints & tips
- DOE statistical software will do this calculation for you.
- When the study is large, the math is easy (it's just algebra) but the work can be time consuming to do the calculation on all the terms.
- Be sure to include the scaling equations that convert the factor values from -1 or + 1 to real world settings.
- Once the equation is known, you can set one or two control factors at values that are easy for operators establish and then vary the other factors to reach an optimal Y value performnce
Lesson notes are only available for subscribers.
PMI, PMP, CAPM and PMBOK are registered marks of the Project Management Institute, Inc.