NOA: Program for Constructing Orthogonal Arrays, Near-Orthogonal Arrays and Supersaturated Designs

  1. Introduction
  2. Using noa
  3. Output
  4. Examples
  5. References

Introduction

A strength 2 orthogonal array (OA) of size n with k si-level columns (i = 1,...,k), denoted by Ln(s1...sk) is an n x k matrix in which all possible combinations of levels in any two columns appear the same number of times (Rao 1947). There is an OA library of over 200 OAs maintained by Prof. N. J. A. Sloane. This library has been recently updated by Dr. W. F. Kuhfeld of SAS at his OA site. This site contains all OAs listed in the Appendix of Kuhfeld & Tobias (2005) as well as new ones contributed by other authors. A simple introduction to OA can be found in most textbook on design of experiments (e.g. Chapter 7 of Wu & Hamada, 2000). A more comprehensive reference of OA is Hedayat, et. al. (1999).

In a near-OA L'n(s1...sk), to reduce the run size, the orthogonality of some pairs of columns is necessarily sacrificed. The concept of near-OA (see Taguchi 1959; Wang and Wu 1992; Nguyen 1996b; Wu & Hamada 2000; Ma et. al. 2000 and Xu 2002) provides a genuine answer to situations when OAs are not available. An array is called a saturated design when ∑(si-1)=n-1 (e.g. a Hadamard matrix) and is called a supersaturated design when ∑(si-1)>n-1. The 2-level supersaturated designs were discussed in Booth & Cox (1962), Lin (1993), Nguyen (1996a), Tang & Wu (1997), Cheng (1997) and Wu & Hamada (2000) Section 8.6. The mixed level supersaturated designs were discussed in Fang, et. al. (2003, 2004). Additional references on this subject can be found in the references of these two papers.

NOA is a Gendex module for constructing mixed level OA, near-OAs and supersaturated designs. NOA is extremely useful when you want to augment OAs or near-OAs with additional columns. Several new OAs can be obtained by adding additional columns to the Sloane OA library. The first optimality criterion used in NOA, called the average criterion is the minimization of E(d2)=∑d2ij /kC2 discussed Ma et. al (2000), Lu et. al. (2003) and Fang, et. al. (2003, 2004) (note that E(d2) is D2 in the first reference and E(fNOD) in the last two references). The second criterion, called the minimax criterion is close but not identical to the the max(d2) criterion discussed in Lu et. al. (2003). The following matrix shows the frequency distribution of the levels of the columns of an L'84(3161)

5       4       5       5       4       5
4       5       5       4       5       5
5       5       4       5       5       4

which say the combination (0,0) appears 5 times and the combination (0,1) appears 4 times, etc. The expected frequency for each level combination is

n/(s1s2)=84/(2x6)=4.6667. The differences between the observed and the expected frequencies of each cell are in the following matrix:

 0.3333  -0.6667   0.3333   0.3333  -0.6667   0.3333
-0.6667   0.3333   0.3333  -0.6667   0.33333   0.3333
 0.3333   0.3333  -0.6667   0.3333   0.3333  -0.6667

Here d212 (=4) is defined as the squared Euclidean distance between the observed and expected frequencies (or the sum of squares of the values in the difference matrix). NOA's average criterion minimizes this d2 value and NOA's minimax criterion minimizes the frequency of values which equal the maximum absolute value in the difference matrix (this value should be ≥1) . Details of the NOA algorithm which uses the mentioned optimality criteria is discussed Nguyen & Liu (2007).

Using NOA

Let's assume all Gendex class files are in the directory c:\gendex and suppose you want to construct an L12(3124). At the working directory, type the following command at the command prompt (case is important):

java -cp c:\gendex noa 

The NOA window will pop up. Enter the the number of factors at the appropriate levels and the number of runs (i.e. 12) and click START, the NOA window will become:

and the OUTPUT window showing an L12(3124) will pop up. Note that the START button has been changed to the STOP one. If you close the pop-up window, the STOP button will become a RESET one. If you click this RESET button, the output will disappear and you can use NOA for a new design problem. Also note that the default random seed is the one obtained from the system clock and the default number of tries is 100. You can change these default values if you wish to.

