latinize, an Octave code which adjusts an M dimensional dataset of N points so that it forms a Latin hypercube.
On output, each row of the table will have the properties that:
The computer code and data files described and made available on this web page are distributed under the MIT license
latinize is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version.
latin_center, an Octave code which computes Latin Square datasets by choosing the center of each square.
latin_cover, an Octave code which produces N Latin squares which cover an NxN square, or NxN Latin cubes which cover an NxNxN cube.
latin_edge, an Octave code which computes Latin Square datasets by choosing the edge of each square.
latin_random, an Octave code which computes Latin Square datasets by choosing a random point of each square.