27 October 2008 10:15:54 AM BOX_BEHNKEN_PRB C++ version Test the routines in the BOX_BEHNKEN library. TEST01 BOX_BEHNKEN computes a Box-Behnken dataset. The ranges: Row: 1 2 3 Col 1 0 10 5 2 1 11 15 For dimension DIM_NUM = 3 the Box-Behnken design is of size 13 The Box-Behnken design: Row: 1 2 3 Col 1 0.5 10.5 10 2 0.5 10 5 3 0.5 10 15 4 0.5 11 5 5 0.5 11 15 6 0 10.5 5 7 0 10.5 15 8 1 10.5 5 9 1 10.5 15 10 0 10 10 11 0 11 10 12 1 10 10 13 1 11 10 TEST02 BOX_BEHNKEN_WRITE writes a Box-Behnken dataset to a file. The ranges: Row: 1 2 3 4 Col 1 0 0 0 0 2 1 1 1 1 For dimension DIM_NUM = 4 the Box-Behnken design is of size 33 The data was written to the file "box_behnken_04_33.txt". BOX_BEHNKEN_PRB Normal end of execution. 27 October 2008 10:15:54 AM