]> SALOME platform Git repositories - modules/adao.git/blob - doc/en/snippets/SampleAsMinMaxLatinHyperCube.rst
Salome HOME
4af5700886a0511b01c6f990de70b7ba279c0275
[modules/adao.git] / doc / en / snippets / SampleAsMinMaxLatinHyperCube.rst
1 .. index:: single: SampleAsMinMaxLatinHyperCube
2
3 SampleAsMinMaxLatinHyperCube
4   *List of triplets of pair values*. This key describes the bounded domain in
5   which the calculations points will be placed, from a *[min,max]* pair for
6   each state component. The lower bounds are included. This list of pairs,
7   identical in number to the size of the state space, is augmented by a pair of
8   integers *[dim,nb]* containing the dimension of the state space and the
9   desired number of sample points. Sampling is then automatically constructed
10   using the Latin hypercube method (LHS).
11
12   Example :
13   ``{"SampleAsMinMaxLatinHyperCube":[[0.,1.],[-1,3]]+[[2,11]]}`` for a state space of dimension 2 and 11 sampling points