miM: The miniMax criterion baesd on an approximate fill distance measure
Description
The miniMax criterion baesd on an approximate fill distance measure
Usage
miM(D, num = 50)
Arguments
D
a design matrix, rows are design locations, columns are design factors
num
Optional, default is "50". The fineness of the gridded points to divide the design space. Each dimension is evenly divided by num+1 points. Lower this parameter when dimension is high to reduce computing time.
Value
fill distance with 4 decimals
Details
This function calculates the approximate fill distance for the design by using a set of gridded points, the maximum error of the value can be computed.