Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

mindist

Mindist measure


Description

Compute the mindist criterion (also called maximin)

Usage

mindist(design)

Arguments

design

a matrix (or a data.frame) representing the design of experiments in the unit cube [0,1]^d. If this last condition is not fulfilled, a transformation into [0,1]^{d} is applied before the computation of the criteria.

Details

The mindist criterion is defined by

mindist = min (g_1, ... g_n)

where g_i is the minimal distance between the point x_i and the other points x_k of the design.

A higher value corresponds to a more regular scaterring of design points.

Value

A real number equal to the value of the mindist criterion for the design.

Author(s)

J. Franco

References

Gunzburer M., Burkdart J. (2004), Uniformity measures for point samples in hypercubes, https://people.sc.fsu.edu/~jburkardt/.

Jonshon M.E., Moore L.M. and Ylvisaker D. (1990), Minmax and maximin distance designs, J. of Statis. Planning and Inference, 26, 131-148.

Chen V.C.P., Tsui K.L., Barton R.R. and Allen J.K. (2003), A review of design and modeling in computer experiments, Handbook of Statistics, 22, 231-261.

See Also

other distance criteria like meshRatio and phiP, discrepancy measures provided by discrepancyCriteria.

Examples

dimension <- 2
n <- 40
X <- matrix(runif(n*dimension), n, dimension)
mindist(X)

DiceDesign

Designs of Computer Experiments

v1.9
GPL-3
Authors
Jessica Franco, Delphine Dupuy, Olivier Roustant, Patrice Kiener, Guillaume Damblin and Bertrand Iooss.
Initial release
2021-02-10

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.