apollo_mlhs: Generate random draws using MLHS algorithm

View source: R/apollo_mlhs.R

apollo_mlhsR Documentation

Generate random draws using MLHS algorithm

Description

Generate random draws using the Modified Latin Hypercube Sampling algorithm.

Usage

apollo_mlhs(N, d, i)

Arguments

N

Numeric. The number of draws to generate in each dimension

d

Numeric. The number of dimensions to generate draws in

i

Numeric. The number of individuals to generate draws for

Details

Internal use only. Algorithm described in Hess, S., Train, K., and Polak, J. (2006) Transportation Research Part B, 40, 147 - 163.

Value

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


apollo documentation built on Oct. 13, 2023, 1:15 a.m.