optSeededLHS(seed, m=1, maxSweeps=2, eps=.1, verbose=FALSE)
seed
n
by k
Latin Hypercube Sample matrix with values uniformly distributed on [0,1]randomLHS
, geneticLHS
,
improvedLHS
, maximinLHS
, and
optimumLHS
to generate Latin Hypercube Samples.
optAugmentLHS
and
augmentLHS
to modify and augment existing designs.a <- randomLHS(4,3)
a
optSeededLHS(a, 2, 2, .1)
Run the code above in your browser using DataLab