Mm {MOLHD} | R Documentation |
Computer the approximate Maximin Criterion for a design.
Description
Computer the approximate Maximin Criterion for a design.
Usage
Mm(D, power = 100)
Arguments
D |
a design matrix |
power |
Optional, default is "100". The power parameter r in the average reciprocal inter-point distance measure. When r is approaching infinity, minimizing the average reciprocal inter-point distance measure is equivalent to maximizing the minimum distance among the design points. |
Value
The approximate Maximin criterion with 4 decimals
Examples
#Compute the maximin criterion of a random LHD(20,2)
des=LHD(n = 20,p = 2)$standDesign
Mm(D=des, power=150)
[Package MOLHD version 0.2 Index]