Description Usage Arguments Value
View source: R/design_of_experiments.r
Produces a LHD matrix with dimension
columns and size
rows.
1 2 3 | latinHypercubeDesign(dimension, size = max(11 * dimension, 1 + 3 * dimension +
dimension * (dimension - 1)/2 + 1), lowerBounds = replicate(dimension, 0),
upperBounds = replicate(dimension, 1), retries = 2 * dimension)
|
dimension |
Dimension of the problem (will be no. of columns of the result matrix). |
size |
Number of design points, defaults to |
lowerBounds |
Numeric vector of length |
upperBounds |
Numeric vector of length |
retries |
Number of retries, which is the number of trials to find a design
with the lowest distance, default is |
A LHD matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.