latinize, a C++ 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.
BOX_BEHNKEN, a C++ code which computes a Box-Behnken design, that is, a set of arguments to sample the behavior of a function of multiple parameters;
LATIN_CENTER, a C++ code which computes Latin Square datasets by choosing the center of each square.
LATIN_EDGE, a C++ code which computes Latin Square datasets by choosing the edge of each square.
LATIN_RANDOM, a C++ code which computes Latin Square datasets by choosing a random point of each square.
TABLE, a data format which is used to store the input and output files used by the program.