powered by
MaxProCriterion returns the maximum projection criterion of an LHD
MaxProCriterion
MaxProCriterion(X)
A Matrix.
If all inputs are logical, then the output will be a positive number indicating maximum projection criterion.
X stands for the design matrix.
X
The maximum projection criterion formula is given by the Note Section below.
Joseph, V. R., Gul, E., and Ba, S. (2015) Maximum projection designs for computer experiments. Biometrika, 102, 371-380.
# NOT RUN { #create a toy LHD with 5 rows and 3 columns toy=rLHD(n=5,k=3);toy #Calculate the maximum projection criterion of toy MaxProCriterion(X=toy) # }
Run the code above in your browser using DataLab