Maxpro_Measure {CompExpDes} | R Documentation |
Based upon a provided design, this function generates the value of maxpro criterion. Lesser the value of it better the design is (if design is not scaled in [0,1]^d).
Maxpro_Measure(Design)
Design |
Provide a design in matrix format |
Provides Maxpro criterion value
Ashutosh Dalal, Cini Varghese, Rajender Parsad and Mohd Harun
Joseph, V.R., Gul, E. and Ba, S. (2015). Maximum projection designs for computer experiments. Biometrika, 102 (2), 371-380.
library(CompExpDes)
lhd<-matrix(c(1,5,7,3,4,2,6,2,1,4,5,3,7,6,4,5,6,1,2,3,7),nrow=7,ncol=3,byrow=FALSE)
Maxpro_Measure(lhd)