Name
RLHS — Creates RLH sampling of maxiter points for n dimensions in the interval [lob,upb].
Calling Sequence
LH=RLHS(maxiter,n,lob,upb)
Parameters
- maxiter:
number of points.
- n:
number of dimensions.
- lob:
row vector (1*n). Lower boundaries.
- upb:
row vector (1*n). Upper boundaries.
Description
Creates Random Latin Hypercube sampling of maxiter points for n dimensions in the interval [lob,upb].
Examples
LH=RLHS(10,2,[1 2],[1.5, 3])
Authors
Janis Janusevskis, 3MI/EMSE |