NOLHDs {CompExpDes} | R Documentation |
Nearly Orthogonal Latin Hypercube Designs for Flexible Levels and Factors
Description
This NOLHDs are generated using a new algorithm for a flexible parameter range which possesses a good space-filling property.
Usage
NOLHDs(factors,levels)
Arguments
factors |
Number of factors(>=2) |
levels |
Number of levels(>=factors+3) |
Value
Generates NOLHDs along with its parameters and maximum absolute correlation (MAC) value.
Author(s)
Ashutosh Dalal, Cini varghese, Rajender Parsad and Mohd Harun
References
Cioppa, T.M. and Lucas, T.W.: Efficient nearly orthogonal and space-filling latin hypercubes. Technometrics, 49(1), 45–55 (2007).
Examples
library(CompExpDes)
NOLHDs(2,5)
[Package CompExpDes version 1.0.7 Index]