chaospy.create_latin_hypercube_samples

chaospy.create_latin_hypercube_samples(order, dim=1)[source]

Latin Hypercube sampling.

Args:
order (int):

The order of the latin hyper-cube. Defines the number of samples.

dim (int):

The number of dimensions in the latin hyper-cube.

Returns (numpy.ndarray):

Latin hyper-cube with shape == (dim, order).