new.distance: Compute the distance matrix of an SSM design.

Description Usage Arguments Details Value

View source: R/GP_SSM.R

Description

Computes the distance matrix associated with the design held in the design slot of an SSM object. Used in the construction of the metamodel error estimating Gaussian process.

Usage

1
new.distance(type = "distance", ssm, line.grid = 100)

Arguments

type

(optional) Character. Specifies the distance measure used. Acceptable values are "distance", "line", "product", "area", "proddiff", "smoothdiff".

ssm

An SSM object.

line.grid

(optional). An integer. Specifies the number of points used in the computation of the distance matrix when type = "line".

Details

Implemented types of distance measure are:

All measures other than "distance" are experimental and should be used with caution.

Value

A matrix.


SSM documentation built on May 1, 2019, 10:09 p.m.