OLHDs_2F {CompExpDes} | R Documentation |
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)
Arguments
levels |
Number of levels, 4t-1, where t =3,4,... |
Value
Generates two factor OLHDs along with its parameters.
Author(s)
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
library(CompExpDes)
OLHDs_2F(11)
[Package CompExpDes version 1.0.7 Index]