Learn R Programming

SACOBRA (version 1.2)

interpRBF: Apply the trained cubic, MQ or Gaussian RBF interpolation to new data for d>1.

Description

Apply the trained cubic, MQ or Gaussian RBF interpolation to new data for d>1.

Usage

interpRBF(x, rbf.model)

Arguments

x

vector holding a point of dimension d

rbf.model

trained RBF model (or set of models), see trainCubicRBF or trainGaussRBF

Value

value \(s(\vec{x})\) of the trained model at \(\vec{x}\) - or - vector \(s_j( \vec{x})\) with values for all trained models \(j=1,...,m\) at \(\vec{x}\)

See Also

trainCubicRBF, trainMQRBF, trainGaussRBF, predict.RBFinter