lhs (version 1.0.1)

createBoseBushl: Create an orthogonal array using the Bose-Bush algorithm with alternate strength >= 3

Description

Create an orthogonal array using the Bose-Bush algorithm with alternate strength >= 3

Usage

createBoseBushl(q, ncol, lambda, bRandom = TRUE)

Arguments

q

the number of symbols in the array

ncol

number of parameters or columns

lambda

the lambda of the BoseBush algorithm

bRandom

should the array be randomized

Value

an orthogonal array

See Also

Other methods to create orthogonal arrays [createBoseBush()], [createBose()], [createBush()], [createAddelKemp()], [createAddelKemp3()], [createAddelKempN()], [createBusht()]

Examples

Run this code
# NOT RUN {
A <- createBoseBushl(3, 3, 3, TRUE)
B <- createBoseBushl(4, 4, 16, TRUE)
# }

Run the code above in your browser using DataLab