" /> Statistical Thinking to Improve Quality: October 2008 Archives

« September 2008 | Main | November 2008 »

October 16, 2008

Design of Experiments: Grinding Process Example (Part 4)

This posting continues the grinding process case study (Gigo, 2008) that illustrates the use of design and analysis of experiments to reduce common-cause variation.  We present the results of the analysis of the experiments specified in the 9/18/2008 posting (Part 2).  

The following figures display graphically the relative significance of the six factors, i.e., A, B, C, D, AB and AC.   The figures show the average response at the factor low (-1) and high (+1) values.    Factors B and C are not nearly as significant as factors A and D since the average responses of B and C are nearly the same at their low and high values.  That is, a change in the factor levels for factors B and C has little effect on the response.  Also, the interaction factor AC is more significant than the interaction factor AB.  

We can test the significance of the factors using an Analysis of Variance (ANOVA).   Refer to Montgomery, Peck and Vining (2006).   Let SST be the total sum of squares.   That is:

where Yi is the response on experiment i and ybar is the average response over the 8 experiments.   That is, SST is the sum of the 8 squared deviations between the experiment responses and the average response.   The value of ybar is 49.582, and the value of SST is 118.151.   Then we partition SST into a sum of squares due to the estimated effects (SSR) and a sum of squared deviations from the estimated effects (SSRES).  That is, SST = SSR + SSRES.  The value of SSR is the same as a sum of squares due to an estimated regression function when we have a two-level experiment.   Consider the contribution of factor A to SSR.    The posting on 9/18/2008 gives the estimated effect of factor A to be -6.067.  That is the difference between the average of the responses at the low values of factor A and the high values of factor A.    Thus the estimated average response at the high values of factor A is ybar - 6.067/2 = 46.5485.  Similarly, the estimated average response at the low values of factor A is  ybar + 6.067/2  = 52.6155.   The deviation between the mean response and the effect of A conditioned on whether A is high or low is 6.067/2.   Since we have 8 experiments, the contribution of factor A to SSR is 8*(6.067/2)2 = 73.60788.   For factor D and the interaction effect AC, the corresponding contributions to SSR are 18.67308 and 11.38575.   Thus, SSR is 103.6667.   The value of SSRES is SST – SSR = 14.48432.  We can test whether these three factors are statistically significant using the F statistic.    The F statistic assumes that the individual responses have a normal distribution.   The F statistic is:

