UDesigns_2 {CompExpDes} | R Documentation |
For v = n(n-1)/2, where n (>=5) is any odd number. These are uniform designs interms of discrete discrepancy. It also provides number of factors, number of levels and number of runs and discrete discrepancy measure with its lower bound value.
UDesigns_2(n)
n |
any odd integer >=5 |
Returns a series of high dimensional uniform designs along with number of factors, levels, runs and discrete discrepancy measure with its lower bound value.
Ashutosh Dalal, Cini Varghese, Rajender Parsad and Mohd Harun
Fang, K.T. (1980). The uniform design: application of number-theoretic methods in experimental design. Acta Math Appl Sin, 3, 363-372.
library(CompExpDes)
UDesigns_2(5)