Next Page Previous Page Home Tools & Aids Search Handbook
5. Process Improvement
5.5. Advanced topics
5.5.9. An EDA approach to experimental design
5.5.9.9. Cumulative residual standard deviation plot

5.5.9.9.5. Motivation: What is the Form of the Model?

Models for various values of k From the above discussion, we thus note and recommend a form of the model that consists of an additive constant plus a linear combination of main effects and interactions. What then is the specific form for the linear combination?

The following are the full models for various values of k. The selected final model will be a subset of the full model.

  • For the trivial k = 1 factor case:

    Y = f(X1) = c + (1/2)*(B1*X1) + e

  • For the k = 2 factor case:

    Y = f(X1,X2) = c + (1/2)*(B1*X1 + B2*X2 + B12*X1*X2) + e

  • For the k = 3 factor case:

    Y = f(X1,X2,X3) = c + (1/2)*(B1*X1 + B2*X2 + B3*X3 +
 B12*X1*X2 + B13*X1*X3 + B23*X2*X3 + B123*X1*X2*X3) + e

  • and for the general k case:

    Y = f(X1, X2, ..., Xk) =
    c + (1/2)*(linear combination of all main effects and all interactions of all orders) + epsilon

Note that the above equations include a (1/2) term. Our reason for using this term is discussed in some detail in the next section. Other sources typically do not use this convention.
Ordered linear combination The listing above has the terms ordered with the main effects, then the 2-factor interactions, then the 3-factor interactions, etc. In practice, it is recommended that the terms be ordered by importance (whether they be main effects or interactions). Aside from providing a functional representation of the response, models should help reinforce what is driving the response, which such a re-ordering does. Thus for k = 2, if factor 2 is most important, the 2-factor interaction is next in importance, and factor 1 is least important, then it is recommended that the above ordering of
    Y = f(X1,X2) = c + (1/2)*(B1*X1 + B2*X2 + B12*X1*X2)
be rewritten as
    Y = f(X1,X2) = c + (1/2)*(B2*X2 + B12*X1*X2 + B1*X1)

Home Tools & Aids Search Handbook Previous Page Next Page