mp {MOLHD} | R Documentation |
Computer the MaxPro Criterion for a design.
Description
Computer the MaxPro Criterion for a design.
Usage
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
#compute the mp criterion of a random LHD(20,2)
D=LHD(20,2)$standDesign
mp(D)
[Package MOLHD version 0.2 Index]