latin_edge, a MATLAB code which makes Latin Edge Squares.
A Latin square is a selection of one point from each row and column of a square matrix or table. In M dimensions, the corresponding item is a set of N points, where, in each dimension, there is exactly one point whose coordinates are in a given "column" or range of values. To emphasize the use of higher dimensions, these objects are sometimes called Latin hypersquares.
Once a Latin square has been selected, the center of each subsquare is chosen to yield a Latin Edge Square dataset. This is the same technique that yields a Latin Center Square dataset, with the difference that the mapping from the Latin Square to the unit square is shifted in such a way that the lowest and highest possible coordinate values are 0.0 and 1.0, instead of 1/(2*N) and (2*N-1)/(2*N).
The computer code and data files described and made available on this web page are distributed under the MIT license
latin_edge is available in a C++ version and a FORTRAN90 version and a MATLAB version.
cvt, a MATLAB code which computes elements of a Centroidal Voronoi Tessellation.
faure, a MATLAB code which computes elements of a Faure quasirandom sequence.
halton, a MATLAB code which computes elements of a Halton quasirandom sequence.
hammersley, a MATLAB code which computes elements of a Hammersley quasirandom sequence.
latin_center, a MATLAB code which computes elements of a Latin Hypercube dataset, choosing center points.
latin_edge, a dataset directory which contains a number of examples of datasets created by LATIN_EDGE.
latin_random, a MATLAB code which computes elements of a Latin Hypercube dataset, choosing points at random.
lattice_rule, a MATLAB code which approximates multidimensional integrals using lattice rules.
niederreiter2, a MATLAB code which computes elements of a Niederreiter quasirandom sequence with base 2.
sobol, a MATLAB code which computes elements of a Sobol quasirandom sequence.
uniform, a MATLAB code which computes elements of a uniform pseudorandom sequence.
van_der_corput, a MATLAB code which computes elements of a van der Corput quasirandom sequence.