Description Usage Arguments Value
View source: R/design_of_experiments.r
Produces a normalized design and calculates the minimal distance
if required. Returns a design is a matrix with dim
columns and
size
rows.
1 | normalizedDesign(dimension, size, calcMinDistance = FALSE)
|
dimension |
Dimension of the problem (will be no. of columns of the result matrix). |
size |
Number of points with that dimension needed. (will be no. of rows of the result matrix). |
calcMinDistance |
Indicates whether a minimal distance should be calculated. |
List L
consists of a matrix and nd (if required) a minimal distance.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.