Content deleted Content added
XOR'easter (talk | contribs) rm parameter to "cite journal" that seems redundant and is throwing an error message |
article James Edward Campbell has been deleted (Wikipedia:Articles for deletion/James Edward Campbell) |
||
(14 intermediate revisions by 12 users not shown) | |||
Line 1:
{{Short description|Statistical sampling technique}}
'''Latin hypercube sampling''' ('''LHS''') is a [[statistics|statistical]] method for generating a near-random sample of parameter values from a [[multidimensional distribution]]. The [[Sampling (statistics)|sampling method]] is often used to construct [[computer experiment]]s or for [[Monte Carlo integration]].<ref name = "C3M"/>
| last = McKay
| first = M.D. |author2=Beckman, R.J. |author3=Conover, W.J.
Line 16 ⟶ 17:
| jstor = 1268522
}}
</ref> An
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.<ref name = "C3M"/>
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;
[[Image:LHSsampling.png|100px|right]]
In two dimensions the difference between random sampling, Latin
#In '''random sampling''' new sample points are generated without taking into account the previously generated sample points. One does not necessarily need to know beforehand how many sample points are needed.
#In '''Latin
#In '''
Thus, orthogonal sampling ensures that the set of random numbers is a very good representative of the real variability, LHS ensures that the set of random numbers is representative of the real variability whereas traditional random sampling (sometimes called brute force) is just a set of random numbers without any guarantees.
|