UDesigns_2 {CompExpDes}R Documentation

Uniform Designs with multiple factors

Description

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.

Usage

UDesigns_2(n)

Arguments

n

any odd integer >=5

Value

Returns a series of high dimensional uniform designs along with number of factors, levels, runs and discrete discrepancy measure with its lower bound value.

Author(s)

Ashutosh Dalal, Cini Varghese, Rajender Parsad and Mohd Harun

References

Fang, K.T. (1980). The uniform design: application of number-theoretic methods in experimental design. Acta Math Appl Sin, 3, 363-372.

Examples

library(CompExpDes)
UDesigns_2(5)

[Package CompExpDes version 1.0.0 Index]