LHD (version 1.1.0)

MaxProCriterion: Calculate the Maximum Projection Criterion

Description

MaxProCriterion returns the maximum projection criterion of an LHD

Usage

MaxProCriterion(X)

Arguments

X

A Matrix.

Value

If all inputs are logical, then the output will be a positive number indicating maximum projection criterion.

Details

  • X stands for the design matrix.

  • The maximum projection criterion formula is given by the Note Section below.

References

Joseph, V. R., Gul, E., and Ba, S. (2015) Maximum projection designs for computer experiments. Biometrika, 102, 371-380.

Examples

Run this code
# 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