normalizedDesign: Create a normalized design matrix

Description Usage Arguments Value

View source: R/design_of_experiments.r

Description

Produces a normalized design and calculates the minimal distance if required. Returns a design is a matrix with dim columns and size rows.

Usage

1
normalizedDesign(dimension, size, calcMinDistance = FALSE)

Arguments

dimension

Dimension of the problem (will be no. of columns of the result matrix).

size

Number of points with that dimension needed. (will be no. of rows of the result matrix).

calcMinDistance

Indicates whether a minimal distance should be calculated.

Value

List L consists of a matrix and nd (if required) a minimal distance.


rgp documentation built on May 30, 2017, 12:45 a.m.