As the lhc design is scaled between 0 and 1, this method rescales the sample, putting the sampled value within the range specified for that parameter
scale_lhc_sample(PARAMETERS, PMIN, PMAX, PINC, NUMSAMPLES, design)
Array containing the names of the parameters of which parameter samples will be generated
Array containing the minimum value that should be used for each parameter. Sets a lower bound on sampling space
Array containing the maximum value that should be used for each parameter. Sets an upper bound on sampling space
Array containing the increment value that should be applied for each parameter. For example, a parameter could have a minimum value of 10, and maximum value of 100, and be incremented by 10.
The number of parameter subsets to generate
The generated lhc design, all values between 0 and 1
Rescaled design in the required ranges