Content deleted Content added
m Bot: link syntax and minor changes |
This formula is incorrect, for example, for M = 2 and any N, there are only 2 configurations. See also https://en.wikipedia.org/wiki/Latin_square which states "there is no easily computable formula" for latin arrays |
||
Line 26:
When sampling a function of <math>N</math> variables, the range of each variable is divided into <math>M</math> equally probable intervals. <math>M</math> sample points are then placed to satisfy the Latin hypercube requirements; note that this forces the number of divisions, <math>M</math>, 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.
[[Image:LHSsampling.png|100px|right]]
|