cmc_mlhs: Generate random draws using the Modified Latin Hypercube...

Description Usage Arguments Value

View source: R/cmc_mlhs.r

Description

Generate random draws using the Modified Latin Hypercube algorithm.

Usage

1
cmc_mlhs(N, d, i)

Arguments

N

The number of draws to generate in each dimension

d

The number of dimensions to generate draws in

i

The number of individuals to generate draws for

Value

A (N*i) x d matrix with random draws


cmcRcode documentation built on May 2, 2019, 4:50 p.m.

Related to cmc_mlhs in cmcRcode...