Start
|
Index
|
Overview
•
PREV
|
UP
|
net.simplace.usermodules.roelof.test.SimpleLH
Simple algorithm to generate Latin-hypercube sampling
public class
SimpleLH
{
// Public Constructors
public
SimpleLH
();
// Class Methods
public static void
main
(String[] args);
args
// Public Instance Methods
public int[][]
getSimpleLH
(int N, int dim);
Generate matrix (nSamples x nDim) so that each column is a permutation of 1->N
N
Number of samples
dim
Number of dimensions
}