regpoly0: Regression: Regpoly0

Description Usage Arguments Value Author(s) See Also

View source: R/buildKrigingDACE.R

Description

Zero order polynomial regression function.

Usage

1
regpoly0(S, grad = FALSE)

Arguments

S

m*n matrix with m design points of dimension n

grad

define if function returns gradient, default is FALSE

Value

returns a list with two elements:

f

vector of ones, with length m

df

Jacobian at the first point (first row in S)

Author(s)

The authors of the original DACE Matlab code are Hans Bruun Nielsen, Soren Nymand Lophaven and Jacob Sondergaard.
Ported to R by Martin Zaefferer martin.zaefferer@fh-koeln.de.

See Also

buildKrigingDACE


bartzbeielstein/SPOT documentation built on June 13, 2020, 5:58 p.m.