Learn R Programming

CompExpDes (version 1.0.8)

Maxpro_Measure: Measure of Maxpro criterion

Description

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.

Usage

Maxpro_Measure(Design)

Value

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

Arguments

Design

Provide a design in a matrix format

Author

Ashutosh Dalal, Cini Varghese, Rajender Parsad and Mohd Harun

References

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

Examples

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

Run the code above in your browser using DataLab