OLHD.B2001: Orthogonal Latin Hypercube Design

Description Usage Arguments Value References Examples

View source: R/OLHD.B2001.R

Description

OLHD.B2001 returns a n by k orthogonal Latin hypercube design generated by the construction method of Butler (2001)

Usage

1
OLHD.B2001(n, k)

Arguments

n

An odd prime number that is greater than or equal to 3.

k

A positive integer that is smaller than or equal to n-1.

Value

If all inputs are logical, then the output will be a n by k orthogonal LHD.

References

Butler, N.A. (2001) Optimal and orthogonal Latin hypercube designs for computer experiments. Biometrika, 88(3), 847-857.

Examples

1
2
3
4
5
#create an orthogonal LHD with n=11 and k=5
OLHD.B2001(n=11,k=5)

#create an orthogonal LHD with n=7 and k=6
OLHD.B2001(n=7,k=6)

LHD documentation built on Aug. 1, 2021, 1:06 a.m.