Uniform function

Uniform designs

Uniform designs

Builds the uniform design (UD) using a Resolvable Balanced Incomplete Block Design (RBIBD)

Uniform(mat)

Arguments

  • mat: The matrix of the RBIBD.

Returns

A LIST of:

  1. nNumber of experiments.
  2. FThe dimension of the design.
  3. UDThe configuration of the uniform design.

Examples

## Not run: m<-4 X<-BIB(m) n<-1 mat<-X$BIB Y<-Resolvable(n,mat) ud<-Uniform(Y$RBIB) #Uniform design ## End(Not run)

Author(s)

Mohamed Laib, Abla Boudraa and Zebida Gheribi-Aoulmi

References

Fang.K.T et al., Constructions of uniform designs by using resolvable packings and coverings. Discrete Math. (19), 2003, 692-711.

Fang.K.T et al., Construction of uniform designs via super-simple resolvable t-designs. Util. Math. (66).2004, 15-32.