Learn R Programming

rrepast (version 0.4.0)

AoE.LatinHypercube: AoE.LatinHypercube

Description

Generate a LHS sample for model parameters

Usage

AoE.LatinHypercube(n = 10, factors = c())

Arguments

n
-- The number of samples
factors
-- The model's parameters which will be evaluated

Value

  • The LHS design matrix for provided parameters

Details

Generate the LHS sampling for evaluating the parameters of a model.

Examples

Run this code
f<- AddFactor(name="cyclePoint",min=40,max=90)
 f<- AddFactor(factors=f, name="conjugationCost",min=1,max=80)
 d<- DoE.LatinHypercube(2,f)

Run the code above in your browser using DataLab