AoE.LatinHypercube {rrepast} | R Documentation |
Generate a LHS sample for model parameters
AoE.LatinHypercube(n = 10, factors = c(), convert = TRUE)
n |
The number of samples |
factors |
The model's parameters which will be evaluated |
convert |
Adjust experiment matrix to parameter scale |
Generate the LHS sampling for evaluating the parameters of a model.
The LHS design matrix for provided parameters
## Not run:
f<- AddFactor(name="cyclePoint",min=40,max=90)
f<- AddFactor(factors=f, name="conjugationCost",min=1,max=80)
d<- AoE.LatinHypercube(2,f)
## End(Not run)