Mm: Computer the approximate Maximin Criterion for a design.

Description Usage Arguments Value Examples

View source: R/function.r

Description

Computer the approximate Maximin Criterion for a design.

Usage

1
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

1
2
3
#Compute the maximin criterion of a random LHD(20,2)
des=LHD(n = 20,p = 2)$standDesign
Mm(D=des, power=150)

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