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