Package 'SlicedLHD'

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

Help Index


Sliced Latin hypercube designs

Description

This function generates a sliced Latin hypercube designs

Usage

slh(n1, t, q)

Arguments

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

Value

A sliced Latin hypercube design with q columns in t(n1-1) + 1 runs in t slices

Author(s)

A Anil Kumar<[email protected]>

Examples

slh(5,3,4)

Sliced orthogonal Latin hypercube designs

Description

This function generates a sliced orthogonal Latin hypercube designs upto 6 columns

Usage

solh(n1, t, q)

Arguments

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

Value

A sliced orthogonal Latin hypercube design with q columns in t(n1-1) + 1 runs in t slices

Author(s)

A Anil Kumar<[email protected]>

Examples

solh(4,5,2)