Learn R Programming

MOLHD (version 0.2)

mp: Computer the MaxPro Criterion for a design.

Description

Computer the MaxPro Criterion for a design.

Usage

mp(D)

Arguments

D

a design matrix

Value

The MaxPro Criterion with 4 decimals

Details

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

Examples

Run this code
# NOT RUN {
#compute the mp criterion of a random LHD(20,2)
D=LHD(20,2)$standDesign
mp(D)
# }

Run the code above in your browser using DataLab