I am using Latin Hypercube sampling to obtain numbers from a Normally Distributed set of data, so that I get a uniform spread of numbers across the Normal Distribution. I then select a number at random from the array of Latin Hypercube samples. What is the probability of drawing a specific number at the end of this process?
Is it also correct to take the probability of a particular element in a Latin Hypercube as being $\dfrac {1}{\text {number of elements in the Hypercube}}$ ?
Thanks a lot.