makeCCConfig: Make Object of Class 'CCConfig'

Description Usage Arguments Value

Description

A CCConfig object contains all information on how a CCKriging is to be configurated.

Usage

1
makeCCConfig(cat.type, cont.type, cont.par)

Arguments

cat.type

[character(1)]
Which method should be used for the categorical inputs? Possible choices:

“EC”: Exchangeable Correlation
“MC”: Multiplicative Correlation
“UC”: Hypersphere Decomposition-Based Unrestrictive Correlation
“TMC”: Toeplitz Matrix Multiplication-Based Correlation
cont.type

[character(1)]
Which correlation function should be used for the continuous inputs? Possible choices:
“matern” : Matern correlation function

cont.par

[named list]
A named list of one or more fixed parameters of the correlation function. For the Matérn correlation function, this would be “nu”. See the details for a list of parameters of different correlation functions.

x

[data.frame]
Mixed space input points.

y

[numeric]
Continuous outputs.

nu

[numeric(1)]
Parameter nu for the Matern correlation function. Defaults to 2.5.

Value

[CCKriging]


dominikkirchhoff/CCKriging documentation built on May 19, 2019, 4:05 p.m.