Maxpro_Measure function

Measure of Maxpro criterion

Measure of Maxpro criterion

This function calculates Maxpro criterion for a given space-filling design. Lesser the value of it better the design, in the sense that the design has maximum spread in higher dimensional spaces.

Maxpro_Measure(Design)

Arguments

  • Design: Provide a design in a matrix format

Returns

Provides Maxpro criterion value given by Joseph et al. (2015).

References

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

Author(s)

Ashutosh Dalal, Cini Varghese, Rajender Parsad and Mohd Harun

Examples

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)
  • Maintainer: Ashutosh Dalal
  • License: GPL (>= 2)
  • Last published: 2025-03-29

Useful links