where dfR = degrees of freedom for SSR = 3 (the number of factors),
dfRES = degrees of freedom for SSRES = 8-1-3 = 4 (we loose one degree of freedom due to estimating the mean and 3 due to estimating the 3 factor effects.
We can tell whether this value of F is statistically significant by calculating its PValue.    The PValue is the probability of obtaining this value of F, i.e., 9.543, or higher by chance when the factor effects have at true value of zero.   The PValue for this F is .027.    Usually, we regard a PValue as statistically significant when it is less than .05.   Thus the factors A, D and AC are statistically significant.   If we attempt to add a forth factor, i.e., AB,  the PValue becomes .0625; thus, we do not include AB. 

Higher values of the response S/N are desirable.   Thus, the low value of factor A (feed rate of .0008 mm/Revolution) and the low value of factor D (wheel grade of A54) are preferred.  Since the low value (-1) of the interaction effect AC is preferred, we select the high value of factor C which is a work speed of 360 RPM.   For the insignificant factor, the team chose its low value ( a wheel speed of 2200 RPM).

The posting on 2/28/2008 reports that the preferred factor levels specified above improved the process performance index (Ppk) from .49 to 1.25.   This is based on a sample of 40 parts.   The posting on 5/1/2008 defines the process capability index Cpk.   Process capability indices assume the process is stable.   When we have insufficient evidence the process is stable, we call the capability index a performance index and use the same equation.   

References

  1. Montgomery, Douglas C., Elizabeth Peck, Geoffrey Vining (2006). Introduction to Linear Regression Analysis, John Wiley & Sons, p26.

October 06, 2008

Design of Experiments: Grinding Process Example (Part 3)

This posting continues the grinding process case study (Gigo, 2008) that illustrates the use of design and analysis of experiments to reduce common-cause variation.  We examine the properties of the experimental design reported by Gijo.   The examination illustrates the potential for aliasing in an experimental design and shows how it can bias the results.   The experimental design described by Gijo uses an orthogonal array which Taguchi recommended.   We contrast the properties of that design with a standard fractional factorial.

The 9/15/2008 posting initiated the design of experiments portion of the case study.  The primary purpose of the experimental design was to reduce the variation in the outer diameter produced by a grinding operation.   That posting reports that the team was primarily interested in estimating the following effects:

A – Feed Rate
B – Wheel Speed
C – Work Speed
D – Wheel Grade
AB – Interaction between A and B
AC - Interaction between A and C

Gijo states that the experimental design was developed using an L8 orthogonal array.  He references Phadke (1989) for use of orthogonal arrays to construct designs.   Taguchi made extensive use of orthogonal arrays in constructing robust designs.  Hicks and Turner (1999, p381) give a table for using an L8 orthogonal array to construct a design with the desired properties.   That is, we do not want the A, B, C, D, AB, and AC effects aliased with each other.   Two effects that have the same estimator are aliased.  The previous posting on September 15 gives the design and estimates of the factor effects.   Clearly the design meets the desired criterion since the factor effect estimates are all different.


However, consider the estimates of the of the BC, BD and CD interaction effects shown in the following table.

Experiment
Response
(S/N)
Wheel Speed X Work Speed (BC)
Wheel Speed X Wheel Grade (BD)
Work Speed X Wheel Grade (CD)

1

53.4692+1
+1
+1

2

50.9704-1
-1
+1

3

49.0298
-1
+1
-1

4

56.991
+1
-1
-1

5

49.0298
+1
+1
+1

6

46.1079-1
-1
+1

7

46.1079-1
+1
-1

8

44.9483+1
-1
-1
Effect

 

3.056-0.3450.625

Note that the BC interaction effect is exactly equal to the negative of the D effect, the BD interaction effect is equal to the negative of the C effect and the CD interaction effect equals the negative of the B effect.  That is true because the sequences of +1 and -1s in the BC, BD and CD columns are precisely the negatives of those in the D, C and B columns.    With this design, the BC and D effects are aliased.   That is, if the BC effect is not zero, then our estimate of the D effect is affected by the BC effect.   Similarly, the BD effect estimate is aliased with the C effect, and the CD effect is aliased with the B effect.  Then this design provides no information on whether the BC, BD and CD interaction effects are negligible.   Also, this design can give a biased estimate of the D effect if the BC interaction defect is significant.

Montgomery (2005, p. 288) gives a standard one-half fraction of the 24 factorial design.   Call it the 24-1 design.  This design uses 8 experiments and has four factors.   The properties of this design are:
·        Estimates of the main effects are not aliased with any two-factor interactions.
·        Estimates of the main effects are aliased with three factor interactions.
·        Every two factor interaction is aliased with another two factor interaction.   That is AB=CD, AC=BD and BC=AD.

The 24-1 design might be superior to the one described by Gijo.   Estimates of the A, B, C and D effects are not aliased with any two factor interaction.  Also, estimates of the AB and AC effects are not aliased with a main effect.


The next posting will present results from the experimental design.

References

  1. Gijo, E. V. (2005). "Improving Process Capability of Manufacturing Process by Application of Statistical Techniques." Quality Engineering 17(2): 309-315.
  2. Hicks, Charles R. and Kenneth V. Turner Jr. (1999).  Fundamental Concepts in the Design of Experiments, Oxford University Press.
  3. Montgomery, Douglas C. (2005). Design and Analysis of Experiments, 6th Edition, John Wiley & Sons, Inc.
  4. Phadke, Madhav S. (1989).  Quality Engineering Using Robust Design, Prentice Hall.