Latin Hypercube Sampling
The goal in Design of Experiments is to determine the smallest sufficient set of points required to calculate a response surface. Therefore, you choose the type depending on the parametric problem and targeted response surface. The number of points depends on the number of input parameters, or is user defined.
In the Latin Hypercube Sampling Design DOE type, the DOE is generated by the LHS algorithm, an advanced form of the Monte Carlo sampling method that avoids clustering samples. In a Latin Hypercube Sampling, the points are randomly generated in a square grid across the design space, but no two points share the same value. This means that no point shares a row or a column of the grid with any other point.
Possible disadvantages of an LHS design are:
- When the CCD Samples sample type is selected, a maximum of 20 input parameters is supported. For more information, see Number of Input Parameters for DOE Types.
- Extremes, such as the corners of the design space, are not necessarily covered. Additionally, the selection of too few design points can result in a lower quality of response prediction.
The Optimal Space-Filling Design DOE type is an LHS design that is extended with post-processing.
The following properties are available for the LHS DOE type:
- Samples Type: Determines the number of DOE points the algorithm should generate. This option is suggested if you have some advanced knowledge about the nature of the metamodel. The following choices are available:
- CCD Samples (default): Supports a maximum of 20 inputs. Generates the same number of samples a CCD DOE would generate for the same number of inputs. You can use this to generate a space filling design that has the same cost as a corresponding CCD design.
- Linear Model Samples: Generates the number of samples as needed for a linear metamodel.
- Pure Quadratic Model Samples: Generates the number of samples as needed for a pure quadratic metamodel (no cross terms).
- Full Quadratic Samples: Generates the number of samples needed to generate a full quadratic model.
- User-Defined Samples: Specify the desired number of samples.
- Seed Value: Set the value used to initialize the random number generator invoked internally by the LHS algorithm. Although the generation of a starting point is random, the seed value consistently results in a specific LHS. This property allows you to generate different LHS samplings (by changing the value) or to regenerate the same LHS sampling (by keeping the same value). The default is 0.
- Number of Samples: Enabled when Samples Type is set to User-Defined Samples. Specifies the default number of samples. The default is 10.