Content deleted Content added
XOR'easter (talk | contribs) rm parameter to "cite journal" that seems redundant and is throwing an error message |
reduce verbosity per Wikipedia:Manual_of_Style/Words_to_watch#Editorializing and MOS:NOTE |
||
Line 20:
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.
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]]
Line 26:
In two dimensions the difference between random sampling, Latin Hypercube sampling, and orthogonal sampling can be explained as follows:
#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 Hypercube sampling''' one must first decide how many sample points to use and for each sample point remember in which row and column the sample point was taken.
#In '''Orthogonal sampling''', the sample space is divided into equally probable subspaces. All sample points are then chosen simultaneously making sure that the total set of sample points is a Latin Hypercube sample and that each subspace is sampled with the same density.
|