SLHDs {CompExpDes} | R Documentation |
Sliced Latin Hypercube Designs with Equal Size of Slices
Description
This sliced LHDs are generated using a different new algorithm for a flexible parameter range which possesses a good space-filling property as whole design as well as for the slices.
Usage
SLHDs(slices,factors,levels)
Arguments
slices |
Number of slices(>=2) |
factors |
Number of factors(>=2) |
levels |
Number of levels(>=3) |
Value
Generates a Sliced LHD along with its parameters.
Author(s)
Ashutosh Dalal, Cini varghese, Rajender Parsad and Mohd Harun
References
Qian, P.Z.G. and Wu, C.F.J. (2009). Sliced space-filling designs. Biometrika, 96(4), 945–956.
Examples
library(CompExpDes)
SLHDs(3,3,3)
[Package CompExpDes version 1.0.7 Index]