MaxproLHD_1 {CompExpDes} | R Documentation |
Maxpro Latin Hypercube Designs (LHDs) for Prime Numbers
Description
For a prime number s (>2), this method will generate an optimal maxpro LHD with runs v = s^2. Maxpro criterion measure, Phi_p measure also provided as a measure of space-filling and orthogonality measure maximum absolute correlation value also provided.
Usage
MaxproLHD_1(prime_number)
Arguments
prime_number |
A prime number (>2) |
Value
This function will provide a series of optimal LHDs along with space-filling and orthogonality measures for a prime numbers.
Author(s)
Ashutosh Dalal, Cini Varghese, Rajender Parsad and Mohd Harun
References
McKay, M.D., Beckman, R.J. and Conover, W.J. (1979). Comparison of three methods for selecting values of input variables in the analysis of output from a computer code. Technometrics, 21(2), 239-245.
Examples
library(CompExpDes)
MaxproLHD_1(5)
[Package CompExpDes version 1.0.0 Index]