Learn R Programming

CompExpDes (version 1.0.7)

OLHDs_2F: Two Factor Orthogonal Latin Hypercube Designs

Description

This OLHDs are generated using a new unique algorithm which possesses a good space-filling property.

Usage

OLHDs_2F(levels)

Value

Generates two factor OLHDs along with its parameters.

Arguments

levels

Number of levels, 4t-1, where t =3,4,...

Author

Ashutosh Dalal, Cini varghese, Rajender Parsad and Mohd Harun

References

Ye, K.Q.: Orthogonal column Latin hypercubes and their application in computer experiments. Journal of the American Statistical Association, 93(444), 1430–1439 (1998).

Examples

Run this code
library(CompExpDes)
OLHDs_2F(11)

Run the code above in your browser using DataLab