language-icon Old Web
English
Sign In

Latin hypercube sampling

Latin hypercube sampling (LHS) is a statistical method for generating a near-random sample of parameter values from a multidimensional distribution. The sampling method is often used to construct computer experiments or for Monte Carlo integration. Latin hypercube sampling (LHS) is a statistical method for generating a near-random sample of parameter values from a multidimensional distribution. The sampling method is often used to construct computer experiments or for Monte Carlo integration. The LHS was described by McKay in 1979. An independently equivalent technique was proposed by Eglājs in 1977. It was further elaborated by Ronald L. Iman and coauthors in 1981. Detailed computer codes and manuals were later published. In the context of statistical sampling, a square grid containing sample positions is a Latin square if (and only if) there is only one sample in each row and each column. A Latin hypercube is the generalisation of this concept to an arbitrary number of dimensions, whereby each sample is the only one in each axis-aligned hyperplane containing it. When sampling a function of N {displaystyle N} variables, the range of each variable is divided into M {displaystyle M} equally probable intervals. M {displaystyle M} sample points are then placed to satisfy the Latin hypercube requirements; note that this forces the number of divisions, M {displaystyle M} , to be equal for each variable. Also note that this sampling scheme does not require more samples for more dimensions (variables); this independence is one of the main advantages of this sampling scheme. Another advantage is that random samples can be taken one at a time, remembering which samples were taken so far.

[ "Monte Carlo method", "Sampling (statistics)", "hammersley sequence sampling" ]
Parent Topic
Child Topic
    No Parent Topic