Title: | Sliced Latin Hypercube Designs |
---|---|
Description: | A facility to generate sliced (orthogonal) Latin hypercube designs with four and five slices. For details about sliced and orthogonal Latin hypercube designs, see Yang, J. F., Lin, C. D., Qian, P. Z., and Lin, D. K. (2013). "Construction of sliced orthogonal Latin hypercube designs". Statistica Sinica, 1117-1130, <doi:10.5705/ss.2012.037>. |
Authors: | A Anil Kumar [aut], Baidya Nath Mandal [aut, cre], Rajender Parsad [aut], Sukanta Dash [aut], Mukesh Kumar [aut] |
Maintainer: | Baidya Nath Mandal <[email protected]> |
License: | GPL (>= 2) |
Version: | 1.0 |
Built: | 2024-11-24 05:09:13 UTC |
Source: | https://github.com/cran/SlicedLHD |
This function generates a sliced Latin hypercube designs
slh(n1, t, q)
slh(n1, t, q)
n1 |
number of runs in first slice |
t |
number of slices, currently 3 or 4 are supported |
q |
number of columns, between 2 to 6 |
A sliced Latin hypercube design with q columns in t(n1-1) + 1 runs in t slices
A Anil Kumar<[email protected]>
slh(5,3,4)
slh(5,3,4)
This function generates a sliced orthogonal Latin hypercube designs upto 6 columns
solh(n1, t, q)
solh(n1, t, q)
n1 |
number of runs in first slice |
t |
number of slices, currently 3 or 4 are supported |
q |
number of columns, between 2 to 6 |
A sliced orthogonal Latin hypercube design with q columns in t(n1-1) + 1 runs in t slices
A Anil Kumar<[email protected]>
solh(4,5,2)
solh(4,5,2)