makeCCKriging: Make Object of Class 'CCKriging'

Description Usage Arguments Value

Description

A CCKriging object is a fitted Kriging model of a mixed continuous and categorical input.

Usage

1
makeCCKriging(x, y, cat.type, cont.type = "matern", nu = 2.5, par = NULL)

Arguments

x

[data.frame]
Mixed space input points.

y

[numeric]
Continuous outputs.

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

nu

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

par

[numeric]
Optimal parameter setting. Might be NULL, which means the model has not been fitted yet.

Value

[CCKriging]


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