Now, suppose you want to construct an L12(3129) by adding five 2-level columns to an array L12(3129) obtained in the previous NOA session and stored in a file called base.txt:

2  0  1  0  1  
2  1  0  0  0  
0  0  1  1  0  
1  1  0  1  1  
2  0  0  1  0  
0  1  0  0  1  
0  1  1  0  0  
0  0  0  1  1  
1  0  1  0  1  
1  0  0  0  0  
2  1  1  1  1  
1  1  1  1  0  

Enter base.txt at the File text field and enter 5 at the 2-level text field of the NOA window and click START, the NOA window will become:

Output

The output message containing the result of the best try will appear in your window screen and is also saved in the file noa.htm in the working directory. Information for this try includes:

  1. Try number;
  2. The random seed used;
  3. The number of iterations;
  4. f =∑d2ij if the average criterion is used or f (or frequency of values which equals the maximum absolute value ≥1 in the difference matrix if the minimax criterion is used) and g defined previously;
  5. E(d2) and its lower bound. NOA bound improves the one of Fang, et. al. (2003, 2004) when the constructed design is a near-OA. Also, unlike the latter, the former does not make the restriction that n should be divisible by si (i=1,...,k). Details of the calculation of this lower bound will appear elsewhere. Note that for 2-level column arrays, the popular criterion E(s2)=4E(d2) (Eq. (14) of Fang, et. al. (2003)).
  6. The frequency of dij=dmax;
  7. Np (the number of dij>0 or the number of pairs of nonorthogonal columns in the array).
  8. A2 (measurement of the overall aliasing or nonorthogonality between all possible pairs of columns).
  9. D-efficiency;
  10. The array;
  11. The d2 matrix;
  12. The Cramer's V matrix: Cramer's V is the most popular of the chi-square-based measures of association between two nominal variables.
  13. The number of protected columns if any;
  14. The time in seconds NOA used to construct the above design.

Note: The calculations of items 7, 8 and 9 are in Section 2.2 of Xu (2002). Items 12 and 13 are not printed when the constructed array is an OA.

