mp: Computer the MaxPro Criterion for a design.

Description Usage Arguments Details Value Examples

View source: R/function.r

Description

Computer the MaxPro Criterion for a design.

Usage

1
mp(D)

Arguments

D

a design matrix

Details

This function is to compute the MaxPro criterion for measuring projection characteristic of a computer experiment.

Value

The MaxPro Criterion with 4 decimals

Examples

1
2
3
#compute the mp criterion of a random LHD(20,2)
D=LHD(20,2)$standDesign
mp(D)

MOLHD documentation built on May 2, 2019, 8:38 a.m.