powered by
Generate a LHS sample for model parameters
AoE.LatinHypercube(n = 10, factors = c(), convert = TRUE)
The number of samples
The model's parameters which will be evaluated
Adjust experiment matrix to parameter scale
The LHS design matrix for provided parameters
Generate the LHS sampling for evaluating the parameters of a model.
# 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) # } # NOT RUN { # }
Run the code above in your browser using DataLab