Examples

  1. An L12(3124) (http://designcomputing.net/gendex/noa/m1.html).
  2. An L18(2137) (http://designcomputing.net/gendex/noa/m2.html).
  3. An L20(5128) (http://designcomputing.net/gendex/noa/m3.html).
  4. An L25(56) (http://designcomputing.net/gendex/noa/m4.html).
  5. An L60(21561101) (http://designcomputing.net/gendex/noa/m5.html).
  6. An L84(21461141)(http://designcomputing.net/gendex/noa/m6.html).
  7. An L'6(3123) (http://designcomputing.net/gendex/noa/n1.html).
  8. An L'10(5125) (http://designcomputing.net/gendex/noa/n2.html).
  9. An L'12(4134) (http://designcomputing.net/gendex/noa/n3.html).
  10. An L'12(2334) (http://designcomputing.net/gendex/noa/n4.html).
  11. An L'12(6125) (http://designcomputing.net/gendex/noa/n5.html).
  12. An L'12(6126) (http://designcomputing.net/gendex/noa/n6.html).
  13. An L'12(3129) (http://designcomputing.net/gendex/noa/n7.html).
  14. An L'12(2135) (http://designcomputing.net/gendex/noa/n8.html).
  15. An L'12(3227) (http://designcomputing.net/gendex/noa/n9.html).
  16. An L'12(3227) (http://designcomputing.net/gendex/noa/n9bis.html).
  17. An L'12(2533) (http://designcomputing.net/gendex/noa/n10.html).
  18. An L'15(5135) (http://designcomputing.net/gendex/noa/n11.html).
  19. An L'18(2138) (http://designcomputing.net/gendex/noa/n12.html).
  20. An L'18(3723) (http://designcomputing.net/gendex/noa/n13.html).
  21. An L'18(9128) (http://designcomputing.net/gendex/noa/n14.html).
  22. An L'20(51215) (http://designcomputing.net/gendex/noa/n15.html).
  23. An L'24(8138) (http://designcomputing.net/gendex/noa/n16.html).
  24. An L'24(31221) (http://designcomputing.net/gendex/noa/n17.html).
  25. An L'24(61215) (http://designcomputing.net/gendex/noa/n18.html).
  26. An L'24(61215) (http://designcomputing.net/gendex/noa/n18bis.html).
  27. An L'24(61218) (http://designcomputing.net/gendex/noa/n19.html).
  28. An L'24(21311) (http://designcomputing.net/gendex/noa/n20.html).
  29. An L'24(3147) (http://designcomputing.net/gendex/noa/n21.html).
  30. An L'24(4424) (http://designcomputing.net/gendex/noa/n22.html).
  31. An L'84(286114132) (http://designcomputing.net/gendex/noa/n23.html).
  32. An L'100(1042432) (http://designcomputing.net/gendex/noa/n24.html).
  33. An S16(215) (http://designcomputing.net/gendex/noa/s1.html).
  34. An S11(211) (http://designcomputing.net/gendex/noa/s2.html).
  35. An S8(214) (http://designcomputing.net/gendex/noa/s3.html).
  36. An S12(218) (http://designcomputing.net/gendex/noa/s4.html).
  37. An S12(6544) (http://designcomputing.net/gendex/noa/s5.html).
  38. An S20(5541) (http://designcomputing.net/gendex/noa/s6.html).
  39. An S16(21688) (http://designcomputing.net/gendex/noa/s7.html).
  40. An S20(2194155) (http://designcomputing.net/gendex/noa/s8.html).

Notes:

References

Booth, K.H.V. & Cox, D.R. (1962) Some systematic supersaturated designs. Technometrics 4, 489-495.
Cheng, C.S. (1997) E(s2)-optimal supersaturated designs. Statistica Sinica 7, 929-939.
Fang, K-T. , Lin, D. K. J. & Liu, M-Q. (2003) Optimal mixed-level supersaturated design. Metrika 58, 279-291.
Fang, K-T., Ge, G., Liu, M-Q., Qin, H. (2004) Combinatorial constructions for optimal supersaturated designs. Discrete Mathematics 279, 191-202.
Hedayat, A. S., Sloane, N. J. A. & Stufken J. (1999) Orthogonal arrays: Theory and Applications, New York:Springer-Verlag.
Koukouvinos, C. & Mantas, P. (2005) Construction of some E(fNOD) optimal mixed-level supersaturated designs. Statistics & Probability Letters 74, 312-321.
Kuhfeld, W. F. & Tobias, R. D. (2005) Large factorial designs for product engineering and market research applications. Technometrics 47, 122-132.
Lin, D.K.J. (1993) A new class of supersaturated designs. Technometrics 35, 28-31.
Lu, X., Hu, W. & Zheng, Y. (2003) A systematical procedure in the construction of multi-level supersaturated designs. J. of Statistical Planning & Inference 115, 287-310.
Ma, C-X., Fang, K-T & Liski, E. (2000) A new approach in constructing orthogonal and nearly orthogonal arrays. Metrika 50, 255-268.
Nguyen, N-K. (1996a) An algorithmic approach to constructing supersaturated designs. Technometrics 38, 205-209.
Nguyen, N-K. (1996b) A note on the construction of near-orthogonal arrays with mixed levels and economic run size. Technometrics 38, 279-283.
Nguyen, N-K & Liu, M-Q. (2008) Orthogonal and near-orthogonal arrays constructed from incomplete block designs. To appear in Computational Statistics & Data Analysis.pdf
Rao, C. R. (1947) Fractional experiments derivable from combinatorial arrangements of arrays. J. of the Statistical Society (Supp.) 9, 128-139.
Taguchi, G. (1959) Linear graphs for orthogonal arrays and their applications to experimental designs, with the aid of various techniques. Report of Statistical Applications Research, Japanese Union of Scientists and Engineers 6, 1-43.
Tang, B. & Wu, C.F.J. (1997) A method for constructing supersaturated designs and its E(s2)-property. Canadian J. of Statistics 25, 191-201
Wang, J.C. & Wu, C.F.J. (1992) Nearly orthogonal arrays with mixed levels and small runs. Technometrics 34, 409-422.
Wu, C.F.J & M. Hamada (2000) Experiments: Planning, Analysis and Parameter Design Optimization. New York: Wiley.
Xu, H. (2002) An algorithm for constructing orthogonal and nearly-orthogonal arrays with mixed levels and small runs. Technometrics 44, 356-368.

©2008 Design